Improve x86 assembler error message.
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2010-02-25 H.J. Lu <hongjiu.lu@intel.com>
2
3 * config/tc-i386.c (_i386_insn): Add err_msg.
4 (operand_size_match): Set err_msg on failure.
5 (operand_type_match): Likewise.
6 (operand_type_register_match): Likewise.
7 (VEX_check_operands): Likewise.
8 (match_template): Likewise. Use i.err_msg with as_bad.
9
10 2010-02-25 Wu Zhangjin <wuzhangjin@gmail.com>
11
12 * config/tc-mips.c (mips_fix_loongson2f, mips_fix_loongson2f_nop,
13 mips_fix_loongson2f_jump): New variables.
14 (md_longopts): Add New options -mfix-loongson2f-nop/jump,
15 -mno-fix-loongson2f-nop/jump.
16 (md_parse_option): Initialize variables via above options.
17 (options): New enums for the above options.
18 (md_begin): Initialize nop_insn from LOONGSON2F_NOP_INSN.
19 (fix_loongson2f, fix_loongson2f_nop, fix_loongson2f_jump):
20 New functions.
21 (append_insn): call fix_loongson2f().
22 (mips_handle_align): Replace the implicit nops.
23 * config/tc-mips.h (MAX_MEM_FOR_RS_ALIGN_CODE): Modified
24 for the new mips_handle_align().
25 * doc/c-mips.texi: Document the new options.
26
27 2010-02-23 Daniel Gutson <dgutson@codesourcery.com>
28
29 * config/tc-arm.c (do_rd_rm_rn): Added warning
30 for obsolete insns.
31
32 2010-02-23 Andrew Zabolotny <anpaza@mail.ru>
33
34 PR binutils/11297
35 * config/tc-avr.c (md_apply_fix): Handle BFD_RELOC_8.
36 (avr_cons_fix_new): Handle fixups of a single byte.
37
38 2010-02-22 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
39
40 PR 9861
41 * config/tc-arm.c (CPU_DEFAULT): Do not define based upon build
42 compiler's predefines.
43
44 2010-02-19 Alan Modra <amodra@gmail.com>
45
46 * configure.tgt: Whiltespace. Sort moxie entry.
47
48 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
49
50 * config/tc-arm.c (arm_convert_symbolic_attribute): Add Tag_DIV_use.
51 * doc/c-arm.texi: Likewise.
52
53 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
54
55 * config/tc-arm.c (asm_opcode): operands type
56 change.
57 (BAD_PC_ADDRESSING): New macro message.
58 (BAD_PC_WRITEBACK): Likewise.
59 (MIX_ARM_THUMB_OPERANDS): New macro.
60 (operand_parse_code): Added enum values.
61 (parse_operands): Added thumb/arm distinction,
62 plus new enum values handling.
63 (encode_arm_addr_mode_2): Validations enhanced.
64 (encode_arm_addr_mode_3): Likewise.
65 (do_rm_rd_rn): Likewise.
66 (encode_thumb32_addr_mode): Likewise.
67 (do_t_ldrex): Likewise.
68 (do_t_ldst): Likewise.
69 (do_t_strex): Likewise.
70 (md_assemble): Call parse_operands with
71 a new parameter.
72 (OPS_1): New macro.
73 (OPS_2): Likewise.
74 (OPS_3): Likewise.
75 (OPS_4): Likewise.
76 (OPS_5): Likewise.
77 (OPS_6): Likewise.
78 (insns): Updated insns operands.
79
80 2010-02-12 Tristan Gingold <gingold@adacore.com>
81 Douglas B Rupp <rupp@gnat.com>
82
83 * config/tc-ia64.c (enum reloc_func): Add FUNC_SLOTCOUNT_RELOC.
84 (DUMMY_RELOC_IA64_SLOTCOUNT): Added.
85 (pseudo_func): Add an entry for slotcount.
86 (md_begin): Initialize slotcount pseudo symbol.
87 (ia64_parse_name): Handle @slotcount parameter.
88 (ia64_gen_real_reloc_type): Handle slotcount.
89 (md_apply_fix): Ditto.
90 * doc/c-ia64.texi (IA-64-Relocs): Document @slotcount.
91
92 2010-02-11 Sterling Augustine <sterling@jaw.hq.tensilica.com>
93
94 * config/tc-xtensa.c (istack_init): Don't call memset.
95
96 2010-02-11 Sterling Augustine <sterling@tensilica.com>
97
98 * config/tc-xtensa.c (cache_literal_section): Handle prefixes as
99 well as suffixes.
100
101 2010-02-11 Sterling Augustine <sterling@tensilica.com>
102
103 * config/tc-xtensa.c (xtensa_find_unaligned_loops): Rewrite.
104
105 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
106
107 * config/tc-i386.c (build_modrm_byte): Reformat.
108
109 2010-02-11 H.J. Lu <hongjiu.lu@intel.com>
110
111 * config/tc-i386.c: Update copyright.
112
113 2010-02-10 Quentin Neill <quentin.neill@amd.com>
114 Sebastian Pop <sebastian.pop@amd.com>
115
116 * config/tc-i386.c (vec_imm4) New operand type.
117 (fits_in_imm4): New.
118 (VEX_check_operands): New.
119 (check_reverse): Call VEX_check_operands.
120 (build_modrm_byte): Reintroduce code for 5
121 operand insns. Fix whitespace.
122
123 2010-02-10 Richard Sandiford <r.sandiford@uk.ibm.com>
124
125 * config/tc-ppc.c (md_show_usage): Add -mpwr4, -mpwr5, -mpwr5x,
126 -mpwr6 and -mpwr7.
127
128 2010-02-09 Sterling Augustine <sterling@tensilica.com>
129
130 * config/tc-xtensa.c (RELAXED_LOOP_INSN_BYTES): New.
131 (next_frag_pre_opcode_bytes): Use RELAXED_LOOP_INSN_BYTES.
132 (xtensa_mark_zcl_first_insns): Rewrite to handle corner case.
133
134 2010-02-08 Christophe Lyon <christophe.lyon@st.com>
135
136 * config/tc-arm.c (md_pcrel_from_section): Keep base to zero for
137 non-local branches (BFD_RELOC_THUMB_PCREL_BRANCH23,
138 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_ARM_PCREL_BLX,
139 BFD_RELOC_ARM_PCREL_CALL)
140
141 2010-02-08 Sterling Augustine <sterling@tensilica.com>
142
143 * config/tc-xtensa.c (frag_format_size): Generalize logic to
144 handle more instruction sizes and fetch widths.
145 (branch_align_power): Likewise.
146 (text_align_power): Likewise.
147 (bytes_to_stretch): Likewise.
148
149 2010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
150
151 * config/tc-ppc.c (md_show_usage): Mention -mtitan. Don't use tabs.
152 (ppc_mach): Handle titan.
153 * doc/c-ppc.texi: Mention -mtitan.
154
155 2010-02-05 Sterling Augustine <sterling@tensilica.com>
156
157 * config/tc-xtensa.c (UNREACHABLE_MAX_WIDTH): Delete and
158 replace with...
159 (xtensa_fetch_width) ...this.
160
161 2010-02-05 Joseph Myers <joseph@codesourcery.com>
162
163 * Makefile.am (CPU_TYPES, OBJ_FORMATS, CPU_OBJ_VALID,
164 MULTI_CPU_TYPES, MULTI_CPU_OBJ_VALID): Remove.
165 * Makefile.in: Regenerate.
166
167 2010-02-03 Quentin Neill <quentin.neill@amd.com>
168
169 * config/tc-i386.c (cpu_arch): Change amdfam15 to bdver1.
170 (i386_align_code): Rename PROCESSOR_AMDFAM15 to PROCESSOR_BDVER1.
171 * config/tc-i386.h (processor_type): Same.
172 * doc/c-i386.texi: Change amdfam15 to bdver1.
173
174 2010-01-29 Nick Clifton <nickc@redhat.com>
175
176 PR 11136
177 * config/tc-arm.c (neon_check_type): Handle a neon_shape value of
178 NS_NULL.
179
180 2010-01-27 Dave Korn <dave.korn.cygwin@gmail.com>
181
182 * NEWS: Mention new feature.
183 * config/obj-coff.c (obj_coff_section): Accept digits and use
184 to override default section alignment power if specified.
185 * doc/as.texinfo (.section directive): Update documentation.
186
187 2010-01-27 H.J. Lu <hongjiu.lu@intel.com>
188
189 * config/tc-i386.c (avxscalar): New.
190 (OPTION_MAVXSCALAR): Likewise.
191 (build_vex_prefix): Select vector_length for scalar instructions
192 based on avxscalar.
193 (md_longopts): Add OPTION_MAVXSCALAR.
194 (md_parse_option): Handle OPTION_MAVXSCALAR.
195 (md_show_usage): Add -mavxscalar=.
196
197 * doc/c-i386.texi: Document -mavxscalar=.
198
199 2010-01-24 H.J. Lu <hongjiu.lu@intel.com>
200
201 * config/tc-i386.c (build_vex_prefix): Set i.vex.bytes[0] to
202 0xc4 individually.
203
204 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
205
206 * write.h (fix_at_start): Declare.
207 * write.c (fix_new_internal): Add at_beginning parameter.
208 Use it instead of REVERSE_SORT_RELOCS. Fix the handling of
209 seg_fix_tailP for the at_beginning/REVERSE_SORT_RELOCS case.
210 (fix_new, fix_new_exp): Update accordingly.
211 (fix_at_start): New function.
212 * config/tc-ppc.c (md_pseudo_table): Add .ref to the OBJ_XCOFF section.
213 (ppc_ref): New function, for OBJ_XCOFF.
214 (md_apply_fix): Handle BFD_RELOC_NONE for OBJ_XCOFF.
215 * config/te-i386aix.h (REVERSE_SORT_RELOCS): Remove #undef.
216
217 2010-01-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
218
219 * config/te-solaris.h (DWARF2_EH_FRAME_READ_ONLY): Make read-only
220 on 64-bit Solaris/x86.
221 Include obj-format.h earlier.
222
223 2010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
224
225 * config/tc-s390.c (s390_elf_final_processing): New function.
226 * config/tc-s390.h (elf_tc_final_processing): New macro definition.
227 (s390_elf_final_processing): Added prototype.
228
229
230 2010-01-20 Nick Clifton <nickc@redhat.com>
231
232 PR 11109
233 * config/tc-arm.c (do_neon_cvt): Rename to do_neon_cvt_1. Add
234 code to handle round-to-zero for VCVT conversions.
235 (do_neon_cvt): New. Call do_neon_cvt_1.
236 (do_neon_cvtr): New. Call do_neon_cvt_1.
237 (insns): Use do_neon_cvt for VCVT insn and do_neon_cvtr for VCVTR
238 insn.
239
240 2010-01-18 Tristan Gingold <gingold@adacore.com>
241
242 * config/tc-ia64.c (ia64_vms_note): Generate 24 bytes note headers.
243
244 2010-01-15 Sebastian Pop <sebastian.pop@amd.com>
245
246 * config/tc-i386.c (md_assemble): Before accessing the IMM field
247 check that it's not an XOP insn.
248
249 2010-01-14 Jie Zhang <jie.zhang@analog.com>
250
251 * config/bfin-aux.h: Remove argument names in function
252 declarations.
253 * config/bfin-lex.l (parse_int): Fix shadowed variable name
254 warning.
255 * config/bfin-parse.y (value_match): Remove argument names
256 in declaration.
257 (notethat): Likewise.
258 (yyerror): Likewise.
259
260 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
261
262 * config/tc-arm.c (do_t_nop): Correct check for Thumb-2 NOP.
263
264 2010-01-13 Nick Clifton <nickc@redhat.com>
265
266 * config/tc-h8300.c (h8300_elf_section): New function - issue a
267 warning message if a new section is created without setting any
268 attributes for it.
269 (md_pseudo_table): Intercept section creation pseudos.
270 (md_pcrel_from): Replace abort with an error message.
271 * config/obj-elf.c (obj_elf_section_name): Export this function.
272 * config/obj-elf.h (obj_elf_section_name): Prototype.
273
274 2010-01-12 Alan Modra <amodra@gmail.com>
275
276 PR 11122
277 * listing.c (print_source): Add one to line number.
278
279 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
280
281 * Makefile.in: Regenerate.
282 * configure: Regenerate.
283 * doc/Makefile.in: Regenerate.
284
285 2010-01-08 H.J. Lu <hongjiu.lu@intel.com>
286
287 * version.c (parse_args): Change to "Copyright 2010".
288
289 2010-01-06 Quentin Neill <quentin.neill@amd.com>
290
291 * config/tc-i386.c (cpu_arch): Add amdfam15.
292 (i386_align_code): Add PROCESSOR_AMDFAM15 cases.
293 * config/tc-i386.h (processor_type): Add PROCESSOR_AMDFAM15.
294 * doc/c-i386.texi: Add amdfam15.
295
296 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
297
298 * config/tc-arm.c (do_neon_logic): Accept imm value
299 in the third operand too.
300 (operand_parse_code): OP_RNDQ_IMVNb renamed to
301 OP_RNDQ_Ibig.
302 (parse_operands): OP_NILO case removed, applied renaming.
303 (insns): Neon shape changed for some logic instructions.
304
305 2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
306
307 * config/tc-arm.c (do_neon_ldx_stx): Added
308 validation for vector load/store insns.
309
310 2010-01-04 Edmar Wienskoski <edmar@freescale.com>
311
312 * config/tc-ppc.c (md_show_usage): Document -me500mc64.
313
314 2010-01-03 Daniel Gutson <dgutson@codesourcery.com>
315
316 * config/tc-arm.c (struct arm_it): New flag 'is_neon'.
317 (NEON_ENC_*): Macros renamed to _NEON_ENC_*.
318 (NEON_ENCODE): New macro.
319 (check_neon_suffixes): New macro.
320 (do_vfp_cond_or_thumb): Set the 'is_neon' flag.
321 (do_vfp_nsyn_opcode): Likewise.
322 (do_vfp_nsyn_nmul): Use the new 'NEON_ENCODE' macro.
323 (do_vfp_nsyn_cmp): Likewise.
324 (do_neon_shl_imm): Likewise.
325 (do_neon_qshl_imm): Likewise.
326 (neon_dyadic_misc): Likewise.
327 (do_neon_mac_maybe_scalar): Likewise.
328 (do_neon_qdmulh): Likewise.
329 (do_neon_qmovn): Likewise.
330 (do_neon_qmovun): Likewise.
331 (do_neon_movn): Likewise.
332 (neon_mac_reg_scalar_long): Likewise.
333 (do_neon_vmull): Likewise.
334 (do_neon_trn): Likewise.
335 (do_neon_ldx_stx): Likewise.
336 (neon_dp_fixup): Changed signature and set the flag.
337 (neon_three_same): Call the above with new signature.
338 (neon_two_same): Likewise.
339 (neon_imm_shift): Likewise.
340 (neon_mul_mac): Likewise.
341 (do_neon_abs_neg): Likewise.
342 (neon_mixed_length): Likewise.
343 (do_neon_ext): Likewise.
344 (do_neon_mov): Likewise.
345 (do_neon_tbl_tbx): Likewise.
346 (do_neon_logic): Likewise, and use the new 'NEON_ENCODE' macro.
347 (neon_compare): Likewise.
348 (do_neon_shll): Likewise.
349 (do_neon_cvt): Likewise.
350 (do_neon_mvn): Likewise.
351 (do_neon_dup): Likewise.
352 (md_assemble): Call check_neon_suffixes ().
353
354 For older changes see ChangeLog-2009
355 \f
356 Local Variables:
357 mode: change-log
358 left-margin: 8
359 fill-column: 74
360 version-control: never
361 End:
This page took 0.036927 seconds and 5 git commands to generate.