3 * write.h (fix_at_start): Declare.
4 * write.c (fix_new_internal): Add at_beginning parameter.
5 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
6 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
7 (fix_new, fix_new_exp): Update accordingly.
8 (fix_at_start): New function.
9 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
10 (ppc_ref): New function, for OBJ_XCOFF.
11 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
12 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
16 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
17 on 64-bit Solaris/x86.
18 Include obj-format.h earlier.
22 * config/tc-s390.c (s390_elf_final_processing): New function.
23 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
24 (s390_elf_final_processing): Added prototype.
30 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
31 code to handle round-to-zero for VCVT conversions.
32 (do_neon_cvt): New. Call do_neon_cvt_1.
33 (do_neon_cvtr): New. Call do_neon_cvt_1.
34 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
39 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
43 * config/tc-i386.c (md_assemble): Before accessing the IMM field
44 check that it's not an XOP insn.
48 * config/bfin-aux.h: Remove argument names in function
50 * config/bfin-lex.l (parse_int): Fix shadowed variable name
52 * config/bfin-parse.y (value_match): Remove argument names
59 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
63 * config/tc-h8300.c (h8300_elf_section): New function - issue a
64 warning message if a new section is created without setting any
66 (md_pseudo_table): Intercept section creation pseudos.
67 (md_pcrel_from): Replace abort with an error message.
68 * config/obj-elf.c (obj_elf_section_name): Export this function.
69 * config/obj-elf.h (obj_elf_section_name): Prototype.
74 * listing.c (print_source): Add one to line number.
78 * Makefile.in: Regenerate.
79 * configure: Regenerate.
80 * doc/Makefile.in: Regenerate.
84 * version.c (parse_args): Change to "Copyright 2010".
88 * config/tc-i386.c (cpu_arch): Add amdfam15.
89 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
90 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
91 * doc/c-i386.texi: Add amdfam15.
95 * config/tc-arm.c (do_neon_logic): Accept imm value
96 in the third operand too.
97 (operand_parse_code): OP_RNDQ_IMVNb renamed to
99 (parse_operands): OP_NILO case removed, applied renaming.
100 (insns): Neon shape changed for some logic instructions.
104 * config/tc-arm.c (do_neon_ldx_stx): Added
105 validation for vector load/store insns.
109 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
113 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
114 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
115 (NEON_ENCODE): New macro.
116 (check_neon_suffixes): New macro.
117 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
118 (do_vfp_nsyn_opcode): Likewise.
119 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
120 (do_vfp_nsyn_cmp): Likewise.
121 (do_neon_shl_imm): Likewise.
122 (do_neon_qshl_imm): Likewise.
123 (neon_dyadic_misc): Likewise.
124 (do_neon_mac_maybe_scalar): Likewise.
125 (do_neon_qdmulh): Likewise.
126 (do_neon_qmovn): Likewise.
127 (do_neon_qmovun): Likewise.
128 (do_neon_movn): Likewise.
129 (neon_mac_reg_scalar_long): Likewise.
130 (do_neon_vmull): Likewise.
131 (do_neon_trn): Likewise.
132 (do_neon_ldx_stx): Likewise.
133 (neon_dp_fixup): Changed signature and set the flag.
134 (neon_three_same): Call the above with new signature.
135 (neon_two_same): Likewise.
136 (neon_imm_shift): Likewise.
137 (neon_mul_mac): Likewise.
138 (do_neon_abs_neg): Likewise.
139 (neon_mixed_length): Likewise.
140 (do_neon_ext): Likewise.
141 (do_neon_mov): Likewise.
142 (do_neon_tbl_tbx): Likewise.
143 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
144 (neon_compare): Likewise.
145 (do_neon_shll): Likewise.
146 (do_neon_cvt): Likewise.
147 (do_neon_mvn): Likewise.
148 (do_neon_dup): Likewise.
149 (md_assemble): Call check_neon_suffixes ().
151 For older changes see ChangeLog-2009
157 version-control: never