3 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
4 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
5 * config/tc-i386.h (processor_type): Same.
6 * doc/c-i386.texi: Change amdfam15 to bdver1.
11 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
16 * NEWS: Mention new feature.
17 * config/obj-coff.c (obj_coff_section): Accept digits and use
18 to override default section alignment power if specified.
19 * doc/as.texinfo (.section directive): Update documentation.
23 * config/tc-i386.c (avxscalar): New.
24 (OPTION_MAVXSCALAR): Likewise.
25 (build_vex_prefix): Select vector_length for scalar instructions
27 (md_longopts): Add OPTION_MAVXSCALAR.
28 (md_parse_option): Handle OPTION_MAVXSCALAR.
29 (md_show_usage): Add -mavxscalar=.
31 * doc/c-i386.texi: Document -mavxscalar=.
35 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
40 * write.h (fix_at_start): Declare.
41 * write.c (fix_new_internal): Add at_beginning parameter.
42 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
43 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
44 (fix_new, fix_new_exp): Update accordingly.
45 (fix_at_start): New function.
46 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
47 (ppc_ref): New function, for OBJ_XCOFF.
48 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
49 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
53 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
54 on 64-bit Solaris/x86.
55 Include obj-format.h earlier.
59 * config/tc-s390.c (s390_elf_final_processing): New function.
60 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
61 (s390_elf_final_processing): Added prototype.
67 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
68 code to handle round-to-zero for VCVT conversions.
69 (do_neon_cvt): New. Call do_neon_cvt_1.
70 (do_neon_cvtr): New. Call do_neon_cvt_1.
71 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
76 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
80 * config/tc-i386.c (md_assemble): Before accessing the IMM field
81 check that it's not an XOP insn.
85 * config/bfin-aux.h: Remove argument names in function
87 * config/bfin-lex.l (parse_int): Fix shadowed variable name
89 * config/bfin-parse.y (value_match): Remove argument names
96 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
100 * config/tc-h8300.c (h8300_elf_section): New function - issue a
101 warning message if a new section is created without setting any
103 (md_pseudo_table): Intercept section creation pseudos.
104 (md_pcrel_from): Replace abort with an error message.
105 * config/obj-elf.c (obj_elf_section_name): Export this function.
106 * config/obj-elf.h (obj_elf_section_name): Prototype.
111 * listing.c (print_source): Add one to line number.
115 * Makefile.in: Regenerate.
116 * configure: Regenerate.
117 * doc/Makefile.in: Regenerate.
121 * version.c (parse_args): Change to "Copyright 2010".
125 * config/tc-i386.c (cpu_arch): Add amdfam15.
126 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
127 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
128 * doc/c-i386.texi: Add amdfam15.
132 * config/tc-arm.c (do_neon_logic): Accept imm value
133 in the third operand too.
134 (operand_parse_code): OP_RNDQ_IMVNb renamed to
136 (parse_operands): OP_NILO case removed, applied renaming.
137 (insns): Neon shape changed for some logic instructions.
141 * config/tc-arm.c (do_neon_ldx_stx): Added
142 validation for vector load/store insns.
146 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
150 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
151 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
152 (NEON_ENCODE): New macro.
153 (check_neon_suffixes): New macro.
154 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
155 (do_vfp_nsyn_opcode): Likewise.
156 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
157 (do_vfp_nsyn_cmp): Likewise.
158 (do_neon_shl_imm): Likewise.
159 (do_neon_qshl_imm): Likewise.
160 (neon_dyadic_misc): Likewise.
161 (do_neon_mac_maybe_scalar): Likewise.
162 (do_neon_qdmulh): Likewise.
163 (do_neon_qmovn): Likewise.
164 (do_neon_qmovun): Likewise.
165 (do_neon_movn): Likewise.
166 (neon_mac_reg_scalar_long): Likewise.
167 (do_neon_vmull): Likewise.
168 (do_neon_trn): Likewise.
169 (do_neon_ldx_stx): Likewise.
170 (neon_dp_fixup): Changed signature and set the flag.
171 (neon_three_same): Call the above with new signature.
172 (neon_two_same): Likewise.
173 (neon_imm_shift): Likewise.
174 (neon_mul_mac): Likewise.
175 (do_neon_abs_neg): Likewise.
176 (neon_mixed_length): Likewise.
177 (do_neon_ext): Likewise.
178 (do_neon_mov): Likewise.
179 (do_neon_tbl_tbx): Likewise.
180 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
181 (neon_compare): Likewise.
182 (do_neon_shll): Likewise.
183 (do_neon_cvt): Likewise.
184 (do_neon_mvn): Likewise.
185 (do_neon_dup): Likewise.
186 (md_assemble): Call check_neon_suffixes ().
188 For older changes see ChangeLog-2009
194 version-control: never