b045c558766b59d713b90462b89101e8d1b4cfa3
[binutils-gdb.git] / gas / ChangeLog
1 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (avxscalar): New.
4 (OPTION_MAVXSCALAR): Likewise.
5 (build_vex_prefix): Select vector_length for scalar instructions
6 based on avxscalar.
7 (md_longopts): Add OPTION_MAVXSCALAR.
8 (md_parse_option): Handle OPTION_MAVXSCALAR.
9 (md_show_usage): Add -mavxscalar=.
10
11 * doc/c-i386.texi: Document -mavxscalar=.
12
13 2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
14
15 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
16 0xc4 individually.
17
18 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
19
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.
30
31 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
32
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.
36
37 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
38
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.
42
43
44 2010-01-20 Nick Clifton <nickc@redhat.com>
45
46 PR 11109
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
52 insn.
53
54 2010-01-18 Tristan Gingold <gingold@adacore.com>
55
56 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
57
58 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
59
60 * config/tc-i386.c (md_assemble): Before accessing the IMM field
61 check that it's not an XOP insn.
62
63 2010-01-14 Jie Zhang <jie.zhang@analog.com>
64
65 * config/bfin-aux.h: Remove argument names in function
66 declarations.
67 * config/bfin-lex.l (parse_int): Fix shadowed variable name
68 warning.
69 * config/bfin-parse.y (value_match): Remove argument names
70 in declaration.
71 (notethat): Likewise.
72 (yyerror): Likewise.
73
74 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
75
76 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
77
78 2010-01-13 Nick Clifton <nickc@redhat.com>
79
80 * config/tc-h8300.c (h8300_elf_section): New function - issue a
81 warning message if a new section is created without setting any
82 attributes for it.
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.
87
88 2010-01-12 Alan Modra <amodra@gmail.com>
89
90 PR 11122
91 * listing.c (print_source): Add one to line number.
92
93 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
94
95 * Makefile.in: Regenerate.
96 * configure: Regenerate.
97 * doc/Makefile.in: Regenerate.
98
99 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
100
101 * version.c (parse_args): Change to "Copyright 2010".
102
103 2010-01-06 Quentin Neill <quentin.neill@amd.com>
104
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.
109
110 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
111
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
115 OP_RNDQ_Ibig.
116 (parse_operands): OP_NILO case removed, applied renaming.
117 (insns): Neon shape changed for some logic instructions.
118
119 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
120
121 * config/tc-arm.c (do_neon_ldx_stx): Added
122 validation for vector load/store insns.
123
124 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
125
126 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
127
128 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
129
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 ().
167
168 For older changes see ChangeLog-2009
169 \f
170 Local Variables:
171 mode: change-log
172 left-margin: 8
173 fill-column: 74
174 version-control: never
175 End: