PR 6944
[binutils-gdb.git] / gas / ChangeLog
1 2008-10-09 Nick Clifton <nickc@redhat.com>
2
3 PR 6944
4 * doc/as.texinfo (Dollar Local Labels): Correct description of
5 dollar local labels to show that the colon suffix is still
6 needed.
7
8 2008-10-08 Nick Clifton <nickc@redhat.com>
9
10 * configure.in (ALL_LINGUAS): Add "id".
11 * configure: Regenerate.
12 * po/id.po: New Indonesian translation.
13
14 2008-10-07 H.J. Lu <hongjiu.lu@intel.com>
15
16 * read.c (pseudo_set): Don't allow global register symbol only
17 if TC_GLOBAL_REGISTER_SYMBOL_OK is undefined.
18 * symbols.c (S_SET_EXTERNAL): Likewise.
19
20 * config/tc-mmix.h (TC_GLOBAL_REGISTER_SYMBOL_OK): Defined.
21
22 * doc/internals.texi: Document TC_GLOBAL_REGISTER_SYMBOL_OK.
23
24 2008-10-06 Bob Wilson <bob.wilson@acm.org>
25
26 * doc/as.texinfo (Local): New description of ELF .local directive.
27
28 2008-10-06 Nick Clifton <nickc@redhat.com>
29
30 PR 6926
31 * read.c (get_line_sb): Renamed to get_non_macro_line_sb.
32 (_find_end_of_line): Add extra parameter indicating if the line is
33 inside a macro. If it is then do not allow the @ character to be
34 treated as a line separator character.
35 (read_a_source): Update use of _find_end_of_line.
36 (find_end_of_line): Likewise.
37 (s_irp): Update use of get_line_sb.
38 (s_macro): Likewise.
39 (do_repeat): Likewise.
40 (get_line_sb): New function. Like the old version of get_line_sb
41 except that it takes an extra parameter indicating whether the
42 line is inside a macro.
43 (get_macro_line_sb): New function.
44
45 2008-10-04 Hans-Peter Nilsson <hp@axis.com>
46
47 * config/tc-cris.c: Update all comments regarding explicit relocations
48 to, besides PIC, also imply TLS or to say "relocation specifier" or
49 similar.
50 (RELOC_SUFFIX_CHAR): Rename from PIC_SUFFIX_CHAR. Change all callers.
51 (cris_get_reloc_suffix): Rename from cris_get_pic_suffix. Change all
52 callers. Also handle TLS relocs.
53 (cris_get_specified_reloc_size): Rename from cris_get_pic_reloc_size.
54 Change all callers. Also handle TLS relocs.
55 (tls): New constant.
56 (cris_process_instruction): Check for non-PIC TLS relocations and
57 adjust message when emitting error message about relocation not
58 fitting.
59 (get_autoinc_prefix_or_indir_op): Also check for relocation suffix
60 when tls is true.
61 (get_3op_or_dip_prefix_op): Ditto.
62 (cris_number_to_imm, tc_gen_reloc): Handle TLS relocs like PIC relocs.
63
64 2008-10-03 Kazu Hirata <kazu@codesourcery.com>
65
66 * listing.c (buffer_line): Open the source file with FOPEN_RB.
67 Manually process line ends.
68
69 2008-09-30 Wesley W. Terpstra <wesley@terpstra.ca>
70 Nick Clifton <nickc@redhat.com>
71
72 * config/tc-tic4x.c (tic4x_globl): Call S_SET_EXTERNAL as well as
73 S_SET_STORAGE_CLASS.
74
75 2008-09-30 Wesley W. Terpstra <wesley@terpstra.ca>
76 Nick Clifton <nickc@redhat.com>
77
78 * coffgen.c (coff_write_symbols): Check to see if a symbol's flags
79 do not match it class and if necessary update the class.
80 (null_error_handler): New function. Suppresses the generation of
81 bfd error messages.
82 * coff64-rs6000.c (bfd_xcoff_backend_data): Update comment.
83
84 2008-09-30 Alan Modra <amodra@bigpond.net.au>
85
86 * Makefile.am: Run "make dep-am".
87 * Makefile.in: Regenerate.
88
89 2008-09-29 Nick Clifton <nickc@redhat.com>
90
91 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
92 tc_cfi_emit_pcrel_expr macro.
93
94 2008-09-29 Peter O'Gorman <pogma@thewrittenword.com>
95 Steve Ellcey <sje@cup.hp.com>
96
97 * configure: Regenerate for new libtool.
98 * aclocal.m4: Ditto.
99 * Makefile.in: Ditto.
100 * doc/Makefile.in: Ditto.
101
102 2008-09-29 Nick Clifton <nickc@redhat.com>
103
104 PR 6878
105 * app.c (do_scrub_chars): Only issue warnings about tick
106 characters detected in symbol strings if hex ticks are supported.
107
108 2008-09-29 Nick Clifton <nickc@redhat.com>
109
110 * dw2gencfi.c (output_cfi_insn): Fix typo in invocation of
111 tc_cfi_emit_pcrel_expr macro.
112
113 2008-09-28 Daniel Jacobowitz <dan@codesourcery.com>
114
115 * NEWS: Mention .cfi_val_encoded_addr.
116
117 2008-09-26 Eric Botcazou <ebotcazou@adacore.com>
118
119 * Makefile.am (TARG_ENV_HFILES): Add config/te-solaris.h.
120 * Makefile.in (TARG_ENV_HFILES): Likewise.
121 * configure.tgt (Solaris targets): Set em=solaris.
122 * config/te-solaris.h: New file.
123
124 2008-09-26 Jie Zhang <jie.zhang@analog.com>
125
126 * config/bfin-parse.y (asm_1): Fix reduce/reduce conflicts.
127
128 2008-09-24 Richard Henderson <rth@redhat.com>
129
130 * dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
131 (struct cfi_insn_data): Add ea member.
132 (CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New.
133 (output_cfi_insn): Handle CFI_val_encoded_addr.
134 (select_cie_for_fde): Don't match CFI_val_encoded_addr.
135 * doc/as.texinfo (.cfi_val_encoded_addr): Document.
136
137 2008-09-25 Alan Modra <amodra@bigpond.net.au>
138
139 PR 6913
140 * listing.c (print_options): Don't call fprintf without format string.
141
142 2008-09-19 Alan Modra <amodra@bigpond.net.au>
143
144 * write.c (TC_FORCE_RELOCATION_SUB_LOCAL): Heed md_register_arithmetic.
145 (TC_VALIDATE_FIX_SUB): Likewise.
146 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
147 * config/tc-hppa.h (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
148 * config/tc-mn10300.h (TC_VALIDATE_FIX_SUB): Likewise.
149 * config/tc-sh.h (TC_VALIDATE_FIX_SUB): Likewise.
150 (TC_FORCE_RELOCATION_SUB_LOCAL): Likewise.
151 * config/tc-sh64.h (TC_VALIDATE_FIX_SUB): Likewise.
152 * config/tc-xtensa.h (TC_VALIDATE_FIX_SUB): Likewise.
153 * doc/internals.texi (TC_FORCE_RELOCATION_SUB_ABS,
154 TC_FORCE_RELOCATION_SUB_LOCAL, TC_VALIDATE_FIX_SUB): Show new param.
155
156 * write.c (md_register_arithmetic): Define.
157 (fixup_segment): Adjust TC_FORCE_RELOCATION_SUB_ABS invocation.
158 Modify error message when registers involved.
159 (TC_FORCE_RELOCATION_SUB_ABS): Heed md_register_arithmetic.
160 * config/tc-sh.h (TC_FORCE_RELOCATION_SUB_ABS): Likewise.
161
162 2008-09-15 Alan Modra <amodra@bigpond.net.au>
163
164 * write.c (install_reloc): Correct EMIT_SECTION_SYMBOLS test.
165
166 2008-09-15 Alan Modra <amodra@bigpond.net.au>
167
168 * config/tc-frv.c (md_apply_fix): Use abs_section_sym for
169 relocs with no symbol.
170 * config/tc-mmix.c (md_assemble): Mark fake symbol on
171 BFD_RELOC_MMIX_BASE_PLUS_OFFSET as OK for use by relocs.
172 (mmix_md_end): Likewise mark mmix reg contents section symbol.
173
174 2008-09-14 Chris Smith <chris@zxdesign.info>
175
176 * config/tc-z80.c: Opcode generation of ld a,(bc) and ld a,(de) was
177 broken, as the opcode of ld a,(de) was being emitted for both.
178
179 2008-09-12 Sterling Augustine <sterling@tensilica.com>
180
181 * config/tc-xtensa.c (init_op_placement_info_table): Allow number of
182 operands equal to MAX_INSN_ARGS.
183
184 2008-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
185
186 * configure.in: Call AC_SYS_LARGEFILE.
187 * config.in: Regenerate.
188 * configure: Regenerate.
189
190 2008-09-09 Peter Bergner <bergner@vnet.ibm.com>
191
192 * config/tc-ppc.c (ppc_setup_opcodes): Simplify POWER4/NOPOWER4 test.
193 Remove POWER5 and POWER6 tests.
194
195 2008-09-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
196
197 * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name to
198 number support for 32-bit targets.
199
200 2008-09-08 Tristan Gingold <gingold@adacore.com>
201
202 * NEWS: Add a marker for the 2.19 features.
203
204 2008-09-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
205
206 * config/tc-hppa.h (DIFF_EXPR_OK): Define for SOM target. Revise
207 comment regarding use of difference expressions.
208 (TC_FORCE_RELOCATION_SUB_LOCAL): Define to 1.
209
210 * dw2gencfi.c (CFI_DIFF_EXPR_OK): Define if not defined.
211 (dot_cfi_personality): Use CFI_DIFF_EXPR_OK instead of DIFF_EXPR_OK.
212 (dot_cfi_lsda, output_cie, output_fde): Likewise.
213 * config/tc-hppa.h (CFI_DIFF_EXPR_OK): Define.
214
215 2008-09-06 Richard Sandiford <rdsandiford@googlemail.com>
216
217 * config/tc-mips.h (DWARF2_FDE_RELOC_SIZE): Define.
218
219 2008-09-03 Nick Clifton <nickc@redhat.com>
220
221 * config/tc-i386.c (pe_lcomm_internal): New function. Allows the
222 alignment field of the .lcomm directive to be optional.
223 (pe_lcomm): New function. Pass pe_lcomm_internal to
224 s_comm_internal.
225 (md_pseudo_table): Implement .lcomm directive for COFF based
226 targets.
227 * doc/c-i386.texi (i386-Directives): New node. Used to document
228 the .lcomm directive.
229
230 2008-08-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
231
232 * config/tc-hppa.h: Don't define DWARF2_EH_FRAME_READ_ONLY on Linux
233 and NetBSD.
234
235 2008-08-29 Eric B. Weddington <eric.weddington@atmel.com>
236
237 * config/tc-avr.c (mcu_types): Add atmega16u4.
238 * doc/c-avr.texi: Likewise.
239
240 2008-08-28 H.J. Lu <hongjiu.lu@intel.com>
241
242 * config/tc-ia64.c (CR_IIB0): New.
243 (CR_IIB1): Likewise.
244 (cr): Add cr.iib0 and cr.iib1.
245 (specify_resource): Handle IA64_RS_CR_IIB and CR_IIB0/CR_IIB1.
246
247 2008-08-28 Jan Beulich <jbeulich@novell.com>
248
249 * config/tc-i386.c (md_assemble): Force number of displacement
250 operands to zero when processing string instruction.
251 (i386_index_check): Special-case string instruction operands. Don't
252 fudge address prefix if there already was a memory operand. Fix
253 error message to correctly reflect the addressing mode used.
254 (i386_att_operand): Fix comment.
255 (i386_intel_operand): Snapshot, clear, and restore base and index
256 reg for each operand processed. Increment count of memory operands
257 later.
258
259 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
260
261 * config/tc-hppa.c (is_SB_relative): New macro.
262 (fix_new_hppa): Remove $segrel$ marker.
263 (cons_fix_new_hppa): Set reloc type R_PARISC_SEGREL32 if expression is
264 segment relative.
265 * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
266
267 2008-08-27 Jan Beulich <jbeulich@novell.com>
268
269 * config/tc-i386.c (check_string): Use register_prefix for error
270 message.
271 (process_operands): Likewise.
272
273 2008-08-26 Mark Mitchell <mark@codesourcery.com>
274
275 * c-arm.texi: Add tutorial on ARM unwinding pseudo ops.
276
277 2008-08-26 Jie Zhang <jie.zhang@analog.com>
278
279 * config/bfin-parse.y (check_macfunc_option): Fix instruction
280 mode checking.
281 (asm_1): Check mode for 16-bit multiply instructions.
282
283 2008-08-24 Alan Modra <amodra@bigpond.net.au>
284
285 * configure.in: Update a number of obsolete autoconf macros.
286 * configure: Regenerate.
287 * aclocal.m4: Regenerate.
288
289 2008-08-22 Nick Clifton <nickc@redhat.com>
290
291 * config/tc-mcore.c (md_assemble): Increase length of name array
292 to include terminating NUL.
293
294 2008-08-22 Jie Zhang <jie.zhang@analog.com>
295
296 * config/bfin-lex.l (NUMBER): Protect special `.'.
297
298 2008-08-22 Alan Modra <amodra@bigpond.net.au>
299
300 * symbols.c (symbol_clone): Ensure clones are not external.
301
302 2008-08-22 Alan Modra <amodra@bigpond.net.au>
303
304 * config/tc-hppa.c (md_begin): Set BSF_KEEP for "dummy_symbol".
305
306 2008-08-21 Richard Henderson <rth@redhat.com>
307
308 * dw2gencfi.c (DWARF2_FDE_RELOC_SIZE): New.
309 (output_cie, output_fde): Use it.
310 (DWARF2_EH_FRAME_READ_ONLY): New.
311 (cfi_finish): Use it.
312
313 * config/tc-hppa.h (DWARF2_FDE_RELOC_SIZE): Set to 8 for 64-bit.
314 (DWARF2_CIE_DATA_ALIGNMENT): Change sign.
315 (DWARF2_EH_FRAME_READ_ONLY): New.
316 * config/tc-hppa.c (tc_gen_reloc): Generate pc-relative relocations
317 from the results of DIFF_EXPR_OK manipulation.
318
319 2008-08-21 Sterling Augustine <sterling@tensilica.com>
320
321 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase to 64.
322
323 2008-08-20 Bob Wilson <bob.wilson@acm.org>
324
325 * config/tc-xtensa.c (O_tlsfunc, O_tlsarg, O_tlscall): Define.
326 (O_tpoff, O_dtpoff): Define.
327 (suffix_relocs): Add entries for TLS suffixes.
328 (xtensa_elf_cons): Check for invalid use of TLS relocations.
329 (map_operator_to_reloc): Add is_literal parameter and use it to
330 control translating TLS instruction relocations to the corresponding
331 literal relocations.
332 (xg_valid_literal_expression): Allow TLS operators.
333 (xg_build_to_insn): Copy TLS operators from pseudo-instruction
334 operands to generated literals.
335 (xg_assemble_literal): Handle TLS operators. Update call to
336 map_operator_to_reloc.
337 (md_assemble): Handle CALLXn.TLS pseudo-instruction.
338 (md_apply_fix): Handle TLS relocations.
339 (emit_single_op): Handle TLS operators.
340 (convert_frag_immed): Update call to map_operator_to_reloc.
341 (vinsn_to_insnbuf): Emit relocations for TLS-related instructions.
342 * config/xtensa-istack.h (tinsn_struct): Add tls_reloc field.
343 * config/xtensa-relax.c (append_literal_op): Add src_op parameter
344 to initialize the op_data field of the BuildOp.
345 (build_transition): Use it here to record the source operand
346 corresponding to a generated literal.
347 * config/xtensa-relax.h (build_op): Comment op_data use for literals.
348
349 2008-08-20 H.J. Lu <hongjiu.lu@intel.com>
350
351 AVX Programming Reference (August, 2008)
352 * config/tc-i386.c (CPU_FLAGS_AES_MATCH): New.
353 (CPU_FLAGS_AVX_MATCH): Likewise.
354 (CPU_FLAGS_32BIT_MATCH): Updated.
355 (cpu_flags_match): Likewise.
356
357 2008-08-20 Alan Modra <amodra@bigpond.net.au>
358
359 PR 6848
360 * write.c (install_reloc): Check that reloc symbols have been
361 written.
362 (set_symtab): Mark symbols with BSF_KEEP.
363
364 2008-08-18 H.J. Lu <hongjiu.lu@intel.com>
365
366 * config/tc-i386.c (i386_align_code): Fix a comment typo.
367
368 2008-08-15 Alan Modra <amodra@bigpond.net.au>
369
370 PR 6526
371 * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
372 * Makefile.in: Regenerate.
373 * aclocal.m4: Regenerate.
374 * config.in: Regenerate.
375 * configure: Regenerate.
376 * doc/Makefile.in: Regenerate.
377
378 2008-08-14 Alan Modra <amodra@bigpond.net.au>
379
380 * config/tc-tic4x.c (tic4x_operands_parse): Make static.
381
382 2008-08-13 Ben Elliston <bje@au.ibm.com>
383
384 * doc/as.texinfo (Align): Document the PowerPC behaviour.
385
386 2008-08-13 Alan Modra <amodra@bigpond.net.au>
387
388 * as.c, as.h, ecoff.c, hash.c, macro.c, symbols.c, config/obj-evax.c,
389 config/obj-som.c, config/tc-alpha.c, config/tc-arm.c, config/tc-bfin.c,
390 config/tc-bfin.h, config/tc-crx.c, config/tc-frv.c, config/tc-frv.h,
391 config/tc-hppa.h, config/tc-i386.c, config/tc-i860.c, config/tc-i960.h,
392 config/tc-ia64.c, config/tc-ia64.h, config/tc-m32c.c, config/tc-m32c.h,
393 config/tc-m68k.c, config/tc-maxq.c, config/tc-s390.c, config/tc-s390.h,
394 config/tc-sparc.c, config/tc-sparc.h, config/tc-spu.c, config/tc-spu.h,
395 config/tc-tic4x.c, config/tc-tic4x.h, config/tc-tic54x.c,
396 config/tc-tic54x.h, config/tc-vax.c, doc/internals.texi: Banish PARAMS
397 and PTR. Convert to ISO C. Delete unnecessary forward declarations.
398
399 2008-08-12 Alan Modra <amodra@bigpond.net.au>
400
401 * config/tc-arm.c (s_unreq): Adjust hash_delete call.
402 * config/tc-ia64.c (dot_rot): Likewise.
403
404 2008-08-11 Alan Modra <amodra@bigpond.net.au>
405
406 PR 6575
407 * hash.c: Expand PTR to void *.
408 (hash_delete): Add "freeme" parameter. Call obstack_free.
409 * hash.h: Expand PTR to void *.
410 (hash_delete): Update prototype.
411 * macro.c (macro_expand_body): hash_delete LOCALs from formal_hash.
412 * config/tc-tic54x.c (tic54x_remove_local_label): Update hash_delete
413 call.
414 (subsym_substitute): Likewise.
415 * doc/internals.texi (hash_delete): Update.
416
417 2008-08-08 Anatoly Sokolov <aesok@post.ru>
418
419 * config/tc-avr.c (mcu_types): Add avr25, avr31, avr35, and avr51
420 architectures. Reorganize list to put mcu types in correct
421 architectures and to order list same as in GCC. Use new ISA
422 definitions in include/opcode/avr.h.
423 * doc/c-avr.texi: Add avr25, avr31, avr35, and avr51 architecture
424 descriptions. Reorganize descriptions to put mcu types in correct
425 architectures and to order lists same as in GCC.
426
427 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com>
428 Daniel Jacobowitz <dan@codesourcery.com>
429
430 * config/tc-mips.c (OPTION_CALL_NONPIC): New macro.
431 (OPTION_NON_SHARED, OPTION_XGOT, OPTION_MABI, OPTION_32)
432 (OPTION_N32, OPTION_64, OPTION_MDEBUG, OPTION_NO_MDEBUG)
433 (OPTION_PDR, OPTION_NO_PDR, OPTION_MVXWORKS_PIC): Bump by 1.
434 (md_longopts): Add -call_nonpic.
435 (md_parse_option): Handle OPTION_CALL_NONPIC.
436 (md_show_usage): Add -call_nonpic.
437
438 2008-08-08 Sterling Augustine <sterling@tensilica.com>
439
440 * config/tc-xtensa.c (exclude_section_from_property_tables): New.
441 (xtensa_create_property_segments): Use it.
442 (xtensa_create_xproperty_segments): Likewise.
443
444 2008-08-08 Alan Modra <amodra@bigpond.net.au>
445
446 * doc/internals.texi (DWARF2_FORMAT): Update for 2008-08-04 change.
447
448 2008-08-06 Richard Sandiford <rdsandiford@googlemail.com>
449
450 * config/tc-mips.c (mips16_reloc_p, got16_reloc_p, hi16_reloc_p)
451 (lo16_reloc_p): New functions.
452 (reloc_needs_lo_p): Use hi16_reloc_p and got16_reloc_p to
453 generalize relocation checks.
454 (matching_lo_reloc): New function.
455 (fixup_has_matching_lo_p): Use it.
456 (mips16_mark_labels): Don't clobber a symbol's visibility.
457 (append_insn): Use hi16_reloc_p and lo16_reloc_p.
458 (mips16_ip): Handle BFD_RELOC_MIPS16_GOT16 and BFD_RELOC_MIPS16_CALL16.
459 (md_apply_fix): Likewise.
460 (mips16_percent_op): Add %got and %call16.
461 (mips_frob_file): Use got16_reloc_p to generalize relocation checks.
462 Use matching_lo_reloc.
463 (mips_force_relocation): Use hi16_reloc_p and lo16_reloc_p to
464 generalize relocation checks.
465 (mips_fix_adjustable): Use lo16_reloc_p to generalize relocation
466 checks.
467
468 2008-08-06 DJ Delorie <dj@redhat.com>
469
470 * NEWS: Mention these changes.
471
472 * config/tc-h8300.h (H_TICK_HEX): Define.
473 * config/tc-h8300.c (OPTION_H_TICK_HEX): New.
474 (md_longopts): Add "-h-tick-hex".
475 (md_parse_option): Support it.
476 * doc/c-h8300.texi (H8/300 Options): Document it.
477 * doc/as.texinfo (Overview): Likewise.
478
479 * config/tc-sh.h (H_TICK_HEX): Define.
480 * config/tc-sh.c (OPTION_H_TICK_HEX): New.
481 (md_longopts): Add "-h-tick-hex".
482 (md_parse_option): Support it.
483 * doc/c-sh.texi (SH Options): Document it.
484 * doc/c-sh64.texi (SH64 Options): Document it.
485 * doc/as.texinfo (Overview): Likewise.
486
487 2008-08-05 Alan Modra <amodra@bigpond.net.au>
488
489 PR gas/6656
490 * dwarf2dbg.c (dwarf2_directive_file): Disable gas generated
491 debug info if we see compiler generated debug info.
492 (dwarf2_directive_loc): Likewise. Remove redundant debug_type test.
493
494 2008-08-04 Alan Modra <amodra@bigpond.net.au>
495
496 * dwarf2dbg.c: Remove superfluous forward function declarations.
497 (DWARF2_FORMAT): Add section arg.
498 (out_header): New function, split out from..
499 (out_debug_line): ..here.
500 (out_debug_aranges): Use out_header.
501 (out_debug_abbrev): Add info_seg and line_seg args. Use
502 DW_FORM_data8 (for DW_AT_stmt_list) if line_seg is 64-bit.
503 (out_debug_info): Use out_header. Output 8 byte DW_AT_stmt_list
504 if line_seg is 64-bit.
505 (dwarf2_finish): Adjust out_debug_abbrev call.
506 * config/tc-mips.h (DWARF2_FORMAT, mips_dwarf2_format): Add sec arg.
507 * config/tc-mips.c (mips_dwarf2_format): Likewise.
508
509 2008-08-04 Alan Modra <amodra@bigpond.net.au>
510
511 * Makefile.am (POTFILES.in): Set LC_ALL=C.
512 * Makefile.in: Regenerate.
513 * po/POTFILES.in: Regenerate.
514
515 2008-08-01 Peter Bergner <bergner@vnet.ibm.com>
516
517 * config/tc-ppc.c (parse_cpu): Rename altivec_or_spe to retain_flags.
518 Handle -mvsx and -mpower7.
519 (md_show_usage): Document -mpower7 and -mvsx.
520 * doc/as.texinfo (Target PowerPC): Document -mvsx.
521 * doc/c-ppc.texi (PowerPC-Opts): Document -mvsx and -mpower7.
522
523 2008-07-31 Peter Bergner <bergner@vnet.ibm.com>
524
525 * config/tc-ppc.c (parse_cpu) <power6>: Accept Altivec instructions.
526 <cell>: Likewise.
527
528 2008-07-30 Michael J. Eager <eager@eagercon.com>
529
530 * config/tc-ppc.c (parse_cpu): Separate handling of -m403/405.
531 (md_show_usage): Likewise.
532
533 2008-07-30 Alan Modra <amodra@bigpond.net.au>
534
535 * messages.c, symbols.c, write.c: Silence gcc warnings.
536
537 2008-07-28 Ineiev <ineiev@yahoo.co.uk>
538
539 * config/tc-i386.c (operand_type_check): Warning fix.
540
541 2008-07-26 Michael Eager <eager@eagercon.com>
542
543 * doc/as.texinfo: Add description of single-precision attribute.
544
545 2008-07-24 Jie Zhang <jie.zhang@analog.com>
546
547 * config/bfin-parse.y (asm_1): Error if plain symbol is used
548 as load/store offset.
549
550 2008-07-22 Chao-ying Fu <fu@mips.com>
551
552 * config/tc-mips.c (mips_ip): Reset s to argsStart.
553
554 2008-07-22 Jie Zhang <jie.zhang@analog.com>
555
556 * config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
557
558 2008-07-21 DJ Delorie <dj@redhat.com>
559
560 * config/tc-h8300.c (fix_operand_size): Use the default size
561 specified by the .lbranch/.sbranch pseudos.
562
563 2008-07-18 DJ Delorie <dj@redhat.com>
564
565 * config/tc-m32c.h (H_TICK_HEX): Define.
566 * config/tc-m32c.c (OPTION_H_TICK_HEX): Define.
567 (md_longopts): Add support for it.
568 (md_parse_option): Likewise.
569 * doc/as.texinfo (Overview): Add new m32c options.
570 * doc/c-m32c.texi (M32C-Modifiers): Likewise
571
572 * as.h: (enable_h_tick_hex): New.
573 * app.c (enable_h_tick_hex): New.
574 (LEX_IS_H): New.
575 (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex.
576 (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00
577 style hex constants and convert the input stream to 0x00 style.
578 (do_scrub_chars): If a 'X style character constant is found after
579 a symbol character (like you're or X'00), warn the user.
580
581 2008-07-10 Richard Sandiford <rdsandiford@googlemail.com>
582
583 * config/tc-mips.c (mips16_mark_labels): Use ELF_ST_SET_MIPS16.
584 (mips_fix_adjustable): Likewise.
585 (mips_frob_file_after_relocs): Likewise.
586
587 2008-07-08 Nathan Sidwell <nathan@codesourcery.com>
588
589 * config/tc-m68k.c (m68k_set_cpu, m68k_set_arch): Don't complain
590 about overriding an earlier setting.
591
592 2008-07-07 Adam Nemet <anemet@caviumnetworks.com>
593
594 * config/tc-mips.c (NO_ISA_COP): New macro.
595 (COP_INSN): New macro.
596 (is_opcode_valid): Use them.
597 (macro) <ld_st>: Use them. Don't accept coprocessor load store
598 insns based on the ISA if CPU is NO_ISA_COP.
599 <copz>: Likewise for coprocessor operations.
600
601 2008-07-07 Paul Brook <paul@codesourcery.com>
602
603 * config/tc-arm.c (arm_fix_adjustable): Don't adjust MOVW/MOVT
604 relocations.
605
606 2008-07-07 Ralf Corsépius <ralf.corsepius@rtems.org>
607
608 * configure.tgt: Add bfin-*-rtems*.
609
610 2008-07-04 Alan Modra <amodra@bigpond.net.au>
611
612 * config/tc-spu.c (md_apply_fix): Handle fully resolved
613 BFD_RELOC_32_PCREL, BFD_RELOC_SPU_HI16 and BFD_RELOC_SPU_LO16.
614
615 2008-06-25 Peter Bergner <bergner@vnet.ibm.com>
616
617 * config/tc-ppc.c (parse_cpu): Handle -m464.
618 (md_show_usage): Likewise.
619
620 2008-06-24 Eric B. Weddington <eric.weddington@atmel.com>
621
622 Add support for ATtiny13A.
623 * config/tc-avr.c (mcu_types): Add attiny13a.
624 * doc/c-avr.texi: Likewise.
625
626 2008-06-24 Bob Wilson <bob.wilson@acm.org>
627 Alan Modra <amodra@bigpond.net.au>
628
629 * write.c (relax_segment <rs_org>): Include current stretch
630 value when calculating whether .org is backwards.
631
632 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
633
634 * configure: Regenerate.
635
636 2008-06-17 Nick Clifton <nickc@redhat.com>
637
638 * app.c (do_scrub_chars): Do not UNGET an EOF value.
639
640 2008-06-16 Hans-Peter Nilsson <hp@bitrange.com>
641
642 PR gas/6607
643 * config/tc-mmix.c (s_loc): Assume "negative" addresses belong to
644 text_section. Do the "stepping backwards" test for text_section
645 using unsigned operands.
646
647 2008-06-13 Peter Bergner <bergner@vnet.ibm.com>
648
649 * config/tc-ppc.c (ppc_cpu): Use ppc_cpu_t typedef.
650 (ppc_insert_operand): Likewise.
651 (ppc_machine): Likewise.
652 * config/tc-ppc.h: #include "opcode/ppc.h"
653 (struct _ppc_fix_extra <ppc_cpu>): Use ppc_cpu_t typedef.
654 (ppc_cpu): Update extern decl.
655
656 2008-06-12 Adam Nemet <anemet@caviumnetworks.com>
657
658 * config/tc-mips.c (validate_mips_insn): Handle field descriptors
659 +x, +X, +p, +P, +s, +S.
660 (mips_ip): Likewise.
661
662 * config/tc-mips.c (validate_mips_insn): Handle field descriptor +Q.
663 (mips_ip): Likewise.
664 (macro_build): Likewise.
665 (CPU_HAS_SEQ): New macro.
666 (macro2) <M_SEQ_I, M_SNE_I>: Use it. Emit seq/sne and seqi/snei.
667
668 2008-06-09 Eric B. Weddington <eric.weddington@atmel.com>
669
670 * config/tc-avr.c (mcu_types): Remove support for ATmega32HVB device.
671 * doc/c-avr.texi: Likewise.
672
673 2008-06-04 Nick Clifton <nickc@redhat.com>
674
675 * app.c (do_scrub_chars): Do not UNGET an EOF value.
676
677 2008-06-03 H.J. Lu <hongjiu.lu@intel.com>
678
679 * config/tc-i386.c (set_sse_check): New.
680 (md_pseudo_table): Add "sse_check".
681
682 2008-06-03 Paul Brook <paul@codesourcery.com>
683
684 * config/tc-arm.c (do_t_rbit): Populate both rm fields.
685
686 2008-05-30 Nick Clifton <nickc@redhat.com>
687
688 PR 5523
689 * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
690 relocs here.
691
692 2008-05-29 Maxim Kuvyrkov <maxim@codesourcery.com>
693
694 * config/tc-mips.c (mips_cpu_info_table): Move records for
695 ST Loongson-2E/2F processors to a better place.
696
697 2008-05-23 H.J. Lu <hongjiu.lu@intel.com>
698
699 PR gas/6518
700 * config/tc-i386.c (match_template): Report ambiguous operand
701 size, not invalid suffix when there is no match in Intel
702 syntax.
703
704 2008-05-22 Paul Brook <paul@codesourcery.com>
705
706 * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
707
708 2008-05-21 I-Jui Sung <ijsung@gmail.com>
709
710 * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
711 compatible cores: fa526, fa626, fa626te, fa726te.
712 * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
713 fa726te} options.
714
715 2008-05-14 Alan Modra <amodra@bigpond.net.au>
716
717 * Makefile.am: Run "make dep-am".
718 * Makefile.in: Regenerate.
719 * doc/Makefile.in: Regenerate.
720 * po/POTFILES.in: Regenerate.
721
722 2008-05-09 Catherine Moore <clm@codesourcery.com>
723
724 * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
725 with non-MIPS16 relocs.
726
727 2008-05-09 Chao-ying Fu <fu@mips.com>
728
729 * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
730 case that some characters append at the end of the name.
731 (mips_ip): Likewise.
732 (s_change_sec): Likewise.
733 (md_section_align): Likewise.
734
735 2008-05-07 Bob Wilson <bob.wilson@acm.org>
736
737 * config/tc-xtensa.c (xtensa_create_property_segments): Use
738 xtensa_make_property_section instead of xtensa_get_property_section.
739 (xtensa_create_xproperty_segments): Likewise.
740
741 2008-05-02 H.J. Lu <hongjiu.lu@intel.com>
742
743 * NEWS: Mention XSAVE, EPT and MOVBE.
744
745 * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
746 (md_show_usage): Add .movbe and .ept.
747
748 * doc/c-i386.texi: Add movbe and ept to -march=. Document
749 .movbe and .ept.
750
751 2008-04-29 David S. Miller <davem@davemloft.net>
752
753 * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
754
755 2008-04-28 Adam Nemet <anemet@caviumnetworks.com>
756
757 * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
758 New statics.
759 (OPTION_ELF_BASE): Make room for new option macros.
760 (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
761 OPTION_DOUBLE_FLOAT): New option macros.
762 (md_longopts): Add msoft-float, mhard-float, msingle-float and
763 mdouble-float.
764 (md_parse_option): Handle OPTION_SINGLE_FLOAT,
765 OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
766 (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
767 and -mdouble-float.
768 (struct mips_set_options): New fields soft_float and single_float.
769 (mips_opts): Initialized them. Add comment for each field
770 initializer.
771 (mips_after_parse_args): Set them based on file_mips_soft_float
772 and file_mips_single_float.
773 (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
774 `.set singlefloat' and `.set doublefloat'.
775 (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
776 Handle single-float and soft-float instructions here.
777 (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
778 (is_opcode_valid_16): New function.
779 (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
780 (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
781 M_S_DOB>: Remove special-casing of r4650.
782 * doc/c-mips.texi (-march=): Add Octeon.
783 (MIPS Opts): Document -msoft-float and -mhard-float. Document
784 -msingle-float and -mdouble-float.
785 (MIPS floating-point): New section. Document `.set softfloat' and
786 `.set hardfloat'. Document `.set singlefloat' and `.set
787 doublefloat'.
788
789 2008-04-25 David S. Miller <davem@davemloft.net>
790
791 * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
792 %asr aliases.
793
794 * doc/c-sparc.texi: Consistently refer to architecture 'versions',
795 rather than occaisionally 'levels'. Consistently refer to Sun's
796 UNIX variant as SunOS, every version of Solaris is also SunOS.
797 Document new 'softint_clear' and 'softint_set' aliases. Clarify
798 which architecture versions support '%dcr', '%cq', and '%gl'. Add
799 section on 32-bit/64-bit opcode translations.
800
801 2008-04-23 Mike Frysinger <vapier@gentoo.org>
802
803 * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
804 (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
805 (obj-fdpicelf.o): Define.
806 * Makefile.in: Regenerate.
807 * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
808 (bfin-*-*): Delete.
809 (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
810 (bfin-*-uclinux*): New; set fmt to elf and em to linux.
811 * config/obj-fdpicelf.c: New.
812 * config/obj-fdpicelf.h: Likewise.
813 * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
814 the OBJ_FDPIC_ELF define.
815 (OPTION_NOPIC): Define.
816 (md_longopts): Add mnopic and mno-fdpic.
817 (md_parse_option): Handle OPTION_NOPIC.
818
819 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
820
821 * aclocal.m4: Regenerate.
822 * configure: Regenerate.
823
824 2008-04-23 David S. Miller <davem@davemloft.net>
825
826 * config/tc-sparc.c (v9a_asr_table): Add missing
827 'stick' and 'stick_cmpr', and document ordering rules
828 of table.
829 (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
830 BFD_RELOC_SPARC_PC10.
831 * doc/c-sparc.texi: New section on Sparc constants.
832 Add documentation for %stick and %stick_cmpr.
833
834 2008-04-22 David S. Miller <davem@davemloft.net>
835
836 * config/obj-elf.c (obj_elf_section_type): Add prototype
837 before obj_elf_section_word and add 'warn' arg.
838 (obj_elf_section_word): Add type pointer arg, and if no #SECTION
839 is matched, try checking for #SECTION_TYPE.
840 (obj_elf_section): Adjust for new args.
841 (obj_elf_type_name): New function.
842 (obj_elf_type): Call it, and accept STT_foo number strings
843 in .type statements as output by SunPRO compiler.
844
845 2008-04-22 H.J. Lu <hongjiu.lu@intel.com>
846
847 * config/tc-i386.c (md_assemble): Don't check SSE instructions
848 if noavx is 0.
849
850 2008-04-18 David S. Miller <davem@davemloft.net>
851
852 * doc/c-sparc.texi: Add syntax section.
853
854 2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
855
856 * config/tc-i386.c (build_modrm_byte): Don't check FMA to swap
857 REG and NDS for instructions with immediate operand.
858
859 2008-04-18 H.J. Lu <hongjiu.lu@intel.com>
860
861 * config/tc-i386.c (build_modrm_byte): Swap REG and NDS for
862 FMA.
863
864 2008-04-16 David S. Miller <davem@davemloft.net>
865
866 * config/tc-sparc.c (sparc_ip): Add support for gotdata mnemonics
867 and relocation generation.
868 (tc_gen_reloc): Likewise.
869
870 2008-04-15 Andrew Stubbs <andrew.stubbs@st.com>
871
872 * config/tc-sh.c (md_apply_fix): Make sure BFD_RELOC_SH_PCRELIMM8BY4
873 relocations are properly aligned, and not negative.
874
875 2008-04-15 Khem Raj <kraj@mvista.com>
876
877 * doc/tc-arm.texi: Fix fnstart and fnend directive names.
878
879 2008-04-14 Edmar Wienskoski <edmar@freescale.com>
880
881 * config/tc-ppc.c (parse_cpu): Handle "e500mc". Extend "e500" to
882 accept e500mc instructions.
883 (md_show_usage): Document -me500mc.
884
885 2008-04-11 Nick Clifton <nickc@redhat.com>
886
887 * listing.c (print_timestamp): Use localtime rather than
888 localtime_r since not all build environments provide the latter.
889
890 2008-04-10 H.J. Lu <hongjiu.lu@intel.com>
891
892 * NEWS: Mention -msse-check=[none|error|warning].
893
894 * config/tc-i386.c (sse_check): New.
895 (OPTION_MSSE_CHECK): Likewise.
896 (md_assemble): Check SSE instructions if needed.
897 (md_longopts): Add -msse-check.
898 (md_parse_option): Handle OPTION_MSSE_CHECK.
899 (md_show_usage): Show -msse-check=[none|error|warning].
900
901 * doc/c-i386.texi: Document -msse-check=[none|error|warning].
902
903 2008-04-10 Santiago Urueña <suruena@gmail.com>
904
905 * listing.c: Add -ag listing flag to show general information in
906 listings such as gas version, passed options, and time stamp.
907 (listing_general_info): New function.
908 (print_options): New function.
909 (print_single_option): New function.
910 (print_timestamp): New function.
911 (MAX_DATELEN): Define.
912 (listing_print): Add call to listing_general_info.
913 * listing.h (LISTING_GENERAL): Define.
914 (listing_print): Add new parameter.
915 * as.c (show_usage): Print new switch.
916 (parse_args): Parse new switch.
917 (main): Pass command line on to listing_print.
918 * NEWS: Mention this new feature.
919 * doc/as.texinfo: Document the new sub-option.
920
921 2008-04-08 Alan Modra <amodra@bigpond.net.au>
922
923 * dwarf2dbg.c (dwarf2_emit_insn): Simplify test before dwarf2_where
924 call. Delete out of date comment.
925 (dwarf2_consume_line_info): Always clear dwarf2_loc_directive_seen.
926 (dwarf2_emit_label): Don't emit unless there has been a previous
927 .file or we are outputting assembler generated debug.
928 dwarf2_consume_line_info after emitting line info, not before.
929 (out_debug_info): Simplify files_in_use test.
930
931 2008-04-07 H.J. Lu <hongjiu.lu@intel.com>
932
933 * config/tc-i386.c (parse_real_register): Return AVX register
934 only if AVX is enabled.
935
936 2008-04-07 Kaz Kojima <kkojima@rr.iij4u.or.jp>
937
938 PR gas/6043
939 * config/tc-sh64.c (shmedia_md_pcrel_from_section): Use
940 md_pcrel_from_section for BFD_RELOC_64 and BFD_RELOC_64_PCREL.
941
942 2008-04-04 Adrian Bunk <bunk@stusta.de>
943 Bob Wilson <bob.wilson@acm.org>
944
945 * config/tc-xtensa.c (xg_apply_fix_value): Check return code from
946 call to decode_reloc.
947
948 2008-04-04 H.J. Lu <hongjiu.lu@intel.com>
949
950 * NEWS: Mention XSAVE. Change CLMUL to PCLMUL.
951
952 * config/tc-i386.c (cpu_arch): Add .pclmul.
953 (md_show_usage): Replace clmul with pclmul.
954 * doc/c-i386.texi: Likewise.
955
956 2008-04-03 H.J. Lu <hongjiu.lu@intel.com>
957
958 * NEWS: Mention AES, CLMUL, AVX/FMA and -msse2avx.
959
960 * doc/c-i386.texi: Add avx, aes, clmul and fma to -march=.
961 Document -msse2avx, .avx, .aes, .clmul and .fma.
962
963 * config/tc-i386.c (YMMWORD_MNEM_SUFFIX): New.
964 (vex_prefix): Likewise.
965 (sse2avx): Likewise.
966 (CPU_FLAGS_ARCH_MATCH): Likewise.
967 (CPU_FLAGS_64BIT_MATCH): Likewise.
968 (CPU_FLAGS_32BIT_MATCH): Likewise.
969 (CPU_FLAGS_PERFECT_MATCH): Likewise.
970 (regymm): Likewise.
971 (vex_imm4): Likewise.
972 (fits_in_imm4): Likewise.
973 (build_vex_prefix): Likewise.
974 (VEX_check_operands): Likewise.
975 (bad_implicit_operand): Likewise.
976 (OPTION_MSSE2AVX): Likewise.
977 (T_YMMWORD): Likewise.
978 (_i386_insn): Add vex.
979 (cpu_arch): Add .avx, .aes, .clmul and .fma.
980 (cpu_flags_match): Changed to take a pointer to const template.
981 Enable encoding SSE instructions with VEX prefix for -msse2avx.
982 (match_mem_size): Also check ymmword.
983 (operand_type_match): Clear ymmword.
984 (md_begin): Allow '_' in mnemonic.
985 (type_names): Add OPERAND_TYPE_VEX_IMM4.
986 (process_immext): Update assert.
987 (md_assemble): Don't call process_immext if sse2avx and immext
988 are true. Call build_vex_prefix if vex is true.
989 (parse_insn): Updated for cpu_flags_match.
990 (swap_operands): Handle 5 operands.
991 (match_template): Handle 5 operands. Updated for cpu_flags_match.
992 Check regymm. Call VEX_check_operands. Handle YMMWORD_MNEM_SUFFIX.
993 (process_suffix): Handle YMMWORD_MNEM_SUFFIX.
994 (check_byte_reg): Check regymm.
995 (process_operands): Duplicate the destination register for
996 -msse2avx if needed.
997 (build_modrm_byte): Updated for instructions with VEX encoding.
998 (output_insn): Output VEX prefix if needed.
999 (md_longopts): Add msse2avx.
1000 (md_parse_option): Handle OPTION_MSSE2AVX.
1001 (md_show_usage): Add avx, aes, clmul, fma and -msse2avx.
1002 (intel_e09): Support YMMWORD.
1003 (intel_e11): Likewise.
1004 (intel_get_token): Likewise.
1005
1006 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
1007
1008 * config/tc-avr.c (mcu_types): Add attiny167.
1009 * doc/c-avr.texi: Likewise.
1010
1011 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
1012
1013 * config/tc-avr.c (mcu_types): Add atmega32u4.
1014 * doc/c-avr.texi: Likewise.
1015
1016 2008-03-28 Eric B. Weddington <eric.weddington@atmel.com>
1017
1018 * config/tc-avr.c (mcu_types): Add atmega32c1.
1019 * doc/c-avr.texi: Likewise.
1020
1021 2008-03-28 Paul Brook <paul@codesourcery.com>
1022
1023 * config/tc-arm.c (parse_neon_mov): Parse register before immediate
1024 to avoid spurious symbols.
1025
1026 2008-03-28 Nathan Sidwell <nathan@codesourcery.com>
1027
1028 * config/tc-m68k.c (md_convert_frag_1): Replace as_fatal with
1029 as_bad_where.
1030
1031 2008-03-27 Eric B. Weddington <eric.weddington@atmel.com>
1032
1033 * config/tc-avr.c (mcu_types): Add atmega32m1.
1034 * doc/c-avr.texi: Likewise.
1035
1036 2008-03-27 Ineiev <ineiev@yahoo.co.uk>
1037
1038 * config/tc-arm.c (do_neon_cvt): Move variable declarations to
1039 start of block.
1040 (do_neon_ext): Fix sign of comparison.
1041
1042 2008-03-26 Bernd Schmidt <bernd.schmidt@analog.com>
1043
1044 From Jie Zhang <jie.zhang@analog.com>
1045 * config/bfin-parse.y (asm_1): Check AREGS in comparison
1046 instructions. And call yyerror when comparing PREG with
1047 DREG.
1048 (check_macfunc_option): New.
1049 (check_macfuncs): Check option by calling check_macfunc_option.
1050 Fix comparison always true warnings. Both scalar instructions
1051 of vector instruction must share the same mode option. Only allow
1052 option mode at the end of the second instruction of the vector.
1053 (asm_1): Check option by calling check_macfunc_option.
1054
1055 * config/bfin-parse.y (check_macfunc_option): Allow (IU)
1056 option for multiply and multiply-accumulate to data register
1057 instruction.
1058 (check_macfuncs): Don't check if accumulator matches the data register
1059 here.
1060 (assign_macfunc): Check if accumulator matches the
1061 data register in each rule that moves to the data
1062 register.
1063
1064 * config/tc-bfin.c (bfin_start_line_hook): Localize the labels
1065 generated for LOOP_BEGIN and LOOP_END instructions.
1066 (bfin_gen_loop): Likewise.
1067
1068 2008-03-19 Andreas Krebbel <krebbel1@de.ibm.com>
1069
1070 * config/tc-s390.c (md_parse_option): z10 option added.
1071
1072 2008-03-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1073
1074 * aclocal.m4: Regenerate.
1075 * configure: Likewise.
1076 * Makefile.in: Likewise.
1077 * doc/Makefile.in: Likewise.
1078
1079 2008-03-17 Adrian Bunk <bunk@stusta.de>
1080
1081 PR 5946
1082 * config/tc-hppa.c (is_same_frag): Delete.
1083
1084 2008-03-14 Sterling Augustine <sterling@tensilica.com>
1085
1086 * config/tc-xtensa.h (xtensa_relax_statesE): Update comment for
1087 RELAX_LOOP_END_ADD_NOP.
1088
1089 2008-03-13 Evandro Menezes <evandro@yahoo.com>
1090
1091 PR gas/5895
1092 * read.c (s_mexit): Warn if attempting to exit a macro when not
1093 inside a macro definition.
1094
1095 2008-03-13 Alan Modra <amodra@bigpond.net.au>
1096
1097 * Makefile.am: Run "make dep-am".
1098 * Makefile.in: Regenerate.
1099 * configure: Regenerate.
1100
1101 2008-03-09 Paul Brook <paul@codesourcery.com>
1102
1103 * config/tc-arm.c (arm_cpu_option_table): Add cortex-a9.
1104 * doc/c-arm.texi: Add cortex-a9.
1105
1106 2008-03-09 Paul Brook <paul@codesourcery.com>
1107
1108 * config/tc-arm.c (fpu_vfp_ext_d32): New vairable.
1109 (parse_vfp_reg_list, encode_arm_vfp_reg): Use it.
1110 (arm_option_cpu_value): Add vfpv3-d16, vfpv2 and vfpv3.
1111 (aeabi_set_public_attributes): Handle Tag_VFP_arch=VFPV3-D16.
1112 * doc/c-arm.texi: Document new ARM FPU variants.
1113
1114 2008-03-07 Paul Brook <paul@codesourcery.com>
1115
1116 * config/tc-arm.c (md_apply_fix): Use correct offset range.
1117
1118 2008-03-07 Alan Modra <amodra@bigpond.net.au>
1119
1120 * config/tc-ppc.c (ppc_setup_opcodes): Tidy. Add code to test
1121 for strict ordering of powerpc_opcodes, but disable for now.
1122
1123 2008-03-04 Paul Brook <paul@codesourcery.com>
1124
1125 * config/tc-arm.c (arm_ext_barrier, arm_ext_msr): New.
1126 (arm_ext_v7m): Rename...
1127 (arm_ext_m): ... to this. Include v6-M.
1128 (do_t_add_sub): Allow narrow low-reg non flag setting adds.
1129 (do_t_mrs, do_t_msr, aeabi_set_public_attributes): Use arm_ext_m.
1130 (md_assemble): Allow wide msr instructions.
1131 (insns): Add classifications for v6-m instructions.
1132 (arm_cpu_option_table): Add cortex-m1.
1133 (arm_arch_option_table): Add armv6-m.
1134 (cpu_arch): Add ARM_ARCH_V6M. Fix numbering of other v6 variants.
1135
1136 2008-03-03 Sterling Augustine <sterling@tensilica.com>
1137 Bob Wilson <bob.wilson@acm.org>
1138
1139 * config/tc-xtensa.c (xtensa_num_pipe_stages): New.
1140 (md_begin): Initialize it.
1141 (resources_conflict): Use it.
1142
1143 2008-03-03 Sterling Augustine <sterling@tensilica.com>
1144
1145 * config/tc-xtensa.h (RELAX_XTENSA_NONE): New.
1146
1147 2008-03-03 Denys Vlasenko <vda.linux@googlemail.com>
1148 H.J. Lu <hongjiu.lu@intel.com>
1149
1150 PR gas/5543
1151 * read.c (pseudo_set): Don't allow global register symbol.
1152
1153 * symbols.c (S_SET_EXTERNAL): Don't allow register symbol
1154 global.
1155
1156 2008-03-03 H.J. Lu <hongjiu.lu@intel.com>
1157
1158 PR gas/5543
1159 * write.c (write_object_file): Don't allow symbols which were
1160 equated to register. Stop if there is an error.
1161
1162 2008-03-01 Alan Modra <amodra@bigpond.net.au>
1163
1164 * config/tc-ppc.h (struct _ppc_fix_extra): New.
1165 (ppc_cpu): Declare.
1166 (TC_FIX_TYPE, TC_INIT_FIX_DATA): Define.
1167 * config/tc-ppc.c (ppu_cpu): Make global.
1168 (ppc_insert_operand): Add ppu_cpu parameter.
1169 (md_assemble): Adjust for above change.
1170 (md_apply_fix): Pass tc_fix_data.ppc_cpu to ppc_insert_operand.
1171
1172 2008-02-22 Nick Clifton <nickc@redhat.com>
1173
1174 * config/tc-arm.c (do_bx): Only test EF_ARM_EABI_VERSION on ELF
1175 targeted ARM ports, otherwise just skip generating the reloc.
1176
1177 2008-02-18 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 * doc/c-i386.texi: Update -march= and .arch.
1180
1181 2008-02-18 Nick Clifton <nickc@redhat.com>
1182
1183 * config/tc-mn10300.c (has_known_symbol_location): New function.
1184 Do not regard weak symbols as having a known location.
1185 (md_estimate_size_before_relax): Use new function.
1186 (md_pcrel_from): Do not compute a pcrel against a weak symbol.
1187
1188 2008-02-18 Jan Beulich <jbeulich@novell.com>
1189
1190 * config/tc-i386.c (match_template): Disallow 'l' suffix when
1191 currently selected CPU has no 32-bit support.
1192 (parse_real_register): Do not return registers not available on
1193 currently selected CPU.
1194
1195 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 * config/tc-i386.c (process_immext): Fix format.
1198
1199 2008-02-16 H.J. Lu <hongjiu.lu@intel.com>
1200
1201 * config/tc-i386.c (inoutportreg): New.
1202 (process_immext): New.
1203 (md_assemble): Use it.
1204 (update_imm): Use imm16 and imm32s.
1205 (i386_att_operand): Use inoutportreg.
1206
1207 2008-02-14 H.J. Lu <hongjiu.lu@intel.com>
1208
1209 * config/tc-i386.c (operand_type_all_zero): New.
1210 (operand_type_set): Likewise.
1211 (operand_type_equal): Likewise.
1212 (cpu_flags_all_zero): Likewise.
1213 (cpu_flags_set): Likewise.
1214 (cpu_flags_equal): Likewise.
1215 (UINTS_ALL_ZERO): Removed.
1216 (UINTS_SET): Likewise.
1217 (UINTS_CLEAR): Likewise.
1218 (UINTS_EQUAL): Likewise.
1219 (cpu_flags_match): Updated.
1220 (smallest_imm_type): Likewise.
1221 (set_cpu_arch): Likewise.
1222 (md_assemble): Likewise.
1223 (optimize_imm): Likewise.
1224 (match_template): Likewise.
1225 (process_suffix): Likewise.
1226 (update_imm): Likewise.
1227 (process_drex): Likewise.
1228 (process_operands): Likewise.
1229 (build_modrm_byte): Likewise.
1230 (i386_immediate): Likewise.
1231 (i386_displacement): Likewise.
1232 (i386_att_operand): Likewise.
1233 (parse_real_register): Likewise.
1234 (md_parse_option): Likewise.
1235 (i386_target_format): Likewise.
1236
1237 2008-02-14 Dimitry Andric <dimitry@andric.com>
1238
1239 PR gas/5712
1240 * config/tc-arm.c (s_arm_unwind_save): Advance the input line
1241 pointer past the comma after parsing a floating point register
1242 name.
1243
1244 2008-02-14 Hakan Ardo <hakan@debian.org>
1245
1246 PR gas/2626
1247 * config/tc-avr.c (mcu_types): Change the ISA tyoe of the attiny26
1248 to AVR_ISA_2xxe.
1249 (avr_operand): Disallow post-increment addressing in the lpm
1250 instruction for the attiny26.
1251
1252 2008-02-13 Jan Beulich <jbeulich@novell.com>
1253
1254 * config/tc-i386.c (parse_real_register): Don't return 'FLAT'
1255 if not in Intel mode.
1256 (i386_intel_operand): Ignore segment overrides in immediate and
1257 offset operands.
1258 (intel_e11): Range-check i.mem_operands before use as array
1259 index. Filter out FLAT for uses other than as segment override.
1260 (intel_get_token): Remove broken promotion of "FLAT:" to mean
1261 "offset FLAT:".
1262
1263 2008-02-13 Jan Beulich <jbeulich@novell.com>
1264
1265 * config/tc-i386.c (intel_e09): Also special-case 'bound'.
1266
1267 2008-02-13 Jan Beulich <jbeulich@novell.com>
1268
1269 * config/tc-i386.c (allow_pseudo_reg): New.
1270 (parse_real_register): Check for NULL just once. Allow all
1271 register table entries when allow_pseudo_reg is non-zero.
1272 Don't allow any registers without type when allow_pseudo_reg
1273 is zero.
1274 (tc_x86_regname_to_dw2regnum): Replace with ...
1275 (tc_x86_parse_to_dw2regnum): ... this.
1276 (tc_x86_frame_initial_instructions): Adjust for above change.
1277 * config/tc-i386.h (tc_regname_to_dw2regnum): Remove.
1278 (tc_parse_to_dw2regnum): New.
1279 (tc_x86_regname_to_dw2regnum): Replace with ...
1280 (tc_x86_parse_to_dw2regnum): ... this.
1281 * dw2gencfi.c (tc_parse_to_dw2regnum): New, broken out of ...
1282 (cfi_parse_reg): ... this. Use tc_parse_to_dw2regnum. Adjust
1283 error handling.
1284
1285 2008-02-12 Nick Clifton <nickc@redhat.com>
1286
1287 * config/tc-tic4x.c (tic4x_insn_insert): Add const qualifier to
1288 argument.
1289 (tic4x_insn_add): Likewise.
1290 (md_begin): Drop cast that was discarding a const qualifier.
1291 * config/tc-d30v.c (get_reloc): Add const qualifier to op
1292 argument.
1293 (build_insn): Drop cast that was discarding a const qualifier.
1294
1295 2008-02-11 H.J. Lu <hongjiu.lu@intel.com>
1296
1297 * config/tc-i386.c (cpu_arch): Add .xsave.
1298 (md_show_usage): Add .xsave.
1299
1300 * doc/c-i386.texi: Add xsave to -march=.
1301
1302 2008-02-07 Alan Modra <amodra@bigpond.net.au>
1303
1304 * read.c (s_weakref): Don't pass unadorned NULL to concat.
1305 * config/tc-i386.c (set_cpu_arch, md_parse_option): Likewise.
1306
1307 2008-02-05 Sterling Augustine <sterling@tensilica.com>
1308
1309 * config/tc-xtensa.c (relax_frag_immed): Change internal consistency
1310 checks into assertions. When relaxation produces an operation that
1311 does not fit in the current FLIX instruction, make sure that the
1312 operation is relaxed as needed to account for being placed following
1313 the current instruction.
1314
1315 2008-02-04 H.J. Lu <hongjiu.lu@intel.com>
1316
1317 PR 5715
1318 * configure: Regenerated.
1319
1320 2008-02-04 Adam Nemet <anemet@caviumnetworks.com>
1321
1322 * config/tc-mips.c (mips_cpu_info_table): Add Octeon.
1323
1324 2008-01-31 Marc Gauthier <marc@tensilica.com>
1325
1326 * configure.tgt (xtensa*-*-*): Recognize processor variants.
1327
1328 2008-01-25 Kai Tietz <kai.tietz@onevision.com>
1329
1330 * read.c: (emit_expr): Correct for mingw use of printf size
1331 specifier.
1332
1333 2008-01-24 Bob Wilson <bob.wilson@acm.org>
1334
1335 * doc/c-xtensa.texi (Xtensa Syntax): Clarify handling of opcodes that
1336 can only be encoded in FLIX instructions but are not specified as such.
1337 (Xtensa Automatic Alignment): Remove obsolete comment about debugging
1338 labels.
1339
1340 2008-01-24 H.J. Lu <hongjiu.lu@intel.com>
1341
1342 * NEWS: Mention new command line options for x86 targets.
1343
1344 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
1345
1346 * config/tc-i386.c (md_show_usage): Replace tabs with spaces.
1347
1348 2008-01-23 Eric B. Weddington <eric.weddington@atmel.com>
1349
1350 * config/tc-avr.c (mcu_types): Change opcode set for at86rf401.
1351
1352 2008-01-23 H.J. Lu <hongjiu.lu@intel.com>
1353
1354 * config/tc-i386.c (md_show_usage): Show more processors for
1355 -march=/-mtune=.
1356
1357 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
1358
1359 * config/tc-i386.c (i386_target_format): Remove cpummx2.
1360
1361 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
1362
1363 * config/tc-i386.c (XXX_PREFIX): Moved from tc-i386.h.
1364 (XXX_MNEM_SUFFIX): Likewise.
1365 (END_OF_INSN): Likewise.
1366 (templates): Likewise.
1367 (modrm_byte): Likewise.
1368 (rex_byte): Likewise.
1369 (DREX_XXX): Likewise.
1370 (drex_byte): Likewise.
1371 (sib_byte): Likewise.
1372 (processor_type): Likewise.
1373 (arch_entry): Likewise.
1374 (cpu_sub_arch_name): Remove const.
1375 (cpu_arch): Add .vmx and .smx.
1376 (set_cpu_arch): Append cpu_sub_arch_name.
1377 (md_parse_option): Support -march=CPU[,+EXTENSION...].
1378 (md_show_usage): Updated.
1379
1380 * config/tc-i386.h (XXX_PREFIX): Moved to tc-i386.c.
1381 (XXX_MNEM_SUFFIX): Likewise.
1382 (END_OF_INSN): Likewise.
1383 (templates): Likewise.
1384 (modrm_byte): Likewise.
1385 (rex_byte): Likewise.
1386 (DREX_XXX): Likewise.
1387 (drex_byte): Likewise.
1388 (sib_byte): Likewise.
1389 (processor_type): Likewise.
1390 (arch_entry): Likewise.
1391
1392 * doc/as.texinfo: Update i386 -march option.
1393
1394 * doc/c-i386.texi: Update -march= for ISA.
1395
1396 2008-01-18 Bob Wilson <bob.wilson@acm.org>
1397
1398 * config/tc-xtensa.c (xtensa_leb128): New function.
1399 (md_pseudo_table): Use it for sleb128 and uleb128.
1400 (is_leb128_expr): New internal flag.
1401 (xtensa_symbol_new_hook): Check new flag.
1402
1403 2008-01-16 Eric B. Weddington <eric.weddington@atmel.com>
1404
1405 * config/tc-avr.c (mcu_types): Change opcode set for avr3,
1406 at90usb82, at90usb162.
1407 * doc/c-avr.texi: Change architecture grouping for at90usb82,
1408 at90usb162.
1409 These changes support the new avr35 architecture group in gcc.
1410
1411 2008-01-15 H.J. Lu <hongjiu.lu@intel.com>
1412
1413 * config/tc-i386.c (md_assemble): Also zap movzx and movsx
1414 suffix for AT&T syntax.
1415
1416 2008-01-14 H.J. Lu <hongjiu.lu@intel.com>
1417
1418 * config/tc-i386.c (match_reg_size): New.
1419 (match_mem_size): Likewise.
1420 (operand_size_match): Likewise.
1421 (operand_type_match): Also clear all size fields.
1422 (match_template): Skip Intel syntax when in AT&T syntax.
1423 Call operand_size_match to check operand size.
1424 (i386_att_operand): Set the mem field to 1 for memory
1425 operand.
1426 (i386_intel_operand): Likewise.
1427
1428 2008-01-12 H.J. Lu <hongjiu.lu@intel.com>
1429
1430 PR gas/5534
1431 * config/tc-i386.c (_i386_insn): Update comment.
1432 (operand_type_match): Also clear unspecified.
1433 (operand_type_register_match): Likewise.
1434 (parse_operands): Initialize unspecified.
1435 (i386_intel_operand): Likewise.
1436 (match_template): Check memory and accumulator operand size.
1437 (i386_att_operand): Clear unspecified on register operand.
1438 (intel_e11): Likewise.
1439 (intel_e09): Set operand size and clean unspecified for
1440 "XXX PTR".
1441
1442 2008-01-11 Andreas Schwab <schwab@suse.de>
1443
1444 * read.c (s_space): Declare `repeat' as offsetT.
1445
1446 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
1447
1448 * config/tc-i386.c (match_template): Check processor support
1449 first.
1450
1451 2008-01-10 H.J. Lu <hongjiu.lu@intel.com>
1452
1453 * config/tc-i386.c (match_template): Continue if processor
1454 doesn't match.
1455
1456 2008-01-09 Alexandre Oliva <aoliva@redhat.com>
1457
1458 * config/tc-ia64.c (ia64_convert_frag): Zero-initialize room for
1459 unwind personality function address.
1460
1461 2008-01-09 Bob Wilson <bob.wilson@acm.org>
1462
1463 * dwarf2dbg.c (out_sleb128): Delete.
1464 (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
1465 (out_fixed_inc_line_addr): Delete.
1466 (relax_inc_line_addr, dwarf2dbg_estimate_size_before_relax): Call new
1467 size_fixed_inc_line_addr if DWARF2_USE_FIXED_ADVANCE_PC is set.
1468 (dwarf2dbg_convert_frag): Likewise for emit_fixed_inc_line_addr.
1469 (process_entries): Remove calls to out_fixed_inc_line_addr. When
1470 DWARF2_USE_FIXED_ADVANCE_PC is set, call relax_inc_line_addr.
1471 * read.h (emit_expr_fix): New prototype.
1472 * read.c (emit_expr): Move code to emit_expr_fix and use it here.
1473 (emit_expr_fix): New.
1474
1475 2008-01-09 H.J. Lu <hongjiu.lu@intel.com>
1476
1477 * config/tc-i386.c (match_template): Check register size
1478 only when size of operands can be encoded the canonical way.
1479
1480 2008-01-08 H.J. Lu <hongjiu.lu@intel.com>
1481
1482 * config/tc-i386.c (i386_operand): Renamed to ...
1483 (i386_att_operand): This.
1484 (parse_operands): Updated.
1485
1486 2008-01-05 H.J. Lu <hongjiu.lu@intel.com>
1487
1488 * doc/c-i386.texi: Update .att_mnemonic and .intel_mnemonic.
1489
1490 * config/tc-i386.c (set_intel_mnemonic): Set intel_mnemonic
1491 only.
1492 (md_assemble): Remove Intel mode workaround.
1493 (match_template): Check support for old gcc, AT&T mnemonic
1494 and Intel Syntax.
1495 (md_parse_option): Don't set intel_mnemonic to 0 for
1496 OPTION_MOLD_GCC.
1497
1498 2008-01-04 H.J. Lu <hongjiu.lu@intel.com>
1499
1500 * config/tc-i386.h: Update copyright to 2008.
1501
1502 2008-01-04 Nick Clifton <nickc@redhat.com>
1503
1504 * config/tc-ppc.c (parse_cpu): Preserve the settings of the
1505 PPC_OPCODE_ALTIVEC and PPC_OPCODE_SPE flags.
1506
1507 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1508
1509 * config/tc-i386.c (md_assemble): Use !intel_mnemonic instead
1510 of SYSV386_COMPAT.
1511
1512 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1513
1514 * gas/config/tc-i386.c (cpu_arch_flags_not): Removed.
1515 (cpu_flags_not): Likewise.
1516 (cpu_flags_match): Updated to check 64bit and arch.
1517 (set_code_flag): Remove cpu_arch_flags_not.
1518 (set_16bit_gcc_code_flag): Likewise.
1519 (set_cpu_arch): Likewise.
1520 (md_begin): Likewise.
1521 (parse_insn): Call cpu_flags_match to check 64bit and arch.
1522 (match_template): Likewise.
1523
1524 2008-01-03 Jakub Jelinek <jakub@redhat.com>
1525
1526 * config/tc-i386.c (process_drex): Initialize modrm_reg and
1527 modrm_regmem to 0 instead of None.
1528
1529 2008-01-03 H.J. Lu <hongjiu.lu@intel.com>
1530
1531 * config/tc-i386.c (match_template): Use the xmmword field
1532 instead of no_xsuf.
1533
1534 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
1535
1536 * config/tc-i386.c (process_suffix): Fix a typo.
1537
1538 2008-01-02 H.J. Lu <hongjiu.lu@intel.com>
1539
1540 PR gas/5534
1541 * config/tc-i386.c (match_template): Handle XMMWORD_MNEM_SUFFIX.
1542 Check memory size in Intel mode.
1543 (process_suffix): Handle XMMWORD_MNEM_SUFFIX.
1544 (intel_e09): Likewise.
1545
1546 * config/tc-i386.h (XMMWORD_MNEM_SUFFIX): New.
1547
1548 2008-01-02 Catherine Moore <clm@codesourcery.com>
1549
1550 * config/tc-mips.c (mips_ip): Check operands on jalr instruction.
1551
1552 For older changes see ChangeLog-2007
1553 \f
1554 Local Variables:
1555 mode: change-log
1556 left-margin: 8
1557 fill-column: 74
1558 version-control: never
1559 End: