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