3 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
4 (ppc_mach): Handle titan.
5 * doc/c-ppc.texi: Mention -mtitan.
9 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
10 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
11 * Makefile.in: Regenerate.
15 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
16 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
17 * config/tc-i386.h (processor_type): Same.
18 * doc/c-i386.texi: Change amdfam15 to bdver1.
23 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
28 * NEWS: Mention new feature.
29 * config/obj-coff.c (obj_coff_section): Accept digits and use
30 to override default section alignment power if specified.
31 * doc/as.texinfo (.section directive): Update documentation.
35 * config/tc-i386.c (avxscalar): New.
36 (OPTION_MAVXSCALAR): Likewise.
37 (build_vex_prefix): Select vector_length for scalar instructions
39 (md_longopts): Add OPTION_MAVXSCALAR.
40 (md_parse_option): Handle OPTION_MAVXSCALAR.
41 (md_show_usage): Add -mavxscalar=.
43 * doc/c-i386.texi: Document -mavxscalar=.
47 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
52 * write.h (fix_at_start): Declare.
53 * write.c (fix_new_internal): Add at_beginning parameter.
54 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
55 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
56 (fix_new, fix_new_exp): Update accordingly.
57 (fix_at_start): New function.
58 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
59 (ppc_ref): New function, for OBJ_XCOFF.
60 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
61 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
65 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
66 on 64-bit Solaris/x86.
67 Include obj-format.h earlier.
71 * config/tc-s390.c (s390_elf_final_processing): New function.
72 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
73 (s390_elf_final_processing): Added prototype.
79 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
80 code to handle round-to-zero for VCVT conversions.
81 (do_neon_cvt): New. Call do_neon_cvt_1.
82 (do_neon_cvtr): New. Call do_neon_cvt_1.
83 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
88 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
92 * config/tc-i386.c (md_assemble): Before accessing the IMM field
93 check that it's not an XOP insn.
97 * config/bfin-aux.h: Remove argument names in function
99 * config/bfin-lex.l (parse_int): Fix shadowed variable name
101 * config/bfin-parse.y (value_match): Remove argument names
103 (notethat): Likewise.
108 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
112 * config/tc-h8300.c (h8300_elf_section): New function - issue a
113 warning message if a new section is created without setting any
115 (md_pseudo_table): Intercept section creation pseudos.
116 (md_pcrel_from): Replace abort with an error message.
117 * config/obj-elf.c (obj_elf_section_name): Export this function.
118 * config/obj-elf.h (obj_elf_section_name): Prototype.
123 * listing.c (print_source): Add one to line number.
127 * Makefile.in: Regenerate.
128 * configure: Regenerate.
129 * doc/Makefile.in: Regenerate.
133 * version.c (parse_args): Change to "Copyright 2010".
137 * config/tc-i386.c (cpu_arch): Add amdfam15.
138 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
139 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
140 * doc/c-i386.texi: Add amdfam15.
144 * config/tc-arm.c (do_neon_logic): Accept imm value
145 in the third operand too.
146 (operand_parse_code): OP_RNDQ_IMVNb renamed to
148 (parse_operands): OP_NILO case removed, applied renaming.
149 (insns): Neon shape changed for some logic instructions.
153 * config/tc-arm.c (do_neon_ldx_stx): Added
154 validation for vector load/store insns.
158 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
162 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
163 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
164 (NEON_ENCODE): New macro.
165 (check_neon_suffixes): New macro.
166 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
167 (do_vfp_nsyn_opcode): Likewise.
168 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
169 (do_vfp_nsyn_cmp): Likewise.
170 (do_neon_shl_imm): Likewise.
171 (do_neon_qshl_imm): Likewise.
172 (neon_dyadic_misc): Likewise.
173 (do_neon_mac_maybe_scalar): Likewise.
174 (do_neon_qdmulh): Likewise.
175 (do_neon_qmovn): Likewise.
176 (do_neon_qmovun): Likewise.
177 (do_neon_movn): Likewise.
178 (neon_mac_reg_scalar_long): Likewise.
179 (do_neon_vmull): Likewise.
180 (do_neon_trn): Likewise.
181 (do_neon_ldx_stx): Likewise.
182 (neon_dp_fixup): Changed signature and set the flag.
183 (neon_three_same): Call the above with new signature.
184 (neon_two_same): Likewise.
185 (neon_imm_shift): Likewise.
186 (neon_mul_mac): Likewise.
187 (do_neon_abs_neg): Likewise.
188 (neon_mixed_length): Likewise.
189 (do_neon_ext): Likewise.
190 (do_neon_mov): Likewise.
191 (do_neon_tbl_tbx): Likewise.
192 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
193 (neon_compare): Likewise.
194 (do_neon_shll): Likewise.
195 (do_neon_cvt): Likewise.
196 (do_neon_mvn): Likewise.
197 (do_neon_dup): Likewise.
198 (md_assemble): Call check_neon_suffixes ().
200 For older changes see ChangeLog-2009
206 version-control: never