3 * config/tc-i386.c (avxscalar): New.
4 (OPTION_MAVXSCALAR): Likewise.
5 (build_vex_prefix): Select vector_length for scalar instructions
7 (md_longopts): Add OPTION_MAVXSCALAR.
8 (md_parse_option): Handle OPTION_MAVXSCALAR.
9 (md_show_usage): Add -mavxscalar=.
11 * doc/c-i386.texi: Document -mavxscalar=.
15 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
20 * write.h (fix_at_start): Declare.
21 * write.c (fix_new_internal): Add at_beginning parameter.
22 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
23 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
24 (fix_new, fix_new_exp): Update accordingly.
25 (fix_at_start): New function.
26 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
27 (ppc_ref): New function, for OBJ_XCOFF.
28 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
29 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
33 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
34 on 64-bit Solaris/x86.
35 Include obj-format.h earlier.
39 * config/tc-s390.c (s390_elf_final_processing): New function.
40 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
41 (s390_elf_final_processing): Added prototype.
47 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
48 code to handle round-to-zero for VCVT conversions.
49 (do_neon_cvt): New. Call do_neon_cvt_1.
50 (do_neon_cvtr): New. Call do_neon_cvt_1.
51 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
56 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
60 * config/tc-i386.c (md_assemble): Before accessing the IMM field
61 check that it's not an XOP insn.
65 * config/bfin-aux.h: Remove argument names in function
67 * config/bfin-lex.l (parse_int): Fix shadowed variable name
69 * config/bfin-parse.y (value_match): Remove argument names
76 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
80 * config/tc-h8300.c (h8300_elf_section): New function - issue a
81 warning message if a new section is created without setting any
83 (md_pseudo_table): Intercept section creation pseudos.
84 (md_pcrel_from): Replace abort with an error message.
85 * config/obj-elf.c (obj_elf_section_name): Export this function.
86 * config/obj-elf.h (obj_elf_section_name): Prototype.
91 * listing.c (print_source): Add one to line number.
95 * Makefile.in: Regenerate.
96 * configure: Regenerate.
97 * doc/Makefile.in: Regenerate.
101 * version.c (parse_args): Change to "Copyright 2010".
105 * config/tc-i386.c (cpu_arch): Add amdfam15.
106 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
107 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
108 * doc/c-i386.texi: Add amdfam15.
112 * config/tc-arm.c (do_neon_logic): Accept imm value
113 in the third operand too.
114 (operand_parse_code): OP_RNDQ_IMVNb renamed to
116 (parse_operands): OP_NILO case removed, applied renaming.
117 (insns): Neon shape changed for some logic instructions.
121 * config/tc-arm.c (do_neon_ldx_stx): Added
122 validation for vector load/store insns.
126 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
130 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
131 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
132 (NEON_ENCODE): New macro.
133 (check_neon_suffixes): New macro.
134 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
135 (do_vfp_nsyn_opcode): Likewise.
136 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
137 (do_vfp_nsyn_cmp): Likewise.
138 (do_neon_shl_imm): Likewise.
139 (do_neon_qshl_imm): Likewise.
140 (neon_dyadic_misc): Likewise.
141 (do_neon_mac_maybe_scalar): Likewise.
142 (do_neon_qdmulh): Likewise.
143 (do_neon_qmovn): Likewise.
144 (do_neon_qmovun): Likewise.
145 (do_neon_movn): Likewise.
146 (neon_mac_reg_scalar_long): Likewise.
147 (do_neon_vmull): Likewise.
148 (do_neon_trn): Likewise.
149 (do_neon_ldx_stx): Likewise.
150 (neon_dp_fixup): Changed signature and set the flag.
151 (neon_three_same): Call the above with new signature.
152 (neon_two_same): Likewise.
153 (neon_imm_shift): Likewise.
154 (neon_mul_mac): Likewise.
155 (do_neon_abs_neg): Likewise.
156 (neon_mixed_length): Likewise.
157 (do_neon_ext): Likewise.
158 (do_neon_mov): Likewise.
159 (do_neon_tbl_tbx): Likewise.
160 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
161 (neon_compare): Likewise.
162 (do_neon_shll): Likewise.
163 (do_neon_cvt): Likewise.
164 (do_neon_mvn): Likewise.
165 (do_neon_dup): Likewise.
166 (md_assemble): Call check_neon_suffixes ().
168 For older changes see ChangeLog-2009
174 version-control: never