1 2005-12-13 DJ Delorie <dj@redhat.com>
3 * config/tc-m32c.c (m32c_md_end): Only pad code sections.
5 2005-12-12 Paul Brook <paul@codesourcery.com>
7 * config/tc-arm.c (do_branch): Generate EABI branch relocations.
9 (do_blx): Generate BFD_RELOC_ARM_PCREL_CALL relocation.
10 (do_t_blx): Generate BFD_RELOC_THUMB_PCREL_BRANCH23.
12 (md_pcrel_from_section): Add BFD_RELOC_ARM_PCREL_CALL and
13 BFD_RELOC_ARM_PCREL_JUMP.
14 (md_apply_fix): Merge BFD_RELOC_ARM_PCREL_BRANCH and
15 BFD_RELOC_ARM_PCREL_BLX cases. Handle BFD_RELOC_ARM_PCREL_CALL and
16 BFD_RELOC_ARM_PCREL_JUMP.
17 (tc_gen_reloc): Handle BFD_RELOC_ARM_PCREL_CALL and
18 BFD_RELOC_ARM_PCREL_JUMP.
20 * gas/arm/pic.d: Allow R_ARM_CALL relocations.
22 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
24 * configure.in: Replace ms1 arch with mt arch.
26 * configure.tgt: Replace ms1 arch with mt arch.
27 * config/tc-mt.c: Renamed from tc-ms1.c: Update include files.
28 * doc/Makefile.am (CPU_DOCS): Replace ms1 files with mt files.
29 * doc/Makefile.in: Rebuilt.
31 2005-12-07 Hans-Peter Nilsson <hp@axis.com>
33 Change 32-bit-branch expansion for --pic.
34 * config/tc-cris.c (STATE_COND_BRANCH_PIC): New relaxation state.
35 (md_cris_relax_table): Add entry for STATE_COND_BRANCH_PIC.
36 (cris_any_v0_v10_long_jump_size_pic): New macro.
37 (md_estimate_size_before_relax): Handle STATE_COND_BRANCH_PIC.
38 (md_convert_frag): Similar.
39 (md_create_long_jump): Change 32-bit-branch expansion for --pic.
40 (md_assemble, gen_cond_branch_32): Adjust similarly.
41 (md_parse_option) <case OPTION_PIC>: Adjust md_long_jump_size.
42 <case OPTION_ARCH>: Similar, if --pic.
44 2005-12-06 H.J. Lu <hongjiu.lu@intel.com>
47 * config/tc-i386.c (match_template): Handle monitor.
48 (process_suffix): Likewise.
50 2005-12-05 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
53 * symbols.c (colon): Also check if now_seg is bss_section when a symbol
56 2005-12-02 Arnold Metselaar <arnoldm@sourceware.org>
58 * config/tc-z80.c (emit_ldreg): fix bug in ld rr,<xx>
60 2005-11-26 Arnold Metselaar <arnoldm@sourceware.org>
62 * config/tc-z80.c (z80_start_line_hook): issue an error when
63 redefining a symbol with equ
64 * doc/as.texinfo(equ<z80>): mention difference with .equiv
65 * doc/as.texinfo(err): fix typo
66 * doc/c-z80.texi(equ): redefining a symbol with equ is no longer
69 2005-11-24 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
72 * config/tc-hppa.c (hppa_fix_adjustable): Don't reject for reduction
73 R_HPPA relocations that are 32-bits wide.
75 2005-11-23 Daniel Jacobowitz <dan@codesourcery.com>
76 Thiemo Seufer <ths@networkno.de>
78 * config/tc-mips.c (append_insn): Handle BFD_RELOC_16_PCREL_S2.
79 (macro_build): Complain for invalid branch displacements.
80 (mips_validate_fix): Delete.
81 (md_apply_fix): Re-add pcrel support for branches. Use consistent
82 text for misaligned branch targets.
83 (tc_gen_reloc: Re-add pcrel support for branches. Handle strange
84 BFD pcrel processing. Remove error for unresolved branches.
85 * config/tc-mips.h (TC_VALIDATE_FIX, mips_validate_fix): Delete.
87 2005-11-22 James E Wilson <wilson@specifix.com>
89 * config/tc-ia64.c (emit_one_bundle): Perform last_slot < 0 check
90 even when manual_bundling isn't set.
92 * config/tc-ia64.c (slot_index): Emit an error instead of a warning
93 when the frag chain is broken by section switching.
95 2005-11-18 Jie Zhang <jie.zhang@analog.com>
97 * config/bfin-defs.h (IS_BREG, IS_LREG): New macros.
98 * config/bfin-parse.y (asm_1): Check register type for load immediate
101 2005-11-17 Alexandre Oliva <aoliva@redhat.com>
103 * config/tc-ppc.c (ppc_frob_file_before_adjust): Do not reference
105 * write.c (write_object_file): Do not remove used weakrefd.
107 2005-11-17 Jan Beulich <jbeulich@novell.com>
109 * dw2gencfi.c (dot_cfi): Put argument parsing for cases
110 DW_CFA_restore and DW_CFA_undefined in a loop.
112 2005-11-17 Jan Beulich <jbeulich@novell.com>
115 * symbols.h (S_CLEAR_VOLATILE): Declare.
116 * symbols.c (colon): Also accept redefinable symbols for
117 redefinition. Clone them before modifying.
118 (S_CLEAR_VOLATILE): Define.
119 * cond.c (s_ifdef): Also test for equated symbols.
120 * read.c (s_comm_internal): Also exclude non-redefinable
121 equated symbols. Clone redefinable ones before modifying.
122 (s_weakref): Clone redefinable symbols before modifying.
123 * doc/internals.texi: Document sy_volatile, sy_forward_ref,
124 S_IS_VOLATILE, S_SET_VOLATILE, S_CLEAR_VOLATILE,
125 S_IS_FORWARD_REF, and S_SET_FORWARD_REF.
127 2005-11-16 Alan Modra <amodra@bigpond.net.au>
129 * config/tc-hppa.c (pa_comm): Set bfd_com_section segment.
131 2005-11-16 Alan Modra <amodra@bigpond.net.au>
133 * configure.tgt (i386-*-gnu*): Set em=gnu.
134 * config/te-gnu.h: New file.
135 * config/tc-i386.c: Don't use '/' as comment char for TE_GNU.
137 2005-11-16 Alan Modra <amodra@bigpond.net.au>
139 * config/tc-ppc.c (ppc_pe_comm): Set bfd_com_section segment.
140 * config/tc-alpha.c (s_alpha_comm): Likewise. Also, remove
142 * read.c (s_lsym): Remove non-BFD assembler sym handling.
144 2005-11-16 Alan Modra <amodra@bigpond.net.au>
146 * read.c (s_comm_internal): Set bfd_com_section segment.
147 (s_mri_common): Likewise.
148 * write.c (write_object_file): Remove non-BFD assembler common
151 2005-11-15 Daniel Jacobowitz <dan@codesourcery.com>
153 * config/tc-arm.c (s_arm_unwind_save_core): Don't emit an extra
154 opcode if r4-r15 are not saved.
156 2005-11-15 Alan Modra <amodra@bigpond.net.au>
158 * symbols.c (S_GET_VALUE): Remove non-BFD assembler recursion guard.
160 2005-11-14 Jan Beulich <jbeulich@novell.com>
162 * config/tc-ia64.c (AR_FCR, AR_EFLAG, AR_CSD, AR_SSD, AR_CFLG,
163 AR_FSR, AR_FIR, AR_FDR, AR_CCV, AR_EC): Define.
164 (ar): Use AR_* instead of literals.
165 (CR_DCR, CR_ITM, CR_IVA, CR_PTA, CR_GPTA, CR_LID, CR_ITV,
166 CR_PMV, CR_CMCV): Define.
167 (cr): Use CR_* instead of literals.
169 2005-11-14 Jan Beulich <jbeulich@novell.com>
171 * config/tc-ia64.c (md): Rename regsym to indregsym and move
172 it to the end of the structure.
173 (ar): Field regnum is unsigned.
175 (indirect_reg): Likewise.
176 (declare_register_set): Parameter regnum is unsigned.
177 (declare_register): Parameter numregs and base_regnum are
178 unsigned. So is the local loop variable.
179 (md_begin): Restrict scope of local variable regnum, which
180 also is unsigned. Replace loops with function calls where
181 possible. Re-order things so that register groups are kept
182 together. Remove all uses of regsym except for indirect
183 registers. Replace use of regsym by indregsym for indirect
185 (ia64_optimize_expr): Replace use of regsym by indregsym for
186 indirect registers, with appropriate bias.
188 2005-11-14 David Ung <davidu@mips.com>
190 * config/tc-mips.c (mips16_ip): Add handling of 'm' and 'M' codes
191 for the MIPS16e save/restore instructions.
193 2005-11-11 Jan Beulich <jbeulich@novell.com>
195 * doc/Makefile.am: Make asconfig.texi writeable before trying
197 * doc/Makefile.in: Refresh.
199 2005-11-10 Jan Beulich <jbeulich@novell.com>
201 * config/tc-i386.c (intel_e11): Don't special-case segment
202 registers in brackets.
204 2005-11-10 Nick Clifton <nickc@redhat.com>
206 * config/tc-arm.c (BAD_ADDR_MODE): Define.
207 (arm_reg_parse_multi): Return NULL rather than FAIL.
208 (arm_reg_parse): Fix comment, the function returns FAIL rather
209 than NULL if it is unable to parse the register name.
210 (do_ldrex): Use BAD_ADDR_MODE.
211 Change error message for PC-relative addressing.
212 (do_strex): Likewise.
213 (do_t_ldrex): Use BAD_ADDR_MODE.
214 (do_t_strex): Likewise.
216 2005-11-08 Jean-Jacques Metayer <jean-jacques.metayer@thomson.net>
218 * config/tc-sparc.c (isoctal): Fix thinko.
220 2005-11-08 Arnold Metselaar <arnold.metselaar@planet.nl>
222 * expr.c (operand <case '$'>): Use DOLLAR_AMBIGU rather than
223 flag_mri_m68k as condition for parsing the '$' as a prefix.
224 * as.h (DOLLAR_AMBIGU): Define if needed.
226 2005-11-08 Nathan Sidwell <nathan@codesourcery.com>
229 * config/tc-ms1.c (ms1_mach_bitmask): Initialize to MS1.
230 (ms1_architectures): Add ms2.
231 (md_parse_option): Add ms2.
232 (md_show_usage): Add ms2.
233 (md_assemble): Add JAL_HAZARD detection logic.
234 (md_cgen_lookup_reloc): Add MS1_OPERAND_LOOPSIZE case.
235 * doc/c-ms1.texi: New.
236 * doc/all.texi: Add MS1.
237 * doc/Makefile.am (CPU_DOCS): Add c-ms1.texi.
238 * doc/Makefile.in: Rebuilt.
239 * doc/Makefile: Rebuilt.
241 2005-11-07 Steve Ellcey <sje@cup.hp.com>
243 * configure: Regenerate after modifying bfd/warning.m4.
245 2005-11-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
248 * config/tc-hppa.c (md_apply_fix): Use number_to_chars_bigendian to
249 output constant data.
251 2005-11-07 Mark Mitchell <mark@codesourcery.com>
253 * doc/Makefile.am (asconfig.texi): Set top_srcdir.
254 * doc/Makefile.in: Regenerated.
255 * doc/as.texinfo: Document "@FILE".
257 2005-11-07 Nick Clifton <nickc@redhat.com>
260 * config/obj-coff.c (obj_coff_section): Set readonly flag with the
261 'x' attribute. Remember the actions of the 'w' and 'n' attributes
262 and do not allow the 'x','s' or 'd' attributes to change them.
264 2005-11-07 John Levon <levon@movementarian.org>
266 * config/tc-i386.h (tc_comment_chars): Define.
267 * config/tc-i386.c (line_comment_chars): Use '/' unconditionally.
268 (i386_comment_chars): Add.
269 (md_parse_options): Process OPTION_DIVIDE.
270 (md_show_usage): Describe --divide option.
271 * doc/c-i386.texi: Document --divide option.
273 2005-11-07 Arnold Metselaar <arnold.metselaar@planet.nl>
275 * expr.c (op_encoding): Map '=' to O_SINGLE_EQ, if defined.
276 * config/tc-z80.h: Define O_SINGLE_EQ as O_eq.
278 2005-11-07 Alan Modra <amodra@bigpond.net.au>
280 * macro.c (buffer_and_nest): Skip labels regardless of
281 NO_PSEUDO_DOT and flag_m68k_mri.
283 2005-11-07 Arnold Metselaar <arnold.metselaar@planet.nl>
285 * expr.c (integer_constant): Match only 'B' as binary suffix if
286 NUMBERS_WITH_SUFFIX and LOCAL_LABELS_FB. Allow both 'b' and 'B'
289 2005-11-04 Alexandre Oliva <aoliva@redhat.com>
291 * read.c (s_weakref): Do not permit redefinitions.
292 * symbols.c (colon): Do not permit redefinitions of equated
295 2005-11-01 Thiemo Seufer <ths@networkno.de>
298 * Makefile.am: Disable -Werror for the itbl-lex.o rule.
299 * Makefile.in: Regenerate.
301 2005-11-01 Thiemo Seufer <ths@networkno.de>
303 * config/tc-mips.c (md_parse_option): Fix typo in comment.
305 2005-10-30 Mark Mitchell <mark@codesourcery.com>
307 * as.c (show_usage): Document "@FILE".
309 2005-10-30 H.J. Lu <hongjiu.lu@intel.com>
311 * Makefile.am (OBJ_FORMATS): Remove vms.
313 * Makefile.in: Regenerated.
315 * dep-in.sed: Replace " ./" with " ".
317 2005-10-28 Dave Brolley <brolley@redhat.com>
319 Contribute the following change:
320 2005-09-19 Dave Brolley <brolley@redhat.com>
322 * config/tc-m32c.c (default_isa): New static variable.
323 (m32c_isa): Now of type CGEN_BITSET.
324 (md_begin): Pass &m32c_isa to m32c_cgen_cpu_open.
326 2005-10-28 Paul Brook <paul@codesourcery.com>
328 * config/tc-arm.c (aeabi_set_public_attributes): Use selected_cpu
329 instead of mcpu_cpu_opt.
331 2005-10-27 Sterling Augustine <sterling@tensilica.com>
333 * config/tc-xtensa.c (find_vinsn_conflicts): Change error messages to
334 refer to "ports" instead of "queues".
335 (check_t1_t2_reads_and_writes): Pass correct interface values to
336 xtensa_interface_inout.
338 2005-10-27 Jan Beulich <jbeulich@novell.com>
340 * read.c (assign_symbol): Also consider equates already defined.
341 * symbols.c (symbol_clone): Also clone the underlying BFD symbol.
342 * config/obj-coff.h (obj_symbol_clone_hook): New.
343 (coff_obj_symbol_clone_hook): Declare.
344 * config/obj-coff.c (coff_obj_symbol_clone_hook): New.
346 2005-10-26 DJ Delorie <dj@redhat.com>
348 * config/tc-m32c.c (md_relax_table, subtype_mappings,
349 md_convert_frag): Add jsr.w support.
351 * config/tc-m32c.c (md_assemble): Don't use errmsg as the format
353 (md_cgen_lookup_reloc): Add m32c bitbase operands. Add 8-s24
354 and imm-8-HI operands.
356 2005-10-26 Paul Brook <paul@codesourcery.com>
358 * config/tc-arm.c (insns): Correct "sel" entry.
360 2005-10-26 Jan Beulich <jbeulich@novell.com>
362 * config/tc-i386.c (i386_operand): Don't check register prefix here.
363 (parse_real_register): Rename from parse_register.
364 (parse_register): New.
365 (i386_parse_name): New.
367 (intel_e11): Don't tolerate registers in offset expressions anymore.
368 (intel_get_token): Don't check register prefix here. Copy the actual
369 register token, not the canonical register name.
370 * config/tc-i386.h (md_operand): Delete.
371 (i386_parse_name): Declare.
372 (md_parse_name): Define.
374 2005-10-25 Arnold Metselaar <arnold.metselaar@planet.nl>
376 * Makefile.am: Add Z80 cpu.
377 * Makefile.in: Regenerated.
378 * app.c (do_scrub_chars)<TC_Z80>: Correctly scrub "ex af,af'"
379 and disallow newlines in quoted strings.
380 * configure.tgt: Add z80-*-coff.
381 * config/obj-coff.h: Add format "coff-z80".
382 * doc/Makefile.am: Add c-z80.texi.
383 * doc/Makefile.in: Regenerated.
384 * doc/all.texi: Add Z80.
385 * doc/c-z80.texi: New file
386 * doc/as.texinfo: Add z80 options and some z80-related remarks.
387 * config/tc-z80.c: New file
388 * config/tc-z80.h: New file
389 * NEWS: Mention new support.
391 2005-10-25 H.J. Lu <hongjiu.lu@intel.com>
393 * write.c (adjust_reloc_syms): Undo the change made on
394 2005-04-26 to allow local symbol set to undefined symbol.
396 2005-10-24 H.J. Lu <hongjiu.lu@intel.com>
398 * Makefile.am (bfin-parse.tab.h): Removed.
399 (bfin-parse.h): Added.
400 * Makefile.in: Regenerated.
402 2005-10-25 Alan Modra <amodra@bigpond.net.au>
404 * po/POTFILES.in: Regenerate.
405 * po/gas.pot: Regenerate.
407 2005-10-24 Bernd Schmidt <bernd.schmidt@analog.com>
409 * config/tc-bfin.c (Expr_Node_Gen_Reloc): If have symbol + constant,
410 make a single reloc with an offset rather than a stack.
411 * config/tc-bfin.h (MD_APPLY_SYM_VALUE): Define to 0.
413 2005-10-24 Alexandre Oliva <aoliva@redhat.com>
415 * read.c (potable): Add weakref.
417 * read.h (s_weakref): Declare.
418 * struc-symbol.h (struct symbol): Add sy_weakrefr and sy_weakrefd.
419 * symbols.c (colon): Clear weakrefr.
420 (symbol_find_exact): Rename to, and reimplement in terms of...
421 (symbol_find_exact_noref): ... new function.
422 (symbol_find): Likewise...
423 (symbol_find_noref): ... ditto.
424 (resolve_symbol_value): Resolve weakrefr without setting their
426 (S_SET_WEAK): Call hook.
427 (S_GET_VALUE): Follow weakref link.
428 (S_SET_VALUE): Clear weakrefr.
429 (S_IS_WEAK): Follow weakref link.
430 (S_IS_WEAKREFR, S_SET_WEAKREFR, S_CLEAR_WEAKREFR): New.
431 (S_IS_WEAKREFD, S_SET_WEAKREFD, S_CLEAR_WEAKREFD): New.
432 (symbol_set_value_expression, symbol_set_frag): Clear weakrefr.
433 (symbol_mark_used): Follow weakref link.
434 (print_symbol_value_1): Print weak, weakrefr and weakrefd.
435 * symbols.h (symbol_find_noref, symbol_find_exact_noref): Declare.
436 (S_IS_WEAKREFR, S_SET_WEAKREFR, S_CLEAR_WEAKREFR): Declare.
437 (S_IS_WEAKREFD, S_SET_WEAKREFD, S_CLEAR_WEAKREFD): Declare.
438 * write.c (adust_reloc_syms): Follow weakref link. Do not
439 complain if target is undefined.
440 (write_object_file): Likewise. Remove weakrefr symbols. Drop
441 unreferenced weakrefd symbols.
442 * config/obj-coff.c (obj_frob_symbol): Do not force WEAKREFD
444 (pecoff_obj_set_weak_hook, pecoff_obj_clear_weak_hook): New.
445 * config/obj-coff.h (obj_set_weak_hook, obj_clear_weak_hook): Define.
446 * doc/as.texinfo: Document weakref.
447 * doc/internals.texi: Document new struct members, internal
450 2005-10-24 Jie Zhang <jie.zhang@analog.com>
452 * Makefile.am (bfin-parse.h): Renamed from bfin-parse.tab.h.
453 (EXTRA_DIST): Add bfin-parse.h and bfin-lex.c.
454 * Makefile.in: Regenerate.
455 * config/bfin-lex.l: Include bfin-parse.h instead of bfin-parse.tab.h.
456 * config/tc-bfin.c (md_chars_to_number): Change the type of first
457 argument from unsigned char * to char * to remove signedness warnings.
459 2005-10-24 Jan Beulich <jbeulich@novell.com>
461 * config/tc-ia64.c (enum reg_symbol): Delete IND_MEM.
462 (dot_rot): Change type of num_* variables. Check for positive count.
463 (ia64_optimize_expr): Re-structure.
464 (md_operand): Check for general register.
466 2005-10-24 Jan Beulich <jbeulich@novell.com>
468 * config/tc-ia64.c (declare_register): Call symbol_create.
469 (md_begin): Remove local variables total, ar_base, and cr_base.
470 Start loops for registers at their respective first one. Don't
471 update md.regsym for alias names. Generate alias name tp for r13.
473 2005-10-21 DJ Delorie <dj@redhat.com>
475 * config/tc-m32c.c (md_cgen_lookup_reloc): Add more relocs. Print
476 names unstead of numbers.
478 2005-10-19 David Ung <davidu@mips.com>
480 * config/tc-mips.c (append_insn): Convert MIPS16 jr/jalr jumps
481 into jrc/jalrc versions if ISA_MIPS32+ and not doing the swap,
482 hence avoiding to emit a nop.
484 2005-10-19 Jie Zhang <jie.zhang@analog.com>
486 * config/tc-bfin.c (md_begin): Let the lex_type of '(' be
488 (bfin_start_line_hook): Remove the workaround for LSETUP(.
489 (bfin_name_is_register): Remove the workarounds for LSETUP(
491 (bfin_start_label): Ditto.
493 2005-10-18 Bob Wilson <bob.wilson@acm.org>
495 * config/tc-xtensa.c (xtensa_end_directive): Restore
496 default_lit_sections regardless of use_literal_section.
498 2005-10-18 Jie Zhang <jie.zhang@analog.com>
500 * Makefile.am (bfin-lex.c): Update ylwrap invocation.
501 * Makefile.in: Regenerated.
503 2005-10-18 Arnold Metselaar <arnold.metselaar@planet.nl>
505 * doc/as.texinfo (.loc) Fix placement of '@end table'.
507 2005-10-17 Bob Wilson <bob.wilson@acm.org>
509 * config/xtensa-istack.h (TInsn): Replace dwarf2_line_info with an
510 unsigned line number. Do not include "dwarf2dbg.h".
511 * config/tc-xtensa.c (md_pseudo_table): Remove entry for "loc".
512 (xtensa_dwarf2_directive_loc, xtensa_dwarf2_emit_insn): Delete.
513 (xg_build_to_insn, xg_build_token_insn): Update TInsn uses.
514 (md_assemble): Use as_where instead of dwarf2_where.
515 (xg_assemble_vliw_tokens): Use unsigned line numbers instead of
516 dwarf2_line_infos. Change to call new_logical_line followed by
519 2005-10-14 Mike Frysinger <vapier@gentoo.org>
521 * doc/as.texinfo (Section): Add missing ']' to .section example.
523 2005-10-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
526 * config/tc-hppa.c (pa_ip): Use as_bad instead of as_fatal when an
527 unknown opcode is found.
529 2005-10-12 Mark Mitchell <mark@codesourcery.com>
531 * NEWS: Mention @file.
533 2005-10-12 Nick Clifton <nickc@redhat.com>
535 * config/tc-avr.c: Convert to ISO C90 format. Fix formatting and
536 generally tidy up the code.
537 * config/tc-avr.h: Likewise.
539 2005-10-12 Jan Beulich <jbeulich@novell.com>
541 * config/tc-ia64.c (dot_reg_val): Use expression_and_evaluate.
542 (dot_pred_rel): Likewise.
543 (parse_operand): Likewise.
544 (ia64_unrecognized_line): Likewise.
545 (md_operand): Likewise.
547 2005-10-11 Jan Beulich <jbeulich@novell.com>
549 * expr.h (enum expr_mode): New.
550 (expression): Pass third argument to expr.
551 (expression_and_evaluate): New.
552 (deferred_expression): New.
553 (expr): Add third parameter.
554 (resolve_expression): New.
555 * struc-symbol.h (struct symbol): New members sy_volatile and
557 * symbols.c, symbols.h (symbol_clone): New.
558 (symbol_clone_if_forward_ref): New.
559 (snapshot_symbol): New.
560 (S_IS_VOLATILE): New.
561 (S_IS_FORWARD_REF): New.
562 (S_SET_VOLATILE): New.
563 (S_SET_FORWARD_REF): New.
564 * as.c (macro_expr): Use expression_and_evaluate.
565 * cond.c (s_if): Likewise.
566 (s_elseif): Likewise.
567 * dw2gencfi.c (cfi_parse_reg): Likewise.
568 * expr.c (operand): Add second parameter. Optionally call
569 deferred_expression. Pass mode argument to itself and md_parse_name.
570 Check mode before trying to evaluate symbol. Call
571 symbol_clone_if_forward_ref for both operands.
572 (expr): Add third parameter. Pass mode to operand and itself.
573 Optionally call resolve_expression.
574 (resolve_expression): New.
575 (get_single_number): Pass second argument to operand.
576 * read.c (potable): New entry for .eqv.
577 (read_a_source_file): Handle new == operator.
578 (get_absolute_expr): Use expression_and_evaluate.
580 (assign_symbol): Rename second parameter. Call symbol_clone on
581 legal and illegal redefinition. Call S_SET_VOLATILE and
582 S_SET_FORWARD_REF depending on mode.
583 (s_set): Update description.
584 (s_space): Call resolve_expression.
585 (pseudo_set): Optionally call deferred_expression. Check
586 S_IS_FORWARD_REF before trying to simplify/resolve an expression.
588 * config/tc-ia64.h (md_parse_name): Add mode parameter.
589 * config/tc-arc.c (arc_parse_cons_expression): Likewise.
590 * config/tc-m32r.h (md_parse_name): Likewise.
591 (m32r_parse_name): Likewise.
592 * config/tc-mmix.h (md_parse_name): Likewise.
593 * config/tc-mn10300.h (md_parse_name): Likewise.
594 (mn10300_parse_name): Likewise.
595 * config/tc-ppc.h (md_parse_name): Likewise.
596 * config/tc-sh.h (md_parse_name): Likewise.
597 (sh_parse_name): Likewise.
598 * config/tc-sh64.h (md_parse_name): Likewise.
599 (sh64_consume_datalabel): Likewise.
600 * config/tc-tic54x.h (md_parse_name): Likewise.
601 * config/tc-m32r.c (m32r_parse_name): Add mode parameter. Check it
602 before trying to evaluate symbol.
603 * config/tc-mn10300.c (mn10300_parse_name): Likewise.
604 * config/tc-sh.c (sh_parse_name): Likewise.
605 * config/tc-sh64.c (sh64_consume_datalabel): Add mode parameter. Pass
606 second argument to operandf. Pass mode parameter to sh_parse_name.
607 * doc/as.texinfo: Document .eqv and the == assignment operator.
609 2005-10-10 Ian Lance Taylor <ian@airs.com>
611 * Makefile.am (EXTRA_DIST): Remove bfin-lex.l and bfin-defs.h.
612 * Makefile.in: Regenerate.
614 2005-10-10 Arnold Metselaar <arnold.metselaar@planet.nl>
616 * expr.c (operator): Allow "!=" as a synonym for "<>".
617 * doc/as.texinfo (Infix Op): Mention "!=".
619 2005-10-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
621 * config/tc-hppa.c (strict): Don't initialize. Update comment.
622 (pa_ip): Promote from PA 1.0 to 1.1 immediately when 1.1 match is
623 found. Simplify handling of "ma" and "mb" completers.
625 2005-10-08 Paul Brook <paul@codesourcery.com>
627 * config/tc-arm.c: Don't provide fallback default for CPU_DEFAULT.
628 (arm_arch_used, thumb_arch_used, selected_cpu, selected_cpu_name):
630 (arm_cpu_option_table): Add canonical_name.
631 (arm_cpus): Populate canonical_name field.
632 (s_arm_eabi_attribute, s_arm_arch, s_arm_cpu, s_arm_fpu,
633 aeabi_set_public_attributes, arm_md_end): New functions.
634 (md_pseudo_table): Add "cpu", "arch", "fpu" and "eabi_attribute".
635 (md_assemble): Set thumb_arch_used and arm_arch_used.
636 (md_begin): Set defaut cpu if CPU_DEFAULT not defined.
637 * config/tc-arm.h (md_end): Define.
638 * doc/c-arm.texi: Document .cpu, .arch, .fpu and .eabi_attribute.
640 2005-10-06 Khem Raj <kraj@mvista.com>
641 NIIBE Yutaka <gniibe@m17n.org>
643 * config/tc-sh.c (allow_dollar_register_prefix): New variable.
644 (parse_reg_without_prefix): New function.
645 (parse_reg): Check for '$' register prefix if --allow-reg-prefix is
647 (option md_longopts): Add allow-reg-prefix option.
648 * doc/c-sh.texi: Document --allow-reg-prefix option.
649 * NEWS: Mention the new switch.
651 2005-10-03 Arnold Metselaar <arnold.metselaar@planet.nl>
653 * doc/as.texinfo (Infix Ops): '<' and '>' are not shift
656 2005-09-30 Sterling Augustine <sterling@tensilica.com>
657 Bob Wilson <bob.wilson@acm.org>
659 * config/tc-xtensa.c (xtensa_frob_label): Disallow labels in bundles.
661 2005-09-30 H.J. Lu <hongjiu.lu@intel.com>
663 * Makefile.am: Run "make dep-am".
664 * Makefile.in: Regenerated.
665 * aclocal.m4: Likewise.
667 2005-09-30 Mark Mitchell <mark@codesourcery.com>
669 * as.c (main): Use expandargv.
671 2005-09-30 Jan Beulich <jbeulich@novell.com>
673 * config/tc-tic4x.c (tic4x_set): Advance input_line_pointer past
676 2005-09-30 Catherine Moore <clm@cm00re.com>
678 * Makefile.am: Bfin support.
679 * Makefile.in: Regenerated.
680 * aclocal.m4: Regenerated.
681 * configure: Regenerated.
682 * configure.in: Bfin support.
683 * configure.tgt: Bfin support.
684 * config/bfin-aux.h: New file.
685 * config/bfin-defs.h: New file.
686 * config/bfin-lex.l: New file.
687 * config/bfin-parse.y: New file.
688 * config/tc-bfin.c: New file.
689 * config/tc-bfin.h: New file.
690 * doc/Makefile.am: Recognize c-bfin.texi.
691 * doc/Makefile.in: Regenerated.
692 * doc/all.texi: Bfin support.
693 * doc/as.texinfo: Likewise.
694 * doc/c-bfin.texi: Document bfin-specific syntax and
697 2005-09-30 Paul Brook <paul@codesourcery.com>
699 * config/tc-arm.c (opcode_tag): Add OT_cinfix3_legacy.
700 (opcode_lookup): Handle OT_cinfix3_legacy. Revert earlier change for
701 normal infix conditions.
702 (C3E): Include Thumb-2 definition.
704 (insns): Use them for legacy mnemonics.
706 2005-09-30 Matthias Kurz <mk@baerlap.north.de>
708 * asintl.h: Prevent the inclusion of <libintl.h> from the Solaris
709 version of <locale.h> when ENABLE_NLS is not defined.
711 2005-09-29 Jan Beulich <jbeulich@novell.com>
713 * config/tc-ia64.c (parse_operands): Always parse first operand of
716 2005-09-29 Arnold Metselaar <arnold.metselaar@planet.nl>
717 Alan Modra <amodra@bigpond.net.au>
719 * app.c (do_scrub_chars): Match open and close quote of strings.
720 Remove redundant EOF test in case 7.
722 2005-09-28 Jan Beulich <jbeulich@novell.com>
724 * config/tc-i386.c (reloc): Disable signedness check for 4-byte
725 relocations in 16- and 32-bit modes.
726 (i386_displacement): Make pc-relative branch handling dependent
727 upon operand (rather than address) size.
729 2005-09-28 Jan Beulich <jbeulich@novell.com>
731 * dw2gencfi.c (dot_cfi): Call ignore_rest_of_line when not fully
733 (dot_cfi_startproc): Likewise.
734 (dot_cfi_endproc): Likewise. Also check no extra input was given.
735 (dot_cfi_escape): Likewise.
737 2005-09-28 Jan Beulich <jbeulich@novell.com>
739 * config/tc-i386.h (x86_cons_fix_new): Declare unconditionally.
740 (TC_CONS_FIX_NEW): Define unconditionally.
741 (x86_pe_cons_fix_new): Remove.
742 * config/tc-i386.c (signed_cons): New.
743 (md_pseudo_table): Add slong.
744 (x86_cons_fix_new): Declare unconditionally.
745 (x86_pe_cons_fix_new): Merge into x86_cons_fix_new.
746 (tc_gen_reloc): Also consider BFD_RELOC_X86_64_32S for gotpc
749 2005-09-28 Arnold Metselaar <arnold.metselaar@planet.nl>
751 * app.c (do_scrub_chars <LEX_IS_SYMBOL_COMPONENT>): Check for full
752 buffer after copying string.
754 2005-09-27 Paul Brook <paul@codesourcery.com>
756 * config/arm.c (arm_cpus): Add more cpu names.
757 * doc/c-arm.texi: Document them.
759 2005-09-21 Alan Modra <amodra@bigpond.net.au>
761 * read.c (pseudo_set): Don't set undefined symbols to expr_section.
763 2005-09-20 Richard Henderson <rth@redhat.com>
765 * dwarf2dbg.c (process_entries): Fix uninitialized variable warning.
767 2005-09-20 Richard Henderson <rth@redhat.com>
769 * dwarf2dbg.c (struct line_entry): Replace frag and frag_ofs
771 (dwarf2_loc_mark_labels): New.
772 (dwarf2_gen_line_info_1): Split out of ...
773 (dwarf2_gen_line_info): ... here. Create the temp symbol here.
774 (dwarf2_emit_label): New.
775 (dwarf2_directive_loc_mark_labels): New.
776 (out_set_addr): Take a symbol instead of frag+ofs.
777 (relax_inc_line_addr): Likewise.
778 (emit_inc_line_addr): Assert delta non-negative.
779 (process_entries): Remove dead code. Update to work with temp
780 symbols instead of frag+ofs.
781 * dwarf2dbg.h (dwarf2_directive_loc_mark_labels): Declare.
782 (dwarf2_emit_label, dwarf2_loc_mark_labels): Declare.
783 * config/obj-elf.c (elf_pseudo_tab): Add loc_mark_labels.
784 * config/obj-elf.h (obj_frob_label): New.
785 * config/tc-alpha.c (alpha_define_label): Call dwarf2_emit_label.
786 * config/tc-arm.c, config/tc-hppa.c, config/tc-m68k.c,
787 config/tc-mips.c, config/tc-ppc.c, config/tc-sh.c, config/tc-xtensa.c:
788 Similarly in the respective tc_frob_label implementation functions.
789 * config/tc-i386.c (md_pseudo_table): Move file and loc to
790 non-elf section; add loc_mark_labels.
791 * config/tc-ia64.c (struct label_fix): Add dw2_mark_labels.
792 (ia64_flush_insns): Check for marked labels; emit line entry if so.
793 (emit_one_bundle): Similarly.
794 (ia64_frob_label): Record marked labels.
795 * config/tc-m68hc11.h (tc_frob_label): Remove.
796 * config/tc-ms1.c (md_pseudo_table): Remove file and loc.
797 * config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.
798 * config/tc-sh64.h (tc_frob_label): Likewise.
799 * doc/as.texinfo (LNS directives): Docuement .loc_mark_blocks.
801 2005-09-20 Alan Modra <amodra@bigpond.net.au>
803 * read.c (pseudo_set): Set segment of expression syms to expr_section.
805 2005-09-14 Jan Beulich <jbeulich@novell.com>
807 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Add selector
808 registers, floating point control and status words, and mxcsr as
809 well as (for 64-bit code) segment base registers and rflags.
811 2005-09-09 Dmitry Diky <diwil@spec.ru>
813 * config/tc-msp430.c (msp430_operands): Undo last changes. Instead...
814 (msp430_relax_frag): add a guard check to ensure that final fr_subtype
817 2005-09-08 Chao-ying Fu <fu@mips.com>
819 * doc/as.texinfo: Document -mdsp and -mno-dsp options.
820 * doc/c-mips.texi: Likewise, and document ".set dsp" and ".set nodsp"
823 2005-09-08 Paul Brook <paul@codesourcery.com>
825 * config/tc-arm.c (do_smi, do_t_smi): Rename ...
826 (do_smc, do_t_smc): ... to this.
827 (insns): Remane smi to smc.
828 (md_apply_fix, tc_gen_reloc): Rename BFD_RELOC_ARM_SMI to
831 2005-09-07 Richard Henderson <rth@redhat.com>
833 * dwarf2dbg.c (dwarf2_where): Set line->isa.
834 (dwarf2_set_isa): New.
835 (dwarf2_directive_loc): Rearrange to allow all options on one line.
836 * dwarf2dbg.h (dwarf2_set_isa): Declare.
837 * doc/as.texinfo: Update .loc documentation.
839 2005-09-07 Richard Henderson <rth@redhat.com>
841 * dwarf2dbg.c: Include safe-ctype.h.
842 (DWARF2_LINE_OPCODE_BASE): Bump to 13.
843 (current): Initialize.
844 (dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
845 DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
846 (dwarf2_directive_file): Cope with invalid filename.
847 (dwarf2_directive_loc): Add handling for basic_block, prologue_end,
848 epilogue_begin, is_stmt, isa.
849 (emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
851 (process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
852 and DWARF2_FLAG_EPILOGUE_BEGIN.
853 (out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
854 DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
855 * dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.
856 (DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
857 (DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
858 (struct dwarf2_line_info): Add isa member.
859 * doc/as.texinfo (LNS directives): New node.
861 2005-09-07 David Ung <davidu@mips.com>
863 * config/tc-mips.c (append_insn): Undo last change. Instead add
864 guard to suppress calling frag_grow if the current instruction is
865 one that allows a delay slot.
867 2005-09-06 Chao-ying Fu <fu@mips.com>
869 * config/tc-mips.c (mips_set_options): Add ase_mt for MT instructions.
870 (mips_opts): Add -1 to initialize ase_mt.
871 (file_ase_mt): New variable for -mmt.
872 (CPU_HAS_MT): New define.
873 (validate_mips_insn): Add supports for +t, +T, !, $, *, &, g operand
875 (mips_ip): Check ase_mt to enable MT instructions.
876 Handle !, $, *, &, +T, +t, g operand formats.
877 For "mftc1", "mfthc1", "cftc1", "mttc1", "mtthc1", "cttc1", we allow
879 (OPTION_MT, OPTION_NO_MT): New define.
880 (OPTION_COMPAT_ARCH_BASE): Change because of inserting MT define.
881 (md_parse_option): Parse OPTION_MT and OPTION_NO_MT.
882 (mips_after_parse_args): Set ase_mt based on CPU.
883 (s_mipsset): Handle ".set mt" and ".set nomt".
884 (mips_elf_final_processing): Remind of adding new flag for MT ASE.
885 (md_show_usage): Show usage of -mmt and -mno-mt.
886 * doc/as.texinfo: Document -mmt and -mno-mt options.
887 * doc/c-mips.texi: Likewise, and document ".set mt" and ".set nomt"
890 2005-09-06 Paul Brook <paul@codesourcery.com>
892 * config/tc-arm.c (arm_it): Add relax field.
893 (T16_32_TAB): Add addi, addis, add_pc, add_sp, dec_sp, inc_sp,
894 b, bcond, ldr_pc, ldr_pc2, ldr_sp, str_sp, subi, subis.
895 (do_t_add_sub, do_t_addr, do_t_branch, do_t_ldst,
896 do_t_mov_cmp): Allow relaxation.
897 (output_relax_insn): New function.
898 (put_thumb32_insn): New function.
899 (output_inst): Use new functions.
900 (md_assemble): Don't throw error on relaxable instructions.
901 (insns): Change "b" entry from TCE(...) to tCE(...).
902 (md_estimate_size_before_relax): Return 2.
903 (md_convert_frag, relax_immediate, relax_adr, relax_addsub,
904 relax_branch, arm_relax_frag): New functions.
905 (arm_force_relocation): Return 0 for Thumb-2 immediate operand
907 * config/tc-arm.h (md_convert_frag): Remove definition.
908 (md_relax_frag): Define.
909 (arm_relax_frag): Add prototype.
911 2005-09-02 Paul Brook <paul@codesourcery.com>
913 * config/tc-arm.c (do_rn_rd): Enforce SWP operand constraints.
915 2005-09-02 Paul Brook <paul@codesourcery.com>
917 * config/tc-arm.c (encode_arm_cp_address): Use
918 BFD_RELOC_ARM_T32_CP_OFF_IMM in thumb mode.
919 (do_iwmmxt_wldstbh): Use BFD_RELOC_ARM_T32_CP_OFF_IMM_S2 in thumb
921 (md_assemble): Only allow coprocessor instructions when Thumb-2 is
924 (insns): Use them for coprocessor instructions.
925 (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM.
926 (get_thumb32_insn): New function.
927 (put_thumb32_insn): New function.
928 (md_apply_fix): Handle BFD_RELOC_ARM_T32_CP_OFF_IMM and
929 BFD_RELOC_ARM_T32_CP_OFF_IMM_S2.
931 2005-09-02 Paul Brook <paul@codesourcery.com>
933 * config/tc-arm.c (opcode_lookup): Look for infix opcode when
934 incorrect suffix matches.
936 2005-09-01 David Ung <davidu@mips.com>
938 * config/tc-mips.c (append_insn): Correctly handle mips16 case
939 when the frags are different for the 2 instructions we want to
940 swap. If the lengths of the 2 instructions are not the same, we
941 won't do the swap but emit an nop.
943 2005-09-01 Dmitry Diky <diwil@spec.ru>
945 * config/tc-msp430.c (msp430_operands): Emit dwarf2_emit_insn()
946 as appropriate. Change frag_variant() to frag_var() for relaxes.
948 2005-08-29 Nick Clifton <nickc@redhat.com>
950 * write.c (generic_force_reloc): Do not call S_FORCE_RELOC if
953 2005-08-26 Jan Beulich <jbeulich@novell.com>
955 * config/tc-i386.c (intel_e09): Set JumpAbsolute when seeing a PTR-
956 qualified operand of a branch.
957 (intel_bracket_expr): Set JumpAbsolute here...
958 (intel_e11): ... rather than here.
960 2005-08-26 Christian Groessler <chris@groessler.org>
962 * configure.tgt: Set bfd_gas also for z8k cpu.
963 * config/tc-z8k.c (s_segm): Use bfd_set_arch_mach to set machine
965 (newfix): Adapt to bfd reloc types.
966 (build_bytes): Adapt to bfd reloc types. Ensure that enough space
967 is available in the current frag.
968 (md_convert_frag): Adapt function parameters.
969 (tc_gen_reloc): New function.
970 (md_section_align): Use bfd_get_section_alignment.
971 (md_apply_fix): Adapt to bfd reloc types. Fix handling of
972 BFD_RELOC_Z8K_IMM4L, BFD_RELOC_8, BFD_RELOC_16, and BFD_RELOC_32
974 * config/tc-z8k.h (TARGET_ARCH): Define.
975 (tc_fix_adjustable): Define.
977 2005-08-25 Chao-ying Fu <fu@mips.com>
979 * config/tc-mips.c (mips_set_options): Add ase_dsp for DSP instructions.
980 (mips_opts): Add -1 to initialize ase_dsp.
981 (file_ase_dsp): New variable for -mdsp.
982 (CPU_HAS_DSP): New define.
983 (validate_mips_insn): Add supports for 3, 4, 5, 6, 7, 8, 9, 0, ', :, @
985 (mips_ip): Add min_range and max_range for checking singed numbers.
986 Check ase_dsp to enable DSP instructions.
987 Handle 3, 4, 5, 6, 7, 8, 9, 0, ', :, @ operand formats.
988 (OPTION_DSP, OPTION_NO_DSP): New define.
989 (OPTION_COMPAT_ARCH_BASE): Change because of inserting DSP define.
990 (md_parse_option): Parse OPTION_DSP and OPTION_NO_DSP.
991 (mips_after_parse_args): Set ase_dsp based on CPU.
992 (s_mipsset): Handle ".set dsp" and ".set nodsp".
993 (mips_elf_final_processing): Remind of adding new flag for DSP ASE.
994 (md_show_usage): Show usage of -mdsp and -mno-dsp.
996 2005-08-23 David Ung <davidu@mips.com>
998 * config/tc-mips.c (mips_cpu_info_table): Add 5kf to the table of
1001 2005-08-23 Alan Modra <amodra@bigpond.net.au>
1004 * config/tc-ppc.c (ppc_symbol_chars): Add '%' and '['.
1006 2005-08-23 Phil Edwards <phil@codesourcery.com>
1008 * configure.tgt (*-*-vxworks): Match vxworks* instead.
1010 2005-08-22 Jan Beulich <jbeulich@novell.com>
1012 * config/tc-i386.c (object_64bit): New.
1013 (i386_target_format): Initialize it.
1014 (output_disp): Use object_64bit for relocation type determination.
1015 (output_imm): Likewise.
1016 (i386_validate_fix): Likewise.
1017 (tc_gen_reloc): Likewise.
1018 (lex_got): Likewise. Remove static mode_name. Change array size
1019 of gotrel's rel field, and adjust its initializer. Adjust diagnostic.
1020 (x86_cons): Use object_64bit for deciding whether quad fields can
1023 2005-08-18 Christian Groessler <chris@groessler.org>
1025 * config/tc-h8300.h: Remove TC_RELOC_MANGLE/tc_reloc_mangle.
1026 * config/tc-mcore.h: Likewise.
1027 * config/tc-z8k.h: Likewise.
1028 * config/tc-z8k.c: Likewise.
1029 * config/tc-sh.h: Remove TC_RELOC_MANGLE and
1030 sh_coff_reloc_mangle declaration.
1031 * config/tc-sh.c: (md_apply_fix): Fix comment for case
1034 2005-08-18 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1036 * config/tc-sh64.c (sh64_target_format): Check preset_target_arch
1037 to confirm that no ISA is specified.
1039 2005-08-18 Nick Clifton <nickc@redhat.com>
1041 * write.c (relax_segment): Count the number of frags being
1042 processed and use this to compute a maximum limit on the number of
1043 iterations that will be allowed when attempting to relax the
1046 2005-08-17 Danny Smith <dannysmith@users.sourceforge.net>
1048 * config/obj-coff.c (obj_coff_weak): Set auxiliary record
1049 of NT weak externals to IMAGE_WEAK_EXTERN_SEARCH_NOLIBRARY.
1051 2005-08-16 Alan Modra <amodra@bigpond.net.au>
1053 * config/tc-ppc.c (ppc_set_cpu): Don't select 64-bit based on
1056 2005-08-15 Paul Brook <paul@codesourcery.com>
1058 * config/tc-arm.c (do_t_mov_cmp): Fix encoding of i16-bit conditional
1060 (do_t_mvn_tst, do_t_neg, do_t_shift): Ditto.
1062 2005-08-15 Daniel Jacobowitz <dan@codesourcery.com>
1064 * config/tc-ppc.c (parse_cpu): Add -me300 support.
1065 (md_show_usage): Likewise.
1066 * doc/c-ppc.texi (PowerPC-Opts): Document it.
1068 2005-08-12 Martin Schwidefsky <schwidefsky@de.ibm.com>
1070 * config/tc-s390.c (md_parse_option): Add cpu type z9-109.
1071 (md_gather_operands): Add support for optional operands.
1073 2005-08-12 Dmitry Diky <diwil@spec.ru>
1074 * config/tc-msp430.c (msp430_enable_relax): New flag.
1075 (msp430_enable_polys): Likewise.
1076 (OPTION_RELAX): New option.
1077 (OPTION_POLYMORPHS): Likewise.
1078 (md_longopts): New long options.
1079 (md_show_usage): Updated.
1080 (md_parse_option): Add new options handler.
1081 (msp430_operands): Add check if polymorph insns are enabled.
1082 (msp430_force_relocation_local): New function.
1083 (md_apply_fix): Now delete relocs according to new flags combination.
1084 (msp430_relax_frag): Convert long branches to short branches only if
1085 flag msp430_enable_relax is set.
1086 * config/tc-msp430.h (TC_FORCE_RELOCATION_LOCAL): Defined.
1087 (msp430_force_relocation_local): Likewise.
1088 * doc/c-msp430.texi: Describe new options.
1090 2005-08-11 Ian Lance Taylor <ian@airs.com>
1092 * Makefile.am ($(srcdir)/make-gas.com): Remove target.
1093 (stamp-mk.com): Likewise.
1094 (EXTRA_DIST): Remove make-gas.com from list.
1095 (MOSTLYCLEANFILES): Remove stamp-mk.com from list.
1096 * Makefile.in: Regenerate.
1098 2005-08-11 Hans-Peter Nilsson <hp@axis.com>
1100 * subsegs.c (subseg_change): Move declaration of seginfo to before
1103 2005-08-11 Alan Modra <amodra@bigpond.net.au>
1105 * README-vms: Delete.
1106 * config-gas.com: Delete.
1107 * makefile.vms: Delete.
1108 * vmsconf.sh: Delete.
1109 * config/atof-tahoe.c: Delete.
1110 * config/m88k-opcode.h: Delete.
1111 * config/obj-bout.c: Delete.
1112 * config/obj-bout.h: Delete.
1113 * config/obj-hp300.c: Delete.
1114 * config/obj-hp300.h: Delete.
1115 * config/tc-a29k.c: Delete.
1116 * config/tc-a29k.h: Delete.
1117 * config/tc-h8500.c: Delete.
1118 * config/tc-h8500.h: Delete.
1119 * config/tc-m88k.c: Delete.
1120 * config/tc-m88k.h: Delete.
1121 * config/tc-tahoe.c: Delete.
1122 * config/tc-tahoe.h: Delete.
1123 * config/tc-tic80.c: Delete.
1124 * config/tc-tic80.h: Delete.
1125 * config/tc-w65.c: Delete.
1126 * config/tc-w65.h: Delete.
1127 * config/te-aux.h: Delete.
1128 * config/te-delt88.h: Delete.
1129 * config/te-delta.h: Delete.
1130 * config/te-dpx2.h: Delete.
1131 * config/te-hp300.h: Delete.
1132 * config/te-ic960.h: Delete.
1133 * config/vms-a-conf.h: Delete.
1134 * doc/c-a29k.texi: Delete.
1135 * doc/c-h8500.texi: Delete.
1136 * doc/c-m88k.texi: Delete.
1137 * README: Remove obsolete examples, and list of supported targets.
1138 * Makefile.am: Remove a29k, h8500, m88k, tahoe, tic80, w65,
1139 bout and hp300 support.
1140 (DEP_FLAGS): Don't define BFD_ASSEMBLER.
1141 * configure.in: Remove --enable-bfd-assembler, need_bfd,
1143 * configure.tgt: Remove a29k, h8300-coff, h8500-*, i960 non-elf,
1144 m68k non bfd, m88k, or32-coff, tic80-*, vax non-bfd, w65k-*, *-nindy.
1145 * as.c: Remove all non-BFD_ASSEMBLER code, support for above targets.
1147 * dw2gencfi.c: Likewise.
1148 * dwarf2dbg.c: Likewise.
1149 * ehopt.c: Likewise.
1150 * input-file.c: Likewise.
1151 * listing.c: Likewise.
1152 * literal.c: Likewise.
1153 * messages.c: Likewise.
1155 * output-file.c: Likewise.
1157 * stabs.c: Likewise.
1158 * struc-symbol.h: Likewise.
1159 * subsegs.c: Likewise.
1160 * subsegs.h: Likewise.
1161 * symbols.c: Likewise.
1162 * symbols.h: Likewise.
1164 * write.c: Likewise.
1165 * write.h: Likewise.
1166 * config/aout_gnu.h: Likewise.
1167 * config/obj-aout.c: Likewise.
1168 * config/obj-aout.h: Likewise.
1169 * config/obj-coff.c: Likewise.
1170 * config/obj-coff.h: Likewise.
1171 * config/obj-evax.h: Likewise.
1172 * config/obj-ieee.h: Likewise.
1173 * config/tc-arm.c: Likewise.
1174 * config/tc-arm.h: Likewise.
1175 * config/tc-avr.c: Likewise.
1176 * config/tc-avr.h: Likewise.
1177 * config/tc-crx.h: Likewise.
1178 * config/tc-d10v.h: Likewise.
1179 * config/tc-d30v.h: Likewise.
1180 * config/tc-dlx.h: Likewise.
1181 * config/tc-fr30.h: Likewise.
1182 * config/tc-frv.h: Likewise.
1183 * config/tc-h8300.c: Likewise.
1184 * config/tc-h8300.h: Likewise.
1185 * config/tc-hppa.h: Likewise.
1186 * config/tc-i370.h: Likewise.
1187 * config/tc-i386.c: Likewise.
1188 * config/tc-i386.h: Likewise.
1189 * config/tc-i860.h: Likewise.
1190 * config/tc-i960.c: Likewise.
1191 * config/tc-i960.h: Likewise.
1192 * config/tc-ip2k.h: Likewise.
1193 * config/tc-iq2000.h: Likewise.
1194 * config/tc-m32c.h: Likewise.
1195 * config/tc-m32r.h: Likewise.
1196 * config/tc-m68hc11.h: Likewise.
1197 * config/tc-m68k.c: Likewise.
1198 * config/tc-m68k.h: Likewise.
1199 * config/tc-maxq.c: Likewise.
1200 * config/tc-maxq.h: Likewise.
1201 * config/tc-mcore.c: Likewise.
1202 * config/tc-mcore.h: Likewise.
1203 * config/tc-mn10200.h: Likewise.
1204 * config/tc-mn10300.c: Likewise.
1205 * config/tc-mn10300.h: Likewise.
1206 * config/tc-ms1.h: Likewise.
1207 * config/tc-msp430.c: Likewise.
1208 * config/tc-msp430.h: Likewise.
1209 * config/tc-ns32k.c: Likewise.
1210 * config/tc-ns32k.h: Likewise.
1211 * config/tc-openrisc.h: Likewise.
1212 * config/tc-or32.c: Likewise.
1213 * config/tc-or32.h: Likewise.
1214 * config/tc-ppc.c: Likewise.
1215 * config/tc-ppc.h: Likewise.
1216 * config/tc-s390.h: Likewise.
1217 * config/tc-sh.c: Likewise.
1218 * config/tc-sh.h: Likewise.
1219 * config/tc-sparc.c: Likewise.
1220 * config/tc-tic30.c: Likewise.
1221 * config/tc-tic30.h: Likewise.
1222 * config/tc-tic4x.c: Likewise.
1223 * config/tc-tic4x.h: Likewise.
1224 * config/tc-tic54x.c: Likewise.
1225 * config/tc-tic54x.h: Likewise.
1226 * config/tc-v850.h: Likewise.
1227 * config/tc-vax.c: Likewise.
1228 * config/tc-vax.h: Likewise.
1229 * config/tc-xstormy16.h: Likewise.
1230 * config/tc-xtensa.h: Likewise.
1231 * config/tc-z8k.c: Likewise.
1232 * config/tc-z8k.h: Likewise.
1233 * config/vms-a-conf.h
1234 * doc/Makefile.am: Likewise.
1235 * doc/all.texi: Likewise.
1236 * doc/as.texinfo: Likewise.
1237 * doc/internals.texi: Likewise.
1238 * doc/Makefile.in: Regenerate.
1239 * Makefile.in: Regenerate.
1240 * configure: Regenerate.
1241 * config.in: Regenerate.
1242 * po/POTFILES.in: Regenerate.
1244 2005-08-09 Nick Clifton <nickc@redhat.com>
1247 * macro.c (getstring): Do not treat round parentheses exactly the
1248 same as angle brackets - the parentheses need to be preserved and
1249 passed on to the macro processing code.
1251 2005-08-08 Nick Clifton <nickc@redhat.com>
1253 * config/tc-msp430.c (MSP430_ISA_21): Define.
1254 (mcu_types): Add entries for msp430x21xx variants.
1256 2005-08-08 Nick Clifton <nickc@redhat.com>
1259 * macro.c (getstring): Treat round parentheses in the same way as
1261 (get_any_string): Likewise.
1263 2005-08-07 H.J. Lu <hongjiu.lu@intel.com>
1266 * as.c (parse_args): Handle -al=<FILE>.
1268 2005-08-07 Nick Clifton <nickc@redhat.com>
1270 * read.c (s_app_line): Accept a line number of 0 for compatibility
1271 with gcc's output for assembler-with-cpp files.
1273 2005-08-05 Paul Brook <paul@codesourcery.com>
1275 * config/tc-arm.c (current_it_mask, current_cc): New variables.
1276 (do_t_add_sub): Use correct encodings inside IT block.
1277 (do_t_arit3c): Ditto.
1278 (do_t_it): Simplify logic. Set current_it_mask and current_cc.
1279 (md_assemble): Verify conditional suffixes agains IT blocks.
1281 2005-08-05 Paul Brook <paul@codesourcery.com>
1283 * config/tc-arm.c (encode_thumb32_immediate): Only accept shifted
1285 (encode_thumb32_shifted_operand): Prohibit register shifts.
1286 (encode_thumb32_addr_mode): Fix typo.
1287 (insns): Correct thumb2 ldm and stm opcodes.
1289 2005-08-02 Khem Raj <kraj@mvista.com>
1291 * config/tc-arm.c (do_iwmmxt_wldstd): Correct the offset range for
1292 WLDRD/WSTRD instruction.
1294 2005-08-02 Alan Modra <amodra@bigpond.net.au>
1296 * config/tc-ppc.c (md_apply_fix <ELF>): Don't warn on overflow
1297 if emitting a reloc.
1299 2005-07-29 Thiemo Seufer <ths@networkno.de>
1301 * config/tc-mips.c (s_mips_globl): Allow multiple symbols per .globl.
1303 2005-07-29 Paul Brook <paul@codesourcery.com>
1305 * config/tc-arm.c (T16_32_TAB): Add "addr". Fix encoding of push and
1307 (do_t_addr): Implement 32-bit variant.
1308 (do_t_push_pop): Make some errors warnings. Handle single register
1310 (insns): Use tCE for adr.
1311 (md_pcrel_from_section): Handle BFD_RELOC_ARM_T32_ADD_PC12.
1312 (md_apply_fix): Ditto.
1314 2005-07-29 Paul Brook <paul@codesourcery.com>
1316 * config/tc-arm.c (parse_tb): New function.
1317 (enum operand_parse_code): Add OP_TB.
1318 (parse_operands): Handle OP_TB.
1319 (do_t_add_sub_w, do_t_tb): New functions.
1320 (insns): Add entries for addw, subw, tbb and tbh.
1321 (md_apply_fix): Handle BFD_RELOC_ARM_T32_IMM12.
1323 2005-07-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1325 * config/tc-m32r.c (m32r_check_fixup): Fixed X_op check.
1327 2007-07-27 H.J. Lu <hongjiu.lu@intel.com>
1329 * config/tc-i386.c (handle_large_common): Declare only for ELF.
1331 2005-07-27 Jan Beulich <jbeulich@novell.com>
1333 * config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
1335 (unw_p_record): Remove unused/redundant fields imask and rmask.
1336 Combine spoff and pspoff into a union. Combine gr and br into a
1337 union. Change type of grmask and brmask to unsigned char. Change type
1338 of frmask to unsigned int.
1339 (unw_x_record): Combine spoff, pspoff, and treg into a union.
1340 * config/tc-ia64.c (unwind): New field 'pending_saves'.
1341 (check_pending_save): New.
1342 (alloc_record): Clear out entire record.
1343 (output_psp_gr): Use renamed structure fields.
1344 (output_psp_sprel): Likewise.
1345 (output_rp_gr): Likewise.
1346 (output_rp_br): Likewise.
1347 (output_rp_psprel): Likewise.
1348 (output_rp_sprel): Likewise.
1349 (output_pfs_gr): Likewise.
1350 (output_pfs_psprel): Likewise.
1351 (output_pfs_sprel): Likewise.
1352 (output_preds_gr): Likewise.
1353 (output_preds_psprel): Likewise.
1354 (output_preds_sprel): Likewise.
1355 (output_spill_base): Likewise.
1356 (output_unat_gr): Likewise.
1357 (output_unat_psprel): Likewise.
1358 (output_unat_sprel): Likewise.
1359 (output_lc_gr): Likewise.
1360 (output_lc_psprel): Likewise.
1361 (output_lc_sprel): Likewise.
1362 (output_fpsr_gr): Likewise.
1363 (output_fpsr_psprel): Likewise.
1364 (output_fpsr_sprel): Likewise.
1365 (output_priunat_gr): Likewise.
1366 (output_priunat_psprel): Likewise.
1367 (output_priunat_sprel): Likewise.
1368 (output_bsp_gr): Likewise.
1369 (output_bsp_psprel): Likewise.
1370 (output_bsp_sprel): Likewise.
1371 (output_bspstore_gr): Likewise.
1372 (output_bspstore_psprel): Likewise.
1373 (output_bspstore_sprel): Likewise.
1374 (output_rnat_gr): Likewise.
1375 (output_rnat_psprel): Likewise.
1376 (output_rnat_sprel): Likewise.
1377 (output_spill_psprel): Likewise.
1378 (output_spill_sprel): Likewise.
1379 (output_spill_reg): Likewise.
1380 (output_fr_mem): Likewise. Allocate one unwind record per set mask
1382 (output_frgr_mem): Likewise.
1383 (output_gr_mem): Likewise.
1384 (output_br_mem): Likewise.
1385 (output_gr_gr): Likewise.
1386 (output_br_gr): Likewise.
1387 (fixup_unw_records): Likewise.
1388 (process_one_record): Use renamed structure fields. For gr_gr and
1389 br_gr, collect mask from chain of records before output.
1390 (in_prologue): Simplify and eliminate early returns. Call
1392 (in_body): Simplify and eliminate early returns.
1393 (dot_body): Call check_pending_save.
1394 (md_assemble): Update comment. Deal with pending saves.
1396 2005-07-26 Jan Beulich <jbeulich@novell.com>
1398 * config/tc-i386.c (optimize_imm): Calculate candidate immediates
1399 mask from guessed suffix, but mask out other immediate types only
1400 if at least on candidate is valid for the insn.
1402 2005-07-25 DJ Delorie <dj@redhat.com>
1404 * config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands.
1405 Support %mod() modifiers from opcodes.
1406 * doc/c-m32c.texi (M32C-Modifiers): New section.
1408 2005-07-25 Jan Hubicka <jh@suse.cz>
1409 H.J. Lu <hongjiu.lu@intel.com>
1411 * config/obj-elf.c: Include "elf/x86-64.h" if TC_I386 is
1413 (elf_com_section_ptr): New.
1414 (elf_begin): Set elf_com_section_ptr to bfd_com_section_ptr.
1415 (elf_common_parse): Make it global. Use elf_com_section_ptr
1416 instead of bfd_com_section_ptr.
1417 (obj_elf_change_section): Handle x86-64 large bss sections.
1419 * config/obj-elf.h (elf_com_section_ptr): New.
1420 (elf_common_parse): New.
1422 * config/tc-i386.c (handle_large_common): New.
1423 (md_pseudo_table): Add "largecomm".
1424 (x86_64_section_letter): New.
1425 (x86_64_section_word): New.
1427 * config/tc-i386.h (x86_64_section_word): New.
1428 (x86_64_section_letter): New.
1429 (md_elf_section_letter): New. Defined.
1430 (md_elf_section_word): Likewise.
1432 2005-07-21 Ralf Corsepius <ralf.corsepius@rtems.org>
1434 * configure.tgt: Remove i386-*-rtemself*.
1435 Remove sparc-*-rtemself*.
1437 2005-07-21 Ben Elliston <bje@gnu.org>
1439 * config/tc-m68k.h: Remove TE_LYNX conditional code.
1441 2005-07-21 Paul Brook <paul@codesourcery.com>
1443 * config/tc-arm.c (encode_thumb32_addr_mode): Don't set
1446 2005-07-20 Tavis Ormandy <taviso@gentoo.org>
1448 * messages.c: Use vsnprintf instead of vsprintf.
1450 2005-07-20 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1452 * config/tc-m32r.c (tc_gen_reloc): Check BFD_RELOC_32_PCREL and
1453 BFD_RELOC_16_PCREL to Support R_M32R_REL32.
1455 2005-07-18 Nick Clifton <nickc@redhat.com>
1457 * configure.tgt: Restore alpha ordering to list of arches.
1459 2005-07-18 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1461 * tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
1463 2005-07-18 Jan Beulich <jbeulich@novell.com>
1465 * config/tc-i386.c (md_begin): Use IS_ELF.
1466 (tc_i386_fix_adjustable): Likewise.
1467 (md_estimate_size_before_relax): Likewise.
1468 (md_apply_fix): Likewise.
1469 (i386_target_format): Likewise.
1470 (lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF.
1471 (i386_immediate): Remove #ifdef LEX_AT.
1472 (i386_displacement): Likewise.
1473 * config/tc-i386.h (x86_cons): Prototype only when ELF and when not
1476 2005-07-18 Jan Beulich <jbeulich@novell.com>
1478 * config/tc-i386.c (reloc): Convert to ISO C90. Change first
1479 parameter to unsigned. Parameter sign now is tristate - zero/
1480 positive mean unsigned/signed, negative means signedness doesn't
1481 matter. Check field size,
1482 signedness, and pcrel-ness are in agreement between relocated field
1483 and relocation type. Adjust diagnostics.
1484 (optimize_imm): And type mask of operand instead of overwriting it.
1485 (lex_got): Convert to ISO C90. Add third parameter. Add new field to
1486 local structure and initialize gotrel accordingly. Pass caller as
1487 mask of types that the operator can match.
1488 (x86_cons_fix_new): Let reloc know that signedness of relocation
1490 (x86_pe_cons_fix_new): Likewise.
1491 (x86_cons): Pass additional argument to lex_got.
1492 (i386_immediate): New local variable 'types'. Pass its address as
1493 additional argument to lex_got. Mask out operand types not supported
1495 (i386_displacement): Likewise. Set bigdisp to all types supported in
1496 64-bit mode, combining the previously split initialization.
1498 2005-07-18 Jan Beulich <jbeulich@novell.com>
1500 * config/tc-i386.c (parse_insn): Reject prefix if unavailable in
1503 2005-07-16 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1505 * config/tc-hppa.c (pa_ip): Search entire mnemonic before considering
1508 2005-07-16 Alan Modra <amodra@bigpond.net.au>
1510 * Makefile.am: Run "make dep-am".
1511 * Makefile.in: Regenerate.
1513 2007-07-15 H.J. Lu <hongjiu.lu@intel.com>
1515 * gas/config/tc-i386.h (CpuVMX): New.
1516 (CpuUnknownFlags): Add CpuVMX.
1518 2005-07-14 Jim Blandy <jimb@redhat.com>
1520 Add support for the Renesas M32C.
1521 * Makefile.am (CPU_TYPES): List m32c.
1522 (TARGET_CPU_CFILES): List config/tc-m32c.c.
1523 (TARGET_CPU_HFILES): List config/tc-m32c.h.
1524 * configure.in: Add case for m32c.
1525 * configure.tgt: Add cases for m32c and m32c-*-elf.
1526 * configure: Regenerated.
1527 * config/tc-m32c.c, config/tc-m32c.h: New files.
1528 * doc/Makefile.am (CPU_DOCS): Add c-m32c.texi.
1529 * doc/Makefile.in: Regenerated.
1530 * doc/all.texi: Set M32C.
1531 * doc/as.texinfo: Add text for the M32C-specific options and line
1532 comment characters, and refer to c-m32c.texi.
1533 * doc/c-m32c.texi: New file.
1535 2005-07-14 Nick Clifton <nickc@redhat.com>
1538 * config/tc-crx.c (reset_vars): Use strncpy to prevent overflowing
1539 the ins_parse buffer.
1541 2005-07-10 Ralf Corsepius <ralf.corsepius@rtems.org>
1543 * configure.tgt: Remove a29k-*-rtems*, hppa*-*-rtems*,i386-go32-rtems*,
1544 i386-*-rtemscoff*, sparc-*-rtemsaout*.
1546 2005-07-10 H.J. Lu <hongjiu.lu@intel.com>
1548 * config/tc-i386.c (optimize_disp): Optimize signed 32bit
1551 2005-07-08 Ben Elliston <bje@au.ibm.com>
1553 * frags.h: Remove ANSI_PROTOTYPES conditional code.
1554 * config/obj-elf.h: Likewise.
1555 * config/tc-h8300.h: Likewise.
1556 * config/tc-h8500.h: Likewise.
1557 * config/tc-i370.h: Likewise.
1558 * config/tc-i386.h: Likewise.
1559 * config/tc-m68hc11.h: Likewise.
1560 * config/tc-m68k.h: Likewise.
1561 * config/tc-ppc.h: Likewise.
1562 * config/tc-s390.h: Likewise.
1563 * config/tc-sh.h: Likewise.
1564 * config/tc-sparc.h: Likewise.
1565 * config/tc-tic30.c: Likewise.
1566 * config/tc-w65.h: Likewise.
1567 * config/tc-xtensa.h: Likewise.
1569 2005-07-08 Hans-Peter Nilsson <hp@axis.com>
1572 * config/tc-cris.h (MD_APPLY_SYM_VALUE): Define.
1574 2005-07-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1576 * config/tc-tic30.c (debug): Add format attribute. Fix format
1579 2005-07-06 H.J. Lu <hongjiu.lu@intel.com>
1581 * config/tc-i386.c (cpu_arch): Add sse3.
1583 * config/tc-i386.h (CpuSSE3): Renamed from ...
1584 (CpuPNI): This. Defined as CpuSSE3.
1586 * doc/c-i386.texi: Document .sse3.
1588 2005-07-06 Jan Beulich <jbeulich@novell.com>
1590 * config/tc-ia64.c (nop): Use zero for L-unit pseudo-nop.
1592 2005-07-05 Nick Clifton <nickc@redhat.com>
1594 * config/tc-pdp11.c (md_apply_fix): Cast first argument to
1595 md_chars_to_numbers to an unsigned pointer in order to avoid a
1596 compile time warning.
1598 2005-07-05 Paul Brook <paul@codesourcery.com>
1600 * config/tc-ppc.c (ppc_target_format): Add VxWorks.
1602 2005-07-05 Aldy Hernandez <aldyh@redhat.com>
1604 * config/tc-ms1.c: New.
1605 * config/tc-ms1.h: New.
1606 * testsuite/gas/ms1/allinsn.d: New.
1607 * testsuite/gas/ms1/allinsn.s: New.
1608 * testsuite/gas/ms1/badinsn.s: New.
1609 * testsuite/gas/ms1/badinsn1.s: New.
1610 * testsuite/gas/ms1/badoffsethigh.s: New.
1611 * testsuite/gas/ms1/badoffsetlow.s: New.
1612 * testsuite/gas/ms1/badorder.s: New.
1613 * testsuite/gas/ms1/badreg.s: New.
1614 * testsuite/gas/ms1/badsignedimmhigh.s: New.
1615 * testsuite/gas/ms1/badsignedimmlow.s: New.
1616 * testsuite/gas/ms1/badsyntax.s: New.
1617 * testsuite/gas/ms1/badsyntax1.s: New.
1618 * testsuite/gas/ms1/badunsignedimmhigh.s: New.
1619 * testsuite/gas/ms1/badunsignedimmlow.s: New.
1620 * testsuite/gas/ms1/errors.exp: New.
1621 * testsuite/gas/ms1/ldst.s: New.
1622 * testsuite/gas/ms1/misc.d: New.
1623 * testsuite/gas/ms1/misc.s: New.
1624 * testsuite/gas/ms1/ms1-16-003.d: New.
1625 * testsuite/gas/ms1/ms1-16-003.s: New.
1626 * testsuite/gas/ms1/ms1.exp: New.
1627 * testsuite/gas/ms1/msys.d: New.
1628 * testsuite/gas/ms1/msys.s: New.
1629 * testsuite/gas/ms1/relocs.d: New.
1630 * testsuite/gas/ms1/relocs.exp: New.
1631 * testsuite/gas/ms1/relocs1.s: New.
1632 * testsuite/gas/ms1/relocs2.s: New.
1634 2005-07-05 Jan Beulich <jbeulich@novell.com>
1636 * config/tc-i386.h (CpuSVME): New.
1637 (CpuUnknownFlags): Include CpuSVME.
1638 * config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
1639 as alias of sledgehammer.
1640 (md_assemble): Include invlpga in the check for insns with two source
1642 (process_operands): Include SVME insns in the check for ignored
1643 segment overrides. Adjust diagnostic.
1644 (i386_index_check): Special-case SVME insns with memory operands.
1646 2005-07-04 Khem Raj <kraj@mvista.com>
1647 Nick Clifton <nickc@redhat.com>
1649 * tc-arm.c (struct arm_it): Make operands.imm signed to match its
1650 use an immediate value.
1651 (parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
1652 since the register field of the operands structure is unsigned.
1653 (s_arm_unwind_save_vfp): Make "reg" unsigned.
1654 (parse_operands): Make the 2ns parameter an unsigned pointer to
1656 (do_ldrd): When using the imm field of the operands structure as a
1657 second register field, treat it as unsigned.
1659 2005-07-04 Alan Modra <amodra@bigpond.net.au>
1662 * config/obj-elf.c (obj_elf_change_section): Use backend
1665 2005-07-01 Jan Beulich <jbeulich@novell.com>
1667 * config/tc-ia64.c (line_separator_chars): Add '{' and '}'.
1668 (output_spill_psprel, output_spill_psprel_p): Combine.
1669 (output_spill_sprel, output_spill_sprel_p): Combine.
1670 (output_spill_reg, output_spill_regp_p): Combine.
1671 (process_one_record): Handle psp_psprel.
1672 (parse_predicate_and_operand): New.
1673 (convert_expr_to_ab_reg): Two new parameters. Return void. Always
1674 initialize output values. Emit diagnostic case here.
1675 (convert_expr_to_xy_reg): Likewise. Don't allow r0, f0, and f1.
1676 (add_unwind_entry): New second parameter. Allow first parameter to
1677 be NULL. Parse optional tag, emit warning about further support for
1678 it otherwise being missing. Check end-of-line when requested.
1679 (dot_fframe): Clear operand when wrong. Allow tag.
1680 (dot_vframe): Likewise.
1681 (dot_vframesp): Likewise. Rename parameter, issue warning when psp
1683 (dot_vframepsp): Remove.
1684 (dot_altrp): Clear operand when wrong. Allow tag.
1685 (dot_save): Likewise. Let default case also go through
1687 (dot_savemem): Likewise.
1688 (dot_restore): Don't return when wrong operand. Allow tag.
1689 (dot_spillreg, dot_spillreg_p): Combine. Simplify by using
1690 parse_predicate_and_operand and the new arguments to
1691 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
1692 when wrong operand. Allow tag.
1693 (dot_restorereg, dot_restorereg_p): Likewise.
1694 (dot_spillmem, dot_spillmem_p): Likewise.
1695 (dot_saveg): Clear operand when wrong. Perform tighter operand
1697 (dot_savef): Likewise.
1698 (dot_saveb): Likewise.
1699 (dot_savegf): Likewise.
1700 (dot_spill): Remove end-of-line check. Combine. Simplify by using
1701 parse_predicate_and_operand and the new arguments to
1702 convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
1703 when wrong operand. Allow tag.
1705 (dot_label_state): Don't return when wrong operand.
1706 (dot_copy_state): Likewise.
1707 (dot_unwabi): Likewise. Check if in prologue.
1708 (dot_body): Don't call demand_empty_rest_of_line.
1709 (dot_prologue): Type of mask and grsave is unsigned. Perform tighter
1711 (md_pseudo_table): Also use dot_restorereg for .restorereg.p. Also
1712 use dot_spillreg for .spillreg.p. Also use dot_spillmem for
1713 .spillpsp.p and .spillsp.p. Also use dot_vframesp for .vframepsp.
1714 (parse_operand): New second parameter. Don't deal with '}' here
1715 anymore. Don't advance past end-of-line.
1716 (parse_operands): Pass second argument to parse_operand.
1717 (ia64_start_line): Prevent out-of-bounds access through
1718 input_line_pointer. Deal with '}' here.
1719 (ia64_unrecognized_line): Don't deal with '}' here.
1720 (dot_alias): Use ignore_rest_of_line not its deprecated alias
1721 discard_rest_of_line.
1723 2005-06-30 Zack Weinberg <zack@codesourcery.com>
1725 * config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
1726 (encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
1727 (do_t_branch, insns [b, bl]): Don't encode pipeline offset.
1728 (do_branch): Always set inst.reloc.pc_rel.
1729 (s_arm_elf_cons): Disallow use of (plt) suffix.
1730 (do_adrl): Adjust X_add_number unconditionally.
1731 (md_pcrel_from): Rename md_pcrel_from_section, add second segT
1732 argument. Handle all adjustment for pipeline offset here.
1733 (md_apply_fix): No need to undo work of md_pcrel_from. No
1734 need to extract pre-encoded pipeline adjustments from various
1735 branch instructions. Generally, assume instructions are already
1736 all-bits-zero in the field being fixed up. Remove all OBJ_ELF
1737 special cases. Handle BFD_RELOC_ARM_PLT32 like
1738 BFD_RELOC_ARM_PCREL_BRANCH.
1739 (tc_gen_reloc): Remove OBJ_ELF special case.
1740 * config/tc-arm.c: Define MD_PCREL_FROM_SECTION.
1742 2005-06-30 Ben Elliston <bje@gnu.org>
1744 * Makefile.am (check-DEJAGNU): Don't search for expect.
1745 * Makefile.in: Regenerate.
1747 2005-06-30 Ben Elliston <bje@gnu.org>
1749 * Makefile.am (EXPECT): Set to expect.
1750 (RUNTEST): Likewise, set to runtest.
1751 * Makefile.in: Regenerate.
1753 2005-06-23 Ben Elliston <bje@gnu.org>
1755 * config/m68k-parse.h: Use ISO C90.
1756 * config/m68k-parse.y: Likewise.
1757 * config/tc-m68k.h: Likewise.
1759 2005-06-20 H.J. Lu <hongjiu.lu@intel.com>
1762 * config/tc-i386.c (md_assemble): Don't call optimize_disp on
1764 (optimize_disp): Optimize only if possible. Don't use 64bit
1765 displacement on non-constants and do same on constants if
1768 2005-06-17 Jan Beulich <jbeulich@novell.com>
1770 * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
1771 (tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
1772 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
1773 (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
1774 and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
1776 (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
1777 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
1778 (tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
1779 Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
1780 BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
1781 BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
1782 convert 8-byte pc-relative relocations.
1783 (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
1784 (i386_validate_fix): Likewise.
1785 (x86_cons): Also handle quad values in 64-bit mode.
1786 (i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
1787 (md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
1788 BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
1789 to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
1791 2005-06-13 Zack Weinberg <zack@codesourcery.com>
1793 * config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
1794 symbolP as well as for names with a leading dot. Use ACONCAT.
1795 (md_apply_fix): For branch relocations, only replace value
1796 with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
1797 (arm_force_relocation): Remove #ifdef OBJ_ELF case.
1798 * config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
1799 (LOCAL_LABEL_PREFIX): Don't define.
1801 2005-06-10 Alan Modra <amodra@bigpond.net.au>
1803 * config/tc-hppa.c (pa_block): Allocate just one byte for the
1806 2005-06-08 James E Wilson <wilson@specifixinc.com>
1809 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
1810 is NULL, then emit a warning, and return the current index.
1812 2005-06-08 Tomas Hurka <tom@hukatronic.cz>
1815 * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
1816 temporary copy of the operands array so that changes can be safely
1817 backed out if the insn does not match.
1818 (m68k_compare_opcode): Shortcut the test when the parameters are
1819 the same. Return 1 if the names match but the second opcode is
1820 further on in the array than the first.
1822 2005-06-08 Nick Clifton <nickc@redhat.com>
1825 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
1827 2005-06-08 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
1829 * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
1831 2005-06-07 Aldy Hernandez <aldyh@redhat.com>
1832 Michael Snyder <msnyder@redhat.com>
1833 Stan Cox <scox@redhat.com>
1835 * configure.in: Add ms1 case.
1837 * configure: Regenerate.
1839 * configure.tgt: Add ms1 case.
1841 2005-06-07 Bob Wilson <bob.wilson@acm.org>
1843 * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
1844 * config/tc-xtensa.c (new_resource_table): Likewise.
1845 (resize_resource_table): Likewise.
1846 (release_resources): Fix assertion for unsigned values.
1848 2005-06-07 Zack Weinberg <zack@codesourcery.com>
1850 * cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
1851 * config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
1852 * config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
1853 * config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
1854 * config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
1855 * config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
1856 * config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
1857 * config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
1858 * config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
1859 * config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
1860 * config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
1861 * config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
1862 * config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
1863 * config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
1864 * config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
1865 * config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
1866 * config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
1867 * config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
1868 * config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
1869 * config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
1870 * config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
1871 * config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
1872 * config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
1873 * config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
1874 * config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
1875 * config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
1876 * config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
1877 * config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
1878 * config/tc-xtensa.c, config/tc-z8k.c:
1879 Replace all instances of the string "_apply_fix3" with
1881 * po/POTFILES.in, po/gas.pot: Regenerate.
1883 2005-06-08 Alan Modra <amodra@bigpond.net.au>
1885 * Makefile.am: Run "make dep-am".
1886 (POTFILES): Remove GAS_CFILES.
1887 * Makefile.in: Regenerate.
1889 2005-06-07 David Ung <davidu@mips.com>
1891 * config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
1892 24kc, 24kf and 24kfx under MIPS32 release 2.
1894 2005-06-04 Nick Clifton <nickc@redhat.com>
1896 * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
1897 to their Thumb-enabled equivalents.
1899 2005-06-01 Maciej W. Rozycki <macro@linux-mips.org>
1901 * config/tc-mips.c (load_register): Add leading "0x" to the
1902 output of sprintf_vma().
1905 2005-06-01 Nick Clifton <nickc@redhat.com>
1907 * config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant
1908 test for the presence of thumb version of the parsing functions
1909 since they must always exist and the test generates a compile time
1912 2005-05-31 Richard Henderson <rth@redhat.com>
1914 * config/tc-alpha.c (O_lituse_jsrdirect): New.
1915 (alpha_reloc_op): Add it.
1916 (debug_exp): Handle it.
1917 (DUMMY_RELOC_LITUSE_JSRDIRECT): New.
1918 (emit_insn): Handle it.
1919 * doc/c-alpha.texi (Alpha-Relocs): Document lituse_jsrdirect.
1921 2005-05-31 Christian Groessler <chris@groessler.org>
1923 * write.c (dump_section_relocs): Convert to ISO-C.
1924 (write_relocs): Avoid signed/unsigned and fprintf argument
1925 warnings in debug code.
1927 2005-05-26 Zack Weinberg <zack@codesourcery.com>
1929 * config/tc-arm.h (TC_FIX_TYPE): Change to int.
1930 (TC_INIT_FIX_DATA): Initialize to 0, not NULL.
1931 * config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
1932 (md_apply_fix3): Delete fix_is_thumb variable; refer to
1933 fixP->tc_fix_data directly in the sole place it was used.
1934 Explicitly truncate value, *valP, fixP->fx_addnumber, and
1935 fixP->fx_offset to 32 bits, for consistent behavior between 32-
1938 2005-05-27 Jan Beulich <jbeulich@novell.com>
1940 * config/tc-ia64.c (struct proc_pending): New.
1941 (unwind): Replace proc_start with proc_pending.
1942 (unwind_diagnostic): Check unwind.proc_pending.sym.
1943 (dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.
1944 Check if previous proc not closed. Record all entry points.
1945 (dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.
1946 Set symbol sizes for entry points recorded in dot_proc. Check
1947 arguments for consistency with respective .proc's.
1948 (md_assemble): Replace unwind.proc_start with
1949 unwind.proc_pending.sym.
1951 2005-05-27 Jan Beulich <jbeulich@novell.com>
1953 * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
1954 and last_ptr. Check all in-use slots for first one with non-NULL
1955 unwind_record. Don't reload end_ptr before second update round.
1957 2005-05-26 James E Wilson <wilson@specifixinc.com>
1959 * config/tc-ia64.c (extra_goodness): Update comment.
1960 (md_begin): Add debugging code to print best_template table.
1962 2005-05-25 Jan Beulich <jbeulich@novell.com>
1964 * config/tc-ia64.c (md_begin): Don't try to match slot 2 of an MLX
1967 2005-05-25 Jan Beulich <jbeulich@novell.com>
1969 * config/tc-ia64.c (ia64_gen_real_reloc_type): Also handle
1970 BFD_RELOC_UNUSED when determining the width of the reloc.
1972 2005-05-25 Jan Beulich <jbeulich@novell.com>
1974 * config/tc-ia64.c (dot_endp): Clear out all three pointers in unwind
1977 2005-05-25 Jan Beulich <jbeulich@novell.com>
1979 * config/tc-ia64.c (dot_radix): Rewrite.
1981 2005-05-25 Jan Beulich <jbeulich@novell.com>
1983 * config/tc-ia64.c (struct unw_rec_list): Remove next_slot_number
1985 (alloc_record): Remove references to next_slot_number and
1987 (emit_one_bundle): Likewise.
1989 2005-05-22 Nick Clifton <nickc@redhat.com>
1991 * config/tc-v850.c (md_apply_fix3): Pass the address of the
1992 message buffer when invoking the insert function.
1994 2005-05-21 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1996 * config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
1997 only if an instruction match is found.
1999 2005-05-20 Bob Wilson <bob.wilson@acm.org>
2001 * config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
2002 to addition in argument to xtensa_dwarf2_emit_insn.
2004 2005-05-19 Zack Weinberg <zack@codesourcery.com>
2006 * Makefile.am: Have 'all' depend on 'info'.
2007 * Makefile.in: Regenerate.
2009 2005-05-19 Alan Modra <amodra@bigpond.net.au>
2011 * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
2013 2005-05-19 Anton Blanchard <anton@samba.org>
2015 * config/tc-ppc.c (parse_cpu): Handle "-mpower5".
2016 (md_show_usage): Document it.
2017 (ppc_setup_opcodes): Insert POWER5 mnemonics.
2018 * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
2020 2005-05-19 Jan Beulich <jbeulich@novell.com>
2022 * config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
2023 relocations in unwind section.
2025 2005-05-18 Nick Clifton <nickc@redhat.com>
2027 * config/tc-v850.c (md_apply_fix3): Only use the insertion routine
2028 if one exists. Ignore any error messages it may produce, just
2029 allow it to perform the insertion.
2031 2005-05-17 Zack Weinberg <zack@codesourcery.com>
2033 * hash.c (hash_lookup): Add len parameter. All callers changed.
2034 (hash_find_n): New interface.
2035 * hash.h: Prototype hash_find_n.
2036 * sb.c: Include as.h.
2037 (scrub_from_sb, sb_to_scrub, scrub_position): New statics.
2038 (sb_scrub_and_add_sb): New interface.
2039 * sb.h: Prototype sb_scrub_and_add_sb.
2040 * input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
2042 * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
2043 reference to BFD_RELOC_ARM_GOT12 which is never generated.
2044 * config/tc-arm.c: Rewrite, adding Thumb-2 support.
2046 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
2048 * doc/Makefile.am (gasver.texi): Don't use $<.
2049 * doc/Makefile.in: Regenerated.
2051 2005-05-17 Nick Clifton <nickc@redhat.com>
2054 * symbols.c (resolve_symbol_value): Do not move symbols whose
2055 value expression has not been resolved or finalized into the
2056 absolute section as this will confuse other parts of the assembler
2057 into thinking that their value is zero.
2059 2005-05-17 Jan Beulich <jbeulich@novell.com>
2061 * read.c (_find_end_of_line): New.
2062 (find_end_of_line): New.
2063 (HANDLE_CONDITIONAL_ASSEMBLY): Use it.
2064 (read_a_source_file): Use it.
2067 (get_line_sb): Use it.
2068 (s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
2069 (s_comm_internal): Likewise.
2071 (s_macro): Likewise.
2072 (s_ignore): Use ignore_rest_of_line.
2073 * read.h (find_end_of_line): Prototype.
2074 (discard_rest_of_line): Remove prototype. #define to
2075 ignore_rest_of_line.
2077 2005-05-17 Nick Clifton <nickc@redhat.com>
2079 * config/tc-v850,h (TC_FIX_TYPE): Define.
2080 (TC_INIT_FIX_TYPE): Define.
2081 * config/tc-v850.c (md_assemble): When creating a fix record the
2082 operand in the tc_fix_data field.
2083 (md_apply_fix3): When applying a resolved fix use the operand's
2084 insertion procedure to store the value, if the operand has been
2087 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
2089 * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
2091 * Makefile.in: Regenerated.
2093 2005-05-13 Sterling Augustine <sterling@tensilica.com>
2094 Bob Wilson <bob.wilson@acm.org>
2096 * config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
2098 (xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
2099 for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
2101 2005-05-11 Alan Modra <amodra@bigpond.net.au>
2103 * config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
2104 BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
2106 2005-05-10 Michael Matz <matz@suse.de>
2108 * frags.c (frag_grow): Don't be too greedy in allocating memory.
2110 * config/tc-hppa.c (pa_block): Check arguments to .block[z].
2112 2005-05-10 Hans-Peter Nilsson <hp@bitrange.com>
2115 * config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
2116 Handle label-without-colon before ordinary dot-pseudo as an
2117 ordinary label. Don't leak memory for label-without-colon alone
2118 on a line. Don't mmixal-munge operands for dot-pseudos.
2120 2005-05-10 Jan Beulich <jbeulich@novell.com>
2122 * macro.c (get_any_string): Remove the two last parameters. Replace
2123 references to the former expand parameter by using macro_alternate.
2124 Simplify loop condition for checking for end-of-string.
2125 (get_string): Remove redunant call to sb_skip_white.
2126 (do_formals): Remove two last arguments to get_any_string.
2127 (macro_expand): Likewise.
2128 (expand_irp): Likewise.
2130 2005-05-10 Jan Beulich <jbeulich@novell.com>
2132 * read.c (s_macro): Move local variable 'local' to smaller scope.
2133 Call sb_kill on it when done.
2135 2005-05-09 Jan Beulich <jbeulich@novell.com>
2137 * config/tc-i386.c (optimize_disp): Discard displacement entirely
2138 when zero and not required by encoding constraints.
2140 2005-05-09 H.J. Lu <hongjiu.lu@intel.com>
2143 * config/tc-sh64.c (sh64_fake_label): New.
2145 * config/tc-sh64.h (TC_FAKE_LABEL): New.
2147 * doc/internals.texi (TC_FAKE_LABEL): Document.
2149 * write.c (TC_FAKE_LABEL): New.
2150 (adjust_reloc_syms): Use it.
2151 (write_object_file): Likewise.
2153 2005-05-09 Jan Beulich <jbeulich@novell.com>
2155 * config/tc-i386.c (parse_insn): Disallow use of prefix separator
2156 and comma in Intel mode.
2158 2005-05-09 Jan Beulich <jbeulich@novell.com>
2160 * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
2161 names to match ABI. Add more registers for 32-bit and 64-bit modes.
2162 Make name array static and const. Adjust lookup to account for NULL
2163 entries (standing for unused register numbers).
2165 2005-05-09 Jan Beulich <jbeulich@novell.com>
2167 * config/tc-i386.c (parse_insn): Consider all matching instructions
2168 when checking for string instruction after string-only prefix.
2170 2005-05-07 H.J. Lu <hongjiu.lu@intel.com>
2173 * config/tc-ia64.c (start_unwind_section): Properly check
2174 comdat group with SHF_GROUP.
2176 2005-05-06 Bob Wilson <bob.wilson@acm.org>
2178 * doc/c-xtensa.texi (Literal Directive): Spelling correction.
2180 2005-05-06 Bob Wilson <bob.wilson@acm.org>
2182 * config/tc-xtensa.c: Remove excess whitespace.
2183 * config/tc-xtensa.h: Likewise.
2184 * config/xtensa-istack.h: Likewise.
2185 * config/xtensa-relax.c: Likewise.
2186 * config/xtensa-relax.h: Likewise.
2188 2005-05-06 Nick Clifton <nickc@redhat.com>
2190 * sb.h: Fix formatting of comments.
2191 * sb.c: Fix formatting of comments.
2193 2005-05-06 Jan Beulich <jbeulich@novell.com>
2195 * sb.h (sb_add_buffer): Reintroduce.
2196 * sb.c (sb_add_buffer): Likewise.
2198 2005-05-06 Jan Beulich <jbeulich@novell.com>
2200 * macro.c (new_formal, del_formal): New.
2201 (do_formals): Use new_formal. Check for and parse qualifier. Warn if
2202 required argument has default value. Stop looking for more formal
2203 when there was a vararg one.
2204 (macro_expand_body): Use new_formal and del_formal.
2205 (macro_expand): Likewise. Initialize local variable err. Don't
2206 return immediately when encountering an error. Warn when keyword
2207 argument already had a value assigned. Eliminate duplicate clearing
2208 of argument value. When current positional argument matches parameter
2209 of vararg type, assign to it all the remaining arguments. Issue error
2210 when required parameter does not have value.
2211 (free_macro): Use del_formal.
2212 (expand_irp): Initialize formal type. Free buffers associated with
2213 formal prior to returning.
2214 * macro.h (struct formal_struct): Add new field 'type' with new
2215 enumeration type 'formal_type'.
2216 * doc/as.texinfo: Document macro parameter qualifiers.
2217 * NEWS: Mention new functionality.
2219 2005-05-06 Jan Beulich <jbeulich@novell.com>
2221 * cond.c (s_ifb): New.
2222 * read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
2223 * read.h (s_ifb): Prototype.
2224 * doc/as.texinfo: Document .ifb and .ifnb.
2226 2005-05-05 Steve Ellcey <sje@cup.hp.com>
2228 * config/tc-ia64.c (MIN): Undef.
2230 2005-05-05 Paul Brook <paul@codesourcery.com>
2232 * config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
2234 2005-05-05 Matt Thomas <matt@3am-software.com>
2236 * config/tc-vax.c (md_assemble): Don't assume a valueT is 4
2239 2005-05-05 Nick Clifton <nickc@redhat.com>
2241 * Update the address and phone number of the FSF organization in
2242 the GPL notices in the following files:
2243 COPYING, app.c, as.c, as.h, asintl.h, atof-generic.c, bignum.h,
2244 bit_fix.h, cgen.c, cgen.h, cond.c, debug.c, depend.c, dw2gencfi.c,
2245 dw2gencfi.h, dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c,
2246 emul-target.h, emul.h, expr.c, expr.h, flonum-copy.c,
2247 flonum-konst.c, flonum.h, frags.c, frags.h, hash.c, hash.h,
2248 input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
2249 itbl-ops.c, itbl-ops.h, itbl-parse.y, listing.c, listing.h,
2250 literal.c, macro.c, macro.h, messages.c, obj.h, output-file.c,
2251 output-file.h, read.c, read.h, sb.c, sb.h, stabs.c,
2252 struc-symbol.h, subsegs.c, subsegs.h, symbols.c, symbols.h, tc.h,
2253 write.c, write.h, config/aout_gnu.h, config/atof-ieee.c,
2254 config/atof-vax.c, config/itbl-mips.h, config/m68k-parse.h,
2255 config/m68k-parse.y, config/m88k-opcode.h, config/obj-aout.c,
2256 config/obj-aout.h, config/obj-bout.c, config/obj-bout.h,
2257 config/obj-coff.c, config/obj-coff.h, config/obj-ecoff.c,
2258 config/obj-ecoff.h, config/obj-elf.c, config/obj-elf.h,
2259 config/obj-evax.c, config/obj-evax.h, config/obj-hp300.c,
2260 config/obj-hp300.h, config/obj-ieee.c, config/obj-ieee.h,
2261 config/obj-multi.h, config/obj-som.c, config/obj-som.h,
2262 config/tc-a29k.c, config/tc-a29k.h, config/tc-alpha.c,
2263 config/tc-alpha.h, config/tc-arc.c, config/tc-arc.h,
2264 config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
2265 config/tc-cris.c, config/tc-cris.h, config/tc-crx.c,
2266 config/tc-crx.h, config/tc-d10v.c, config/tc-d10v.h,
2267 config/tc-d30v.c, config/tc-d30v.h, config/tc-dlx.c,
2268 config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
2269 config/tc-frv.c, config/tc-frv.h, config/tc-generic.c,
2270 config/tc-generic.h, config/tc-h8300.c, config/tc-h8300.h,
2271 config/tc-h8500.c, config/tc-h8500.h, config/tc-hppa.c,
2272 config/tc-hppa.h, config/tc-i370.c, config/tc-i370.h,
2273 config/tc-i386.c, config/tc-i386.h, config/tc-i860.c,
2274 config/tc-i860.h, config/tc-i960.c, config/tc-i960.h,
2275 config/tc-ia64.c, config/tc-ia64.h, config/tc-ip2k.c,
2276 config/tc-ip2k.h, config/tc-iq2000.c, config/tc-iq2000.h,
2277 config/tc-m32r.c, config/tc-m32r.h, config/tc-m68851.h,
2278 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
2279 config/tc-m68k.h, config/tc-m88k.c, config/tc-m88k.h,
2280 config/tc-maxq.c, config/tc-maxq.h, config/tc-mcore.c,
2281 config/tc-mcore.h, config/tc-mips.c, config/tc-mips.h,
2282 config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
2283 config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
2284 config/tc-msp430.c, config/tc-msp430.h, config/tc-ns32k.c,
2285 config/tc-ns32k.h, config/tc-openrisc.c, config/tc-openrisc.h,
2286 config/tc-or32.c, config/tc-or32.h, config/tc-pdp11.c,
2287 config/tc-pdp11.h, config/tc-pj.c, config/tc-pj.h,
2288 config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c,
2289 config/tc-s390.h, config/tc-sh.c, config/tc-sh.h,
2290 config/tc-sh64.c, config/tc-sh64.h, config/tc-sparc.c,
2291 config/tc-sparc.h, config/tc-tahoe.c, config/tc-tahoe.h,
2292 config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
2293 config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
2294 config/tc-tic80.c, config/tc-tic80.h, config/tc-v850.c,
2295 config/tc-v850.h, config/tc-vax.c, config/tc-vax.h,
2296 config/tc-w65.c, config/tc-w65.h, config/tc-xstormy16.c,
2297 config/tc-xstormy16.h, config/tc-xtensa.c, config/tc-xtensa.h,
2298 config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
2299 config/te-freebsd.h, config/te-hp300.h, config/te-hppa.h,
2300 config/te-ic960.h, config/te-irix.h, config/te-nbsd.h,
2301 config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h,
2302 config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h,
2303 config/xtensa-istack.h, config/xtensa-relax.c,
2304 config/xtensa-relax.h, doc/fdl.texi
2306 2005-05-05 Nick Clifton <nickc@redhat.com>
2308 * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
2309 the target_big_endian variable to false.
2311 2005-05-04 Alan Modra <amodra@bigpond.net.au>
2313 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
2314 list traversal. Use bfd_section_list_prepend.
2315 * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
2316 over the section list.
2317 * config/tc-xtensa.c (xtensa_remove_section): Delete.
2318 (xtensa_insert_section): Delete.
2319 (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
2320 and bfd_section_list_prepend.
2321 (xtensa_reorder_seg_list): Use bfd_section_list_remove and
2322 bfd_section_list_insert_after.
2324 2005-05-03 Nick Clifton <nickc@redhat.com>
2326 * config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
2327 of bfd_section_list... macros.
2328 * config/tc-mmix.c (mmix_frob_file): Likewise.
2329 * config/tc-xtensa.c (xtensa_remove_section): Likewise.
2330 (xtensa_insert_section): Likewise.
2332 * macro.c (macro_hash): Remove static.
2333 * macro.h (macro_hash): Provide an external declaration.
2335 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>
2337 * write.c (write_object_file): Use bfd_section_double_list_remove
2340 2005-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2342 * doc/Makefile.am (gasver.texi): Correct quoting.
2343 * doc/Makefile.in: Regenerated.
2345 2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
2347 * configure.tgt: Add h8300*-*-rtemscoff.
2348 Switch h8300*-*-rtems* to elf.
2350 2005-04-29 H.J. Lu <hongjiu.lu@intel.com>
2352 * hash.c: Undo the last change.
2355 2005-04-29 Daniel Jacobowitz <dan@codesourcery.com>
2357 * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
2359 (DISTCLEANFILES): Remove.
2360 (MAINTAINERCLEANFILES): Add asconfig.texi.
2361 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
2363 2005-04-29 Ben Elliston <bje@au.ibm.com>
2365 * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
2366 (GENERIC_OBJS): Likewise, remove bignum-copy.o.
2367 (bignum-copy.o): Remove.
2368 * Makefile.in: Regenerate.
2369 * makefile.vms (OBJS): Remove bignum-copy.obj.
2370 * symbols.h (local_symbol_make): Remove declaration.
2371 (verify_symbol_chain_2): Likewise.
2372 * symbols.c (local_symbol_make): Make static.
2373 (max_indent_level): Likewise.
2374 (verify_symbol_chain_2): Remove.
2375 * macro.c (macro_hash): Make static.
2376 * messages.c (fprint_value): Remove.
2377 * read.h (get_absolute_expr): Remove.
2378 (emit_leb128_expr): Likewise.
2379 (do_s_func): Likewise.
2380 * read.c (do_s_func): Make static.
2381 (emit_leb128_expr): Likewise.
2382 (get_absolute_expr): Likewise.
2383 * as.h (as_howmuch): Remove declaration.
2384 (fprint_value): Likewise.
2385 * as.c (myname): Make static.
2386 * input-scrub.c (as_howmuch): Remove.
2387 (as_1_char): Likewise.
2388 * input-file.h (input_file_is_open): Remove.
2389 * input-file.c (input_file_is_open): Likewise.
2390 * expr.h (expr_build_unary): Remove declaration.
2391 (expr_build_binary): Likewise.
2392 * expr.c (expr_build_unary): Remove.
2393 (expr_build_binary): Likewise.
2394 * hash.h (hash_replace): Remove declaration.
2395 (hash_delete): Likewise.
2396 * hash.c (hash_replace): Remove.
2397 (hash_delete): Likewise.
2398 * bignum-copy.c (bignum_copy): Move from here ..
2399 * config/tc-vax.c (bignum_copy): .. to here.
2400 * bignum.h (LOG_TO_BASE_2_OF_10): Remove.
2401 (bignum_copy): Remove extern declaration.
2402 * sb.h (string_count): Remove extern declaration.
2403 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
2404 (sb_name): Likewise.
2405 * sb.c (dsize): Replace preprocessor macro with static int.
2406 (string_count): Make static.
2407 (sb_build, sb_add_buffer, sb_print, sb_print_at): Likewise.
2408 (sb_name): Likewise.
2409 * config/obj-coff.c (dim_index): Make static.
2410 * config/tc-i386.c (GOT_symbol): Likewise.
2411 (output_invalid_buf): Likewise.
2412 * doc/internals.texi (Warning and error messages): Remove the
2413 prototype for fprint_value.
2415 2005-04-27 Ben Elliston <bje@au.ibm.com>
2419 2005-04-26 H.J. Lu <hongjiu.lu@intel.com>
2421 * config/obj-multi.h (FAKE_LABEL_NAME): Defined.
2423 * read.c (pseudo_set): Disallow symbol set to common symbol.
2426 * write.c (write_object_file): Report common symbol name when
2427 disallowing local symbol set to common symbol.
2428 (adjust_reloc_syms): Disallow local symbol set to undefined
2431 2005-04-25 Jan Beulich <jbeulich@novell.com>
2433 * macro.c (macro_expand_body): Replace locals indicator parameters
2434 with actual macro_entry. New local variables macro_line and err.
2435 Don't return when encountering an error, just record the fact.
2436 Detect local symbol name colliding with parameter. Track line number
2437 inside of macro expansion.
2438 (do_formals): Move local variable name to wider scope. Check
2439 parameter of the same name doesn't already exist. In MRI mode, also
2440 check it doesn't collide with the argument count pseudo-parameter).
2441 (define_macro): Add file and line number parameters. Remove local
2442 variable namestr. New local variable error. Initialize macro_entry
2443 members file, line, and name. Don't return when encountering an
2444 error, just record the fact. Use %s in some diagnostics for read.c
2445 to insert the macro name. Free macro_entry on error.
2446 (macro_expand): Pass macro_entry to macro_epand_body. Don't return
2447 when encountering an error, just record the fact.
2448 (expand_irp): Don't return when encountering an error, just record
2450 * macro.h (macro_struct): New members name, file, and line.
2451 (define_macro): Add file and line number parameters.
2452 * read.c (s_macro): Pass file and line to define_macro. Tag warning
2453 regarding pseudo-op redefinition with the file/line that macro
2454 definition started at.
2456 2005-04-22 Bob Wilson <bob.wilson@acm.org>
2458 * config/tc-xtensa.c (LOOKAHEAD_ALIGNER): Delete macro.
2459 (future_alignment_required): Remove ifdefs that use it.
2461 2005-04-22 Bob Wilson <bob.wilson@acm.org>
2463 * config/tc-xtensa.c (xg_get_build_instr_size): Remove.
2464 (xg_is_narrow_insn, xg_expand_narrow): Remove. Merge into...
2465 (xg_is_single_relaxable_insn): ...here. Add "targ" and "narrow_only"
2467 (xg_assembly_relax, xg_find_narrowest_format, relaxation_requirements,
2468 convert_frag_narrow): Use new version of xg_is_single_relaxable_insn.
2470 2005-04-21 Christian Groessler <chris@groessler.org>
2472 * config/tc-z8k.c (md_assemble): Fix buffer overrun in operand[]
2475 2005-04-20 H.J. Lu <hongjiu.lu@intel.com>
2477 * config/obj-aout.h (S_IS_EXTERN): Removed.
2478 * config/obj-bout.h (S_IS_EXTERN): Likewise.
2479 * config/obj-coff.h (S_IS_EXTERN): Likewise.
2480 * symbols.c (S_IS_EXTERN): Likewise.
2481 * symbols.h (S_IS_EXTERN): Likewise.
2483 * config/tc-alpha.c (tc_gen_reloc): Replace S_IS_EXTERN with
2485 * config/tc-d10v.c (md_apply_fix3): Likewise.
2486 * config/tc-ia64.c (ia64_fix_adjustable): Likewise.
2487 * config/tc-iq2000.c (iq2000_fix_adjustable): Likewise.
2488 * config/tc-m32r.c (m32r_fix_adjustable): Likewise.
2489 * config/tc-mmix.c (mmix_adjust_symtab): Likewise.
2490 * config/tc-sh64.c (shmedia_frob_file_before_adjust): Likewise.
2491 (shmedia_md_convert_frag): Likewise.
2492 * symbols.c (print_symbol_value_1): Likewise.
2493 * write.c (write_object_file): Likewise.
2495 2005-04-20 Nick Clifton <nickc@redhat.com>
2497 * config/tc-xtensa.c (get_aligned_diff): Change type of
2498 branch_align to offsetT so that its signedness matches that of
2501 * config/tc-mips.c (macro): Use sprintf_vma to convert a > 32 bit
2502 number into a readable string.
2503 (load_register): Likewise.
2505 2005-04-20 Andreas Schwab <schwab@suse.de>
2507 * config/tc-ia64.c (specify_resource): Initialize all of tmpl.
2509 2005-04-19 David S. Miller <davem@davemloft.net>
2511 * config/tc-sparc.c (md_assemble): If sparc_ip gives us a
2512 NULL insn, exit early. Remove now spurious NULL checks.
2513 (sparc_ip): Use as_bad for unknown opcode errors, set *pinsn
2516 2005-04-19 Jan Beulich <jbeulich@novell.com>
2518 * symbols.h (symbol_find_base): Remove prototype.
2519 * symbols.c (save_symbol_name): Remove code section conditional upon
2521 (symbol_find): Remove.
2522 (symbol_find_base): Rename to symbol_find.
2523 * subsegs.c (section_symbol): Replace use of symbol_find_base with
2525 * config/obj-coff.c (tag_insert): Remove code section conditional
2526 upon STRIP_UNDERSCORE.
2527 (obj_coff_def): Likewise.
2528 (obj_coff_endef): Replace use of symbol_find_base with symbol_find.
2529 (coff_frob_symbol): Likewise.
2530 (yank_symbols): Likewise.
2531 (c_section_symbol): Likewise.
2532 * config/obj-coff.h (DO_NOT_STRIP): Remove.
2533 * config/tc-arm.c (symbol_locate): Remove code section conditional
2534 upon STRIP_UNDERSCORE.
2535 * config/tc-h8300.h (DO_NOT_STRIP): Remove.
2536 * config/tc-h8500.h (DO_NOT_STRIP): Remove.
2537 * config/tc-sh.h (DO_NOT_STRIP): Remove.
2538 * config/tc-w65.h (DO_NOT_STRIP): Remove.
2539 * config/tc-z8k.h (DO_NOT_STRIP): Remove.
2541 2005-04-19 Andreas Schwab <schwab@suse.de>
2543 * config/tc-ia64.c (md_assemble): Fix error message for wrong
2544 access to application registers.
2546 2005-04-19 Jan Beulich <jbeulich@novell.com>
2548 * config/te-sysv32.h: Remove.
2549 * Makefile.am (TARG_ENV_HFILES): Remove reference to
2551 * Makefile.in (TARG_ENV_HFILES): Likewise.
2553 2005-04-19 Jan Beulich <jbeulich@novell.com>
2556 * config/tc-ia64.c (ia64_canonicalize_symbol_name): Re-allow zero-
2559 2005-04-18 Mark Kettenis <kettenis@gnu.org>
2561 * config/tc-i386.c (md_begin): Allow hyphens in mnemonics.
2563 2005-04-18 Maciej W. Rozycki <macro@linux-mips.org>
2565 * config/tc-mips.c (normalize_constant_expr): Don't check for
2567 (check_absolute_expr): Only call normalize_constant_expr() if
2569 (mips_ip): Likewise.
2571 * config/tc-mips.c (check_absolute_expr): Fix formatting.
2573 2005-04-18 Jan Beulich <jbeulich@novell.com>
2575 * macro.c (free_token): New, freeing all the memory associated with a
2577 (do_formals): Move initializers to ...
2578 (define_macro): ... here.
2579 (delete_macro): Convert passed in name to lower case. Warn when
2580 purging macro that doesn't exist. Use hash_jam instead of hash_delete.
2582 2005-04-15 Maciej W. Rozycki <macro@linux-mips.org>
2584 * config/tc-mips.c (normalize_constant_expr): Fix formatting.
2586 2005-04-15 Jan Beulich <jbeulich@novell.com>
2588 * config/obj-elf.c (obj_elf_struct): New.
2589 (elf_pseudo_table). Use it for .offset and .struct.
2591 2005-04-14 Bob Wilson <bob.wilson@acm.org>
2592 Sterling Augustine <sterling@tensilica.com>
2594 * config/tc-xtensa.c (get_aligned_diff): Handle target_size larger
2595 than the section alignment.
2597 2005-04-14 Bob Wilson <bob.wilson@acm.org>
2598 H.J. Lu <hongjiu.lu@intel.com>
2600 * config/tc-xtensa.h (struct xtensa_frag_type): Add lit_frchain field.
2601 * config/tc-xtensa.c (xg_translate_sysreg_op,
2602 xtensa_translate_old_userregs_ops,
2603 xtensa_find_unaligned_branch_targets,
2604 xtensa_find_unaligned_loops, xtensa_fix_close_loop_end_frags,
2605 relax_frag_add_nop): Support 64-bit host.
2606 (xtensa_mark_literal_pool_location, xtensa_move_literals): Use
2607 tc_frag_data lit_frchain and lit_seg fields instead of fr_var.
2609 2005-04-14 Mark Kettenis <kettenis@gnu.org>
2611 * configure.tgt: Add support for OpenBSD/sparc ELF.
2613 * configure.tgt: Set emulation for mips-*-openbsd*.
2614 Remove broken mips-dec-openbsd* config.
2615 * configure.in: Set default ABI for mips64-*-openbsd*.
2616 * configure: Regenerate.
2618 2005-04-14 Maciej W. Rozycki <macro@linux-mips.org>
2620 * config/tc-mips.c (macro) [ldd_std]: Don't attempt the GP
2621 optimization for constant addresses.
2623 2005-04-14 Nick Clifton <nickc@redhat.com>
2625 * as.c (main): Move parse_args before symbol_begin and frag_init
2626 so that the hash table size can be set before it is used.
2627 * hash.c: Use an unsigned long type for the size of the hash
2629 * hash.h (set_gas_hash_table_size): Update the prototype.
2631 2005-04-14 Alan Modra <amodra@bigpond.net.au>
2633 * Makefile.am (NO_WERROR): Define. Use instead of -Wno-error.
2634 * acinclude.m4: Include ../bfd/warning.m4.
2635 * configure.in: Invoke AM_BINUTILS_WARNINGS.
2636 * Makefile.in: Regenerate.
2637 * configure: Regenerate.
2638 * doc/Makefile.in: Regenerate.
2640 2005-04-13 Maciej W. Rozycki <macro@linux-mips.org>
2642 * config/tc-mips.c (IS_ZEXT_32BIT_NUM): New macro.
2643 (normalize_address_expr): New function to sign-extend address
2644 offsets that fit into 32 bits in 32-bit mode.
2645 (macro_build_ldst_constoffset): Use normalize_address_expr()
2646 instead of a handcoded sequence.
2647 (load_register): Likewise. Report oversized numbers in a useful
2649 (macro) [ld_st, ldd_std]: Reject all oversized offsets, not only
2650 for constant addresses. Report oversized numbers in a useful way.
2651 (mips_ip): Use normalize_address_expr() for addresses.
2653 2005-04-12 Mark Kettenis <kettenis@gnu.org>
2655 * config/tc-i386.c (output_insn): Handle VIA PadLock instructions
2656 similar to other instructions now that they're marked as ImmExt.
2658 2005-04-12 Nick Clifton <nickc@redhat.com>
2660 * hash.c (DEFAULT_SIZE): Delete. Replace with:
2661 (gas_hash_table_size): New static variable.
2662 (set_gas_hash_table_size): New function: Records a requested size
2663 for the hash tables.
2664 (get_gas_hash_table_size): New function: Return a prime number
2665 near the requested size of the hash table.
2666 (hash_new): Use get_gas_hash_table_size.
2667 * hash.h: Add a prototype for set_gas_hash_table_size.
2668 * as.c (show_usage): Add description of new switches: --hash-size
2669 and --reduce-memory-overheads.
2670 (option_values): Add OPTION_HASH_TABLE_SIZE and
2671 OPTION_REDUCE_MEMORY_OVERHEADS.
2672 (std_longpopts): Add entries for the new options.
2673 (parse_args): Handle the new options.
2674 * Makefile.am: Add a dependency of as.c on hash.h.
2675 * Makefile.in: Regenerate.
2676 * doc/as.texinfo: Document the new switches.
2677 * NEWS: Mention the new switches.
2679 2005-04-12 Nick Clifton <nickc@redhat.com>
2682 * config/tc-hppa.c (pre_defined_registers): Fix %farg[0-3]
2685 2005-04-12 Alan Modra <amodra@bigpond.net.au>
2687 * Makefile.am: Run "make dep-am".
2688 * Makefile.in: Regenerate.
2690 2005-04-11 Sterling Augustine <sterling@tensilica.com>
2691 Bob Wilson <bob.wilson@acm.org>
2693 * config/tc-xtensa.c (check_t1_t2_reads_and_writes): Fix typo.
2695 2005-04-11 Mark Kettenis <kettenis@gnu.org>
2697 * configure.tgt (generic_target): Add support for OpenBSD/i386 ELF.
2699 2005-04-11 Jan Beulich <jbeulich@novell.com>
2701 * NEWS: Mention these changes and their effects.
2702 * macro.c (get_token): Use is_name_beginner/is_part_of_name/
2704 (check_macro): Likewise.
2705 (buffer_and_nest): Likewise. Permit multiple labels. Don't discard
2706 labels together with the closing pseudo-op.
2707 (macro_expand_body): Adjust comment. Range-check input before use.
2708 Adjust mis-spelled diagnostic. Use is_name_beginner.
2709 * read.c (try_macro): New.
2710 (read_a_source_file): New static variable last_eol. Don't list
2711 macro expansion lines more than once. Call try_macro.
2712 (s_macro): Set section of line_label to absolute instead of undefined.
2713 * doc/as.texinfo: Add information on the caveats of these changes.
2715 2005-04-11 Alan Modra <amodra@bigpond.net.au>
2717 * symbols.c (symbol_X_add_number): Change return type to "offsetT *".
2718 * symbols.h (symbol_X_add_number): Update prototype.
2720 2005-04-10 Eric Christopher <echristo@redhat.com>
2722 * symbols.c (symbol_X_add_number): Fix warning.
2724 2005-04-10 H.J. Lu <hongjiu.lu@intel.com>
2726 * config/tc-m68k.c (md_begin): Support 64bit host.
2727 (get_num): Support 64bit BFD on 32bit host.
2729 2005-04-10 H.J. Lu <hongjiu.lu@intel.com>
2731 * config/tc-mips.c (md_apply_fix3): Fix typos in BFD_RELOC_64.
2733 2005-04-09 Alan Modra <amodra@bigpond.net.au>
2735 * read.c (assign_symbol): Remove const from parm. Fix xcalloc
2736 call. Don't do the COFF hacks for multi-emulation gas. Move
2737 demand_empty_rest_of_line back to caller.
2738 (s_set, equals): demand_empty_rest_of_line here.
2741 * as.h (rs_dummy): Define.
2742 * symbols.c (symbol_X_add_number): New function.
2743 * symbols.h (symbol_X_add_number): Declare.
2744 * stabs.c (aout_process_stab): Tidy symbol frag setting.
2745 * read.c (assign_symbol): New function, split out from s_set.
2746 Use symbol_find_or_make. Leave fr_type of dummy frag as rs_dummy.
2747 Fix COFF hacks for multi-emulation gas.
2748 (s_set): Call assign_symbol. Remove "register" keyword.
2749 (set_zero_frag): New function.
2750 (pseudo_set): Always check for assignment to section syms.
2751 Always set segment and frag of symbol, and likewise extern for
2752 aout/bout. Handle assignment of sym=sym+/-const specially. Don't
2753 special case exp.X_add_number non-zero for O_symbol expressions.
2754 (equals): Use assign_symbol.
2756 2005-04-08 Bob Wilson <bob.wilson@acm.org>
2758 * config/tc-xtensa.c (xtensa_create_xproperty_segments): Skip
2761 2005-04-06 H.J. Lu <hongjiu.lu@intel.com>
2763 * config/tc-i386.c (tc_gen_reloc): Don't turn
2764 BFD_RELOC_X86_64_32S into BFD_RELOC_32.
2766 2005-04-06 Nick Clifton <nickc@redhat.com>
2768 * po/rw.po: New translation: Kinyarwanda
2769 * configure.in (ALL_LINGUAS): Add rw
2770 * configure: Regenerate.
2772 2005-04-05 Sterling Augustine <sterling@tensilica.com>
2773 Bob Wilson <bob.wilson@acm.org>
2775 * config/tc-xtensa.c (branch_align_power): New.
2776 (xtensa_find_unaligned_branch_targets, get_aligned_diff,
2777 future_alignment_required): Use branch_align_power to check section
2778 alignment as well as xtensa_fetch_width when aligning branch targets.
2780 2005-04-05 Bob Wilson <bob.wilson@acm.org>
2782 * config/tc-xtensa.c: Warning fixes throughout.
2783 (xtensa_fetch_width): Change to unsigned.
2784 (assemble_nop, xtensa_find_unaligned_branch_targets,
2785 xtensa_find_unaligned_loops, xg_assemble_vliw_tokens,
2786 is_narrow_branch_guaranteed_in_range, xtensa_fix_close_loop_end_frags,
2787 min_bytes_to_other_loop_end, unrelaxed_frag_min_size,
2788 unrelaxed_frag_max_size, xtensa_fix_short_loop_frags,
2789 count_insns_to_loop_end, unrelaxed_frag_min_insn_count,
2790 get_text_align_max_fill_size, get_text_align_nop_count,
2791 get_text_align_nth_nop_size, get_noop_aligned_address,
2792 get_aligned_diff, convert_frag_align_next_opcode,
2793 convert_frag_immed_finish_loop, xtensa_create_property_segments,
2794 xtensa_create_xproperty_segments, xt_block_aligned_size): Clean up
2795 types, avoiding size_t and using offsetT and addressT appropriately.
2796 (get_text_align_power): Clean up types. Avoid incorrect bound.
2797 (get_text_align_fill_size): Clean up types. Restructure for clarity.
2799 2005-04-04 H.J. Lu <hongjiu.lu@intel.com>
2801 * config/tc-ia64.c (start_unwind_section): Undo the change
2803 (generate_unwind_image, dot_endp): Likewise.
2805 2005-04-01 David Mosberger <davidm@hpl.hp.com>
2807 * config/tc-ia64.c (ia64_handle_align): Move le_nop and
2808 le_nop_stop arrays and initializers to file scope.
2809 (md_begin): When generating code for anything other than
2810 Itanium 1, use MMI instead of MFI NOP bundles as a filler.
2812 2005-04-01 Jan Beulich <jbeulich@novell.com>
2814 * config/tc-i386.c (output_imm): Also set sign flag for 64-bit push
2817 2005-04-01 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2819 * NEWS: Mention [fdgh]_floating.
2820 * config/atof-vax.c: Fix some whitespace.
2821 * config/tc-vax.c (md_pseudo_table): Add "[fdgh]_floating".
2823 2005-04-01 Nick Clifton <nickc@redhat.com>
2825 * configure.in: Add a check for <unistd.h> providing a prototype
2826 for getopt() which is compatible with the one in
2827 include/getopt.h. If so then define HAVE_DECL_GETOPT.
2828 * configure: Regenerate.
2829 * config.in (HAVE_DECL_GETOPT): Add.
2831 2005-04-01 Jan Beulich <jbeulich@novell.com>
2833 * config/tc-i386.c (s_bss): Call obj_elf_section_change_hook.
2835 2005-04-01 Jan Beulich <jbeulich@novell.com>
2837 * config/tc-i386.c (md_apply_fix3): Also handle BFD_RELOC_X86_64_32S.
2838 (tc_gen_reloc): Handle BFD_RELOC_X86_64_32S in the default case.
2840 2005-03-30 Julian Brown <julian@codesourcery.com>
2842 * config/tc-arm.c (arm_adjust_symtab): Rename
2843 bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
2845 2005-03-30 Julian Brown <julian@codesourcery.com>
2847 * config/tc-arm.c (mapping_state): Change documentation in function
2848 comment to cross-reference spec instead. Change type of mapping symbols
2850 (arm_adjust_symtab): Don't change type of mapping symbols here.
2852 2005-03-30 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
2854 * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
2855 * config.in: Regenerate.
2856 * configure: Regenerate.
2857 * configure.in: Check for ffs decl and alphabetize.
2859 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
2860 Phil Blundell <philb@gnu.org>
2862 * config/tc-arm.c (arm_parse_reloc): Add TLS relocations.
2863 (md_apply_fix3): Mark TLS symbols.
2864 (tc_gen_reloc): Handle TLS relocations.
2865 (arm_fix_adjustable): Ignore TLS relocations.
2866 (s_arm_elf_cons): Support expressions after decorated symbols.
2868 2005-03-29 Julian Brown <julian@codesourcery.com>
2870 * config/tc-arm.c (marked_pr_dependency): New bitmap, bit N indicates
2871 whether personality routine index N has been output for this section.
2872 (mapping_state): tc_segment_info_data now struct not enum.
2873 (arm_elf_change_section): Likewise, and marked_pr_dependency is now
2874 handled on section change.
2875 (create_unwind_entry): Previous code to output dependency removed.
2876 (s_arm_unwind_fnend): Output dependency if it hasn't been done already
2878 * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
2879 arm_segment_info_type.
2880 (arm_segment_info_type): New struct.
2882 2005-03-28 Sterling Augustine <sterling@tensilica.com>
2883 Bob Wilson <bob.wilson@acm.org>
2885 * config/tc-xtensa.c (do_align_targets): Update comment.
2886 (xtensa_frob_label): Compute "freq" before possibly switching frags.
2887 Insert a LOOP_END frag before every loop target, and do not overload
2888 DESIRE_ALIGN_IF_TARGET frags with loop end information.
2889 (xg_assemble_vliw_tokens): Use do_align_targets.
2890 (xtensa_fix_target_frags): Remove code to convert a
2891 DESIRE_ALIGN_IF_TARGET frag to a LOOP_END frag when there is a
2892 negatable branch at the end of a loop.
2893 (frag_can_negate_branch): Delete.
2895 2005-03-28 David Mosberger <davidm@hpl.hp.com>
2896 H.J. Lu <hongjiu.lu@intel.com>
2899 NEWS: Mention "-mtune=[itanium1|itanium2]".
2901 * config/tc-ia64.c (md): Add tune.
2902 (md_parse_option): Accepted "-mtune=[itanium1|itanium2]".
2903 (md_show_usage): Add "-mtune=[itanium1|itanium2]".
2904 (extra_goodness): Prefer M- and I-unit NOPs for itanium2. F and
2905 B unit NOPs are discouraged for McKinley-derived cores.
2906 (md_begin): Don't hardcode the "extra_goodness()" function in
2908 (ia64_init): Set md.tune to itanium2.
2910 * doc/as.texinfo: Add -mtune=[itanium1|itanium2]".
2911 * doc/c-ia64.texi: Likewise.
2913 2005-03-27 Ian Lance Taylor <ian@airs.com>
2915 * config/obj-coff.c (coff_frob_symbol): When crashing because of a
2916 bad C_EFCN symbol, print its name.
2918 2005-03-25 Bob Wilson <bob.wilson@acm.org>
2920 * config/tc-xtensa.c (use_longcalls): Delete.
2921 (xg_symbolic_immeds_fit): Check for direct calls and return TRUE if
2922 the use_longcalls flag is set. Do this before checking the segment.
2923 (xg_expand_assembly_insn): Rearrange to use new do_expand flag. Never
2924 expand direct calls at this point.
2925 (xtensa_set_frag_assembly_state): Set use_longcalls flag.
2926 (xtensa_find_unmarked_state_frags): Likewise.
2927 (md_assemble): Do not disable longcalls by setting is_specific_opcode.
2928 (xg_assemble_vliw_tokens): Switch frags when use_longcalls changes.
2929 (convert_frag_immed): Remove unnecessary check of is_specific_opcode.
2930 * config/tc-xtensa.h (xtensa_frag_type): Add use_longcalls flag.
2932 2005-03-25 Hans-Peter Nilsson <hp@bitrange.com>
2934 * config/tc-mmix.c, config/tc-mmix.h: Convert to ISO C90.
2936 2005-03-25 Hans-Peter Nilsson <hp@axis.com>
2938 * config/tc-cris.h: Convert to ISO C90.
2939 * config/tc-cris.c: Ditto.
2940 (md_estimate_size_before_relax): Remove obsolete comment for
2941 parameter "segment_type".
2942 (md_begin): Document reason for cast of hash_insert argument.
2943 (md_atof): Correct type of parameter "type".
2945 2005-03-24 Nick Clifton <nickc@redhat.com>
2947 * write.h (bit_fix_new): Remove redundant prototype.
2948 * config/atof-ieee.c: Convert to ISO-C90 and fix formatting.
2949 * config/obj-aout.c: Convert to ISO-C90 and fix formatting.
2950 * config/obj-aout.h: Convert to ISO-C90 and fix formatting.
2951 * config/obj-bout.c: Convert to ISO-C90 and fix formatting.
2952 * config/obj-bout.h: Convert to ISO-C90 and fix formatting.
2953 * config/obj-ecoff.c: Convert to ISO-C90 and fix formatting.
2954 * config/obj-ecoff.h: Convert to ISO-C90 and fix formatting.
2955 * config/obj-som.c: Convert to ISO-C90 and fix formatting.
2956 * config/obj-som.h: Convert to ISO-C90 and fix formatting.
2957 * config/tc-a29k.c: Convert to ISO-C90 and fix formatting.
2958 * config/tc-a29k.h: Convert to ISO-C90 and fix formatting.
2959 * config/tc-alpha.c: Convert to ISO-C90 and fix formatting.
2960 * config/tc-alpha.h: Convert to ISO-C90 and fix formatting.
2961 * config/tc-arc.c: Convert to ISO-C90 and fix formatting.
2962 * config/tc-arc.h: Convert to ISO-C90 and fix formatting.
2963 * config/tc-d10v.c: Convert to ISO-C90 and fix formatting.
2964 * config/tc-d10v.h: Convert to ISO-C90 and fix formatting.
2965 * config/tc-d30v.c: Convert to ISO-C90 and fix formatting.
2966 * config/tc-d30v.h: Convert to ISO-C90 and fix formatting.
2967 * config/tc-dlx.c: Convert to ISO-C90 and fix formatting.
2968 * config/tc-dlx.h: Convert to ISO-C90 and fix formatting.
2969 * config/tc-fr30.c: Convert to ISO-C90 and fix formatting.
2970 * config/tc-fr30.h: Convert to ISO-C90 and fix formatting.
2971 * config/tc-h8500.c: Convert to ISO-C90 and fix formatting.
2972 * config/tc-h8500.h: Convert to ISO-C90 and fix formatting.
2973 * config/tc-i370.c: Convert to ISO-C90 and fix formatting.
2974 * config/tc-i370.h: Convert to ISO-C90 and fix formatting.
2975 * config/tc-i960.c: Convert to ISO-C90 and fix formatting.
2976 * config/tc-ip2k.c: Convert to ISO-C90 and fix formatting.
2977 * config/tc-ip2k.h: Convert to ISO-C90 and fix formatting.
2978 * config/tc-m32r.c: Convert to ISO-C90 and fix formatting.
2979 * config/tc-m32r.h: Convert to ISO-C90 and fix formatting.
2980 * config/tc-m88k.c: Convert to ISO-C90 and fix formatting.
2981 * config/tc-m88k.h: Convert to ISO-C90 and fix formatting.
2982 * config/tc-mcore.c: Convert to ISO-C90 and fix formatting.
2983 * config/tc-mcore.h: Convert to ISO-C90 and fix formatting.
2984 * config/tc-mn10200.c: Convert to ISO-C90 and fix formatting.
2985 * config/tc-ns32k.c: Convert to ISO-C90 and fix formatting.
2986 * config/tc-ns32k.h: Convert to ISO-C90 and fix formatting.
2987 * config/tc-openrisc.c: Convert to ISO-C90 and fix formatting.
2988 * config/tc-openrisc.h: Convert to ISO-C90 and fix formatting.
2989 * config/tc-or32.c: Convert to ISO-C90 and fix formatting.
2990 * config/tc-or32.h: Convert to ISO-C90 and fix formatting.
2991 * config/tc-pdp11.h: Convert to ISO-C90 and fix formatting.
2992 * config/tc-pj.c: Convert to ISO-C90 and fix formatting.
2993 * config/tc-pj.h: Convert to ISO-C90 and fix formatting.
2994 * config/tc-tahoe.c: Convert to ISO-C90 and fix formatting.
2995 * config/tc-tic80.c: Convert to ISO-C90 and fix formatting.
2996 * config/tc-tic80.h: Convert to ISO-C90 and fix formatting.
2997 * config/tc-v850.c: Convert to ISO-C90 and fix formatting.
2998 * config/tc-v850.h: Convert to ISO-C90 and fix formatting.
2999 * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
3000 * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
3001 * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
3002 * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
3004 2005-03-23 Jim Blandy <jimb@redhat.com>
3006 * config/tc-arm.c (arm_adjust_symtab): Fetch elf_sym's binding
3007 attributes properly.
3009 2005-03-23 Mike Frysinger <vapier@gentoo.org>
3010 Nick Clifton <nickc@redhat.com>
3012 * configure.tgt: Accept any C library to accompany a GNU Linux
3013 implementation, not just the GNU C library.
3014 * configure.in: Likewise.
3015 * configure: Regenerate.
3017 2005-03-23 Nick Clifton <nickc@redhat.com>
3019 * config/tc-tic30.c: Convert to ISO C90 formatting.
3020 * config/tc-tic30.h: Convert to ISO C90 formatting.
3021 * config/tc-pdp11.c: Convert to ISO C90 formatting.
3022 * config/atof-vax.c: Convert to ISO C90 formatting.
3024 2005-03-21 Maciej W. Rozycki <macro@mips.com>
3026 * config/tc-mips.c (mips_frob_file): Sort BFD_RELOC_MIPS16_LO16
3027 relocations correctly as well.
3028 (mips_fix_adjustable): Don't make BFD_RELOC_MIPS16_LO16
3029 relocations in mergeable sections section-relative either.
3031 2005-03-21 Bob Wilson <bob.wilson@acm.org>
3033 * config/tc-xtensa.c (md_apply_fix3): Recognize XTENSA_PLT relocations.
3035 2005-03-21 Nick Clifton <nickc@redhat.com>
3037 * config/tc-sh.c (sh_elf_final_processing): Fix compile time
3038 warning by providing a prototype for sh_symbian_find_elf_flags.
3040 * cgen.c (gas_cgen_parse_operand): Fix typo introduced by
3043 2005-03-21 Alan Modra <amodra@bigpond.net.au>
3045 * configure.tgt: Handle setting of bfd_gas for fmt=multi targets
3046 along with other formats that set bfd_gas. Remove unnecessary
3047 setting of bfd_gas. Delete strongarm cases in generic_target
3050 2005-03-21 Alan Modra <amodra@bigpond.net.au>
3053 * config/tc-m68k.c (TRUNC, SEXT): Define.
3054 (issbyte, isubyte, issword, isuword, isbyte, isword): Use the above.
3055 (m68k_ip): Truncate or sign extend expressions as appropriate.
3056 (get_num): Likewise.
3057 (md_apply_fix3): Use SEXT.
3059 2005-03-21 Alan Modra <amodra@bigpond.net.au>
3061 * Makefile.am (OBJ_FORMAT_CFILES): Prune config/obj-vms.c.
3062 (OBJ_FORMAT_HFILES): Prune config/obj-vms.h.
3063 (obj-vms.o): Delete rule.
3065 * Makefile.in: Regenerate.
3066 * aclocal.m4: Regenerate.
3067 * doc/Makefile.in: Regenerate.
3068 * po/POTFILES.in: Regenerate.
3070 2005-03-18 C Jaiprakash <cjaiprakash@noida.hcltech.com>
3072 * config/tc-m68k.c (m68k_elf_final_processing): Set file specific
3073 flag for coldfire v4e.
3075 2005-03-17 Bob Wilson <bob.wilson@acm.org>
3077 * config/tc-xtensa.c (xg_apply_tentative_value): Rename to
3078 xg_apply_fix_value and return a value to indicate success.
3079 (md_pcrel_from): Skip check of fx_done. Return 0 if not PC-relative.
3080 (xtensa_force_relocation): Remove checks for VTABLE relocs.
3081 (xtensa_validate_fix_sub): New.
3082 (xtensa_fix_adjustable): Remove check for external or weak symbols.
3083 (tc_gen_reloc): Move code to handle difference of symbols and code to
3084 apply tentative fix values to ...
3085 (md_apply_fix3): ...here. Enable standard overflow checks for simple
3086 8, 16, and 32 bit relocations. Apply fixes for slot-specific
3087 relocations when linkrelax flag is not set.
3088 * config/tc-xtensa.h (xtensa_validate_fix_sub): Add prototype.
3089 (TC_FORCE_RELOCATION_SUB_SAME, TC_VALIDATE_FIX_SUB): Define.
3091 2005-03-17 Jan Beulich <jbeulich@novell.com>
3093 * config/tc-i386.c (i386_scale): Beautify error message.
3094 (Intel syntax comments): Update.
3095 (struct intel_parser_s): Add fields in_offset, in_bracket, and
3097 (intel_e04_1, intel_e05_1, intel_e05_1, intel_e09_1, intel_e10_1):
3098 Remove declarations.
3099 (intel_bracket_expr): Declare.
3100 (i386_intel_operand): Initialize new intel_parser fields. Wrap most
3101 of the function body in a loop allowing to split an operand into two.
3102 Replace calls to malloc and checks of it returning non-NULL with
3103 calls to xmalloc/xstrdup.
3104 (intel_expr): SHORT no longer handled here. Add comment indicating
3105 comparison ops need implementation.
3106 (intel_e04, intel_e04_1): Combine, replace recursion with loop.
3107 Check right operand of - does not specify a register when parsing
3108 the address of a memory reference.
3109 (intel_e05, intel_e05_1): Combine, replace recursion with loop.
3110 Check operands do not specify a register when parsing the address of
3112 (intel_e06, intel_e06_1): Likewise.
3113 (intel_e09, intel_e09_1): Combine, replace recursion with loop. Also
3114 handle SHORT as well as unary + and -. Don't accept : except for
3115 segment overrides or in direct far jump/call insns.
3116 (intel_brack_expr): New.
3117 (intel_e10, intel_e10_1): Combine, replace recursion with loop. Use
3119 (intel_e11): Replace chain of if/else-if by switch, alloing fall-
3120 through in certain cases. Use intel_brack_expr. Add new diagnostics.
3121 Allow symbolic constants as register scale value.
3122 (intel_get_token): Replace call to malloc and check of return value
3123 with call to xmalloc. Change handling for FLAT to match MASM's.
3124 (intel_putback_token): Don't try to back up/free current token if
3127 2005-03-16 Daniel Jacobowitz <dan@codesourcery.com>
3129 * configure.tgt: Set emulation for arm-*-eabi*.
3130 * config/tc-arm.c (meabi_flags): Check EABI_DEFAULT.
3131 * config/te-armeabi.h: New file.
3132 * config/te-armlinuxeabi.h (EABI_DEFAULT): Define.
3133 * config/te-symbian.h: Include "te-armeabi.h".
3135 2005-03-16 Nick Clifton <nickc@redhat.com>
3137 * cgen.c (gas_cgen_parse_operand): Copy opinfo parameter into a
3138 local variable in case it is clobbered by the setjmp.
3140 2005-03-16 Nick Clifton <nickc@redhat.com>
3141 Ben Elliston <bje@au.ibm.com>
3143 * configure.in (werror): New switch: Add -Werror to the
3144 compiler command line. Enabled by default. Disable via
3146 * configure: Regenerate.
3148 2005-03-16 Nick Clifton <nickc@redhat.com>
3150 * config/obj-coff.h: Convert to ISO C90 formatting.
3151 * config/obj-coff.c: Convert to ISO C90 formatting.
3153 2005-03-15 Zack Weinberg <zack@codesourcery.com>
3155 * config/tc-arm.c (do_mla): Rename to do_mlas, take second
3156 is_mls parameter; do not diagnose Rm==Rd when is_mls.
3157 (do_mla, do_mls, five_bit_unsigned_immediate, bfci_lsb_and_width)
3158 (do_bfc, do_bfi, do_bfx, do_rbit, do_mov16, do_ldsttv4): New functions.
3159 (insns): Add ARMv6T2 instructions:
3160 bfc bfi mls movw movt rbit sbfx ubfx ldrht ldrsht ldrsbt strht.
3161 (arm_archs): Add V6T2 variants.
3163 2005-03-15 Nick Clifton <nickc@redhat.com>
3165 * NEWS: Add cutoff for changes in 2.16 release.
3167 2005-03-15 Jan Beulich <jbeulich@novell.com>
3169 * expr.c (operand): Merge handling of unary + into that for unary
3172 2005-03-14 Eric Christopher <echristo@redhat.com>
3174 * config/tc-mips.c: Include dw2gencfi.h.
3175 (mips_cfi_frame_initial_instructions): New.
3176 * config/tc-mips.h (TARGET_USE_CFIPOP): Define.
3177 (tc_cfi_frame_initial_instructions): Ditto.
3178 (DWARF2_DEFAULT_RETURN_COLUMN): Ditto.
3179 (DWARF2_CIE_DATA_ALIGNMENT): Ditto.
3180 * Makefile.am: Update dependencies.
3181 * Makefile.in: Regenerate.
3183 2005-03-15 Alan Modra <amodra@bigpond.net.au>
3185 * po/es.po: Commit new Spanish translation.
3187 2005-03-14 Alan Modra <amodra@bigpond.net.au>
3189 * po/tr.po: Commit new Turkish translation.
3191 2005-03-12 Zack Weinberg <zack@codesourcery.com>
3193 * config/tc-arm.c (tinsns): Add ARMv6K instructions sev, wfe,
3196 2005-03-11 Daniel Jacobowitz <dan@codesourcery.com>
3198 * config-gas.com: Mark vax-vms as obsolete.
3199 * configure.in: Remove fmt=vms support.
3200 * config.in: Regenerate.
3201 * configure: Regenerate.
3202 * config/obj-vms.h, config/obj-vms.c, config/vms-conf.h: Remove.
3204 2005-03-10 Sterling Augustine <sterling@tensilica.com>
3205 Bob Wilson <bob.wilson@acm.org>
3207 * config/tc-xtensa.c (finish_vinsn): Include the last instruction slot
3208 when checking if xg_resolve_literals needs to be called.
3209 * config/tc-xtensa.h: Fix spelling typo in a comment.
3211 2005-03-10 Jan Beulich <jbeulich@novell.com>
3213 * config/tc-tic54x.h (tic54x_macro_info): Change parameter type.
3214 * config/tc-tic54x.c (tic54x_macro_info): Likewise. Replace hand-
3215 crafted structure declarations with the types from macro.h.
3217 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3219 * config/tc-mips.c (s_cpsetup): Use '__gnu_local_gp' instead of '_gp'
3220 for -mno-shared optimization.
3222 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3224 * config/tc-mips.c (MAX_VR4130_NOPS, MAX_DELAY_NOPS): New macros.
3225 (MAX_NOPS): Bump to 4.
3226 (mips_fix_vr4130): New variable.
3227 (nops_for_vr4130): New function.
3228 (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use
3229 nops_for_vr4130 if working around VR4130 errata.
3230 (OPTION_FIX_VR4130, OPTION_NO_FIX_VR4130): New macros.
3231 (md_longopts): Add -mfix-vr4130 and -mno-fix-vr4130.
3232 (md_parse_option): Handle them.
3233 (md_show_usage): Print them.
3234 * doc/c-mips.texi: Document -mfix-vr4130 and -mno-fix-vr4130.
3236 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3238 * config/tc-mips.c (append_insn): Remove cop_interlocks test from
3241 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3243 * config/tc-mips.h (mips_flush_pending_output): Delete.
3244 (mips_emit_delays): Declare.
3245 (md_flush_pending_output): Use mips_emit_delays.
3246 * config/tc-mips.c (mips_no_prev_insn): Remove parameter; always forget
3247 the previous instructions.
3248 (md_begin, append_insn, md_parse_option): Update callers.
3249 (mips_emit_delay): Remove parameter. Move INSNS != 0 code to
3251 (mips_align, s_change_sec, s_cons, s_float_cons, s_gpword)
3252 (s_gpdword): Update callers.
3253 (start_noreorder, end_noreorder): New functions.
3254 (macro, macro2, mips16_macro, s_mipsset): Use them instead of
3255 manipulating mips_opts or prev_nop_frag directly.
3256 (mips_flush_pending_output): Delete.
3258 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3260 * config/tc-mips.c (mips_move_labels): New function, taken from...
3261 (append_insn, mips_emit_delays): ...here.
3263 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3265 * config/tc-mips.c (MAX_NOPS): New macro.
3266 (history): Resize to 1 + MAX_NOPS.
3267 (fix_vr4120_class): New enumeration.
3268 (vr4120_conflicts): New variable.
3269 (init_vr4120_conflicts): New function.
3270 (md_begin): Call it.
3271 (insn_uses_reg): Constify first argument.
3272 (classify_vr4120_insn, insns_between, nops_for_insn, nops_for_sequence)
3273 (nops_for_insn_or_target): New functions.
3274 (append_insn): Use the new nops_for_* functions instead of inline
3275 delay checks. Generalize prev_nop_frag handling to handle an
3276 arbitrary history length. Insert nops into the history buffer
3277 once the number of nops in prev_nop_frag is fixed.
3278 (emit_delays): Use nops_for_insn instead of inline delay checks.
3280 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3282 * config/tc-mips.c (append_insn): Remove now-redundant nops != 0
3283 check from branch delay code. Remove unnecessary check for branches.
3285 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3287 * config/tc-mips.c (dummy_opcode): Delete.
3288 (nop_insn, mips16_nop_insn): New variables.
3289 (NOP_INSN): New macro.
3290 (insn_length, create_insn, install_insn, move_insn, add_fixed_insn)
3291 (add_relaxed_insn, insert_into_history, emit_nop): New functions.
3292 (md_begin): Initialize nop_insn and mips16_nop_insn.
3293 (append_insn): Use the new emit_nop function to add nops, recording
3294 them in the history buffer. Use add_fixed_insn or add_relaxed_insn
3295 to reserve room for the instruction and install_insn to install the
3296 final form. Use insert_into_history to record the instruction in
3297 the history buffer. Use move_insn to do delay slot filling.
3298 (mips_emit_delays): Use add_fixed_insn instead of the emit_nop macro.
3299 (macro_build, mips16_macro_build, macro_build_lui, mips_ip)
3300 (mips16_ip): Use create_insn to initialize mips_cl_insns.
3302 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3304 * config/tc-mips.c (INSERT_BITS, EXTRACT_BITS, INSERT_OPERAND)
3305 (EXTRACT_OPERAND, MIPS16_INSERT_OPERAND, MIPS16_EXTRACT_OPERAND): New.
3306 (insn_uses_reg, reg_needs_delay, append_insn, macro_build)
3307 (mips16_macro_build, macro_build_lui, mips16_macro, mips_ip)
3308 (mips16_ip): Use the new macros instead of explicit masks and shifts.
3310 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3312 * config/tc-mips.c (mips_cl_insn): Replace the valid_p, delay_slot_p
3313 and extended_p fields with a single fixed_p field.
3314 (append_insn, mips_no_prev_insn): Adjust accordingly.
3316 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3318 * config/tc-mips.c (mips_cl_insn): Replace reloc_type array with
3319 a single mips16_absolute_jump_p bit.
3320 (append_insn): Adjust accordingly.
3322 2005-03-09 Richard Sandiford <rsandifo@redhat.com>
3324 * config/tc-mips.h (mips_cl_insn): Move definition to...
3325 * config/tc-mips.c (mips_cl_insn): ...here. Add new fields:
3326 frag, where, fixp, reloc_type, valid_p, noreorder_p, delay_slot_p
3328 (history): New variable.
3329 (prev_insn, prev_prev_insn, prev_insn_valid, prev_insn_frag)
3330 (prev_insn_where, prev_insn_reloc_type, prev_insn_fixp)
3331 (prev_insn_is_delay_slot, prev_insn_unreordered, prev_insn_extended)
3332 (prev_prev_insn_unreordered): Delete.
3333 (reg_needs_delay, append_insn, mips_no_prev_insn, mips_emit_delays)
3334 (macro_start): Replace uses of prev_insn* with the equivalent history[]
3337 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
3339 * doc/Makefile.am: Update as.info dependencies.
3340 * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
3342 2005-03-08 Jan Beulich <jbeulich@novell.com>
3344 * doc/as.texinfo: Add sentence to indicate redefining a macro is an
3345 error, and point to .purgem documentation if someone really needs
3347 * NEWS: Mention macro redefinition is now an error.
3349 2005-03-08 Jan Beulich <jbeulich@novell.com>
3351 * config/tc-ia64.c (emit_one_bundle): Track last slot user insn was
3352 emitted to. Add more precise diagnostics for non-fitting insns based
3353 on that. Eliminate now superfluous special casing of MLX. Clear out
3354 slot information when dropping an insn.
3356 2005-03-08 Jan Beulich <jbeulich@novell.com>
3358 * config/tc-ia64.c (parse_section_name): Rename to...
3359 (cross_section): In addition to separating the name from the rest of
3360 the arguments, also carry out the operation.
3361 (dot_xdata): Use cross_section.
3362 (dot_float_cons): Likewise.
3363 (dot_xstringer): Likewise.
3364 (dot_xdata_ua): Likewise.
3365 (dot_float_cons_ua): Likewise. Pass float_cons, not stmt_float_cons.
3367 2005-03-05 Alan Modra <amodra@bigpond.net.au>
3369 * po/gas.pot: Regenerate.
3371 2005-03-04 David Daney <ddaney@avtrex.com>
3373 * config/tc-mips.c (macro_build_lui): Use '__gnu_local_gp'
3374 instead of '_gp' for -mno-shared optimization.
3376 (s_abicalls): Document it in the comment.
3377 (md_show_usage): Document the -mno-shared option.
3379 2005-03-04 Richard Sandiford <rsandifo@redhat.com>
3381 * config/tc-mips.c (mips_set_options): Add sym32 field.
3382 (mips_opts): Initialize it.
3383 (HAVE_32BIT_ADDRESSES): Set to true if pointers are 32 bits wide.
3384 (HAVE_64BIT_ADDRESSES): Redefine as !HAVE_32BIT_ADDRESSES.
3385 (HAVE_32BIT_SYMBOLS, HAVE_64BIT_SYMBOLS): New macros.
3386 (load_address): Use HAVE_64BIT_SYMBOLS instead of HAVE_64BIT_ADDRESSES
3387 when deciding whether to use a symbolic %highest/%higher expansion.
3388 (macro): Likewise. Remove o64/n32 linux hack. Always use
3389 ADDRESS_ADD*_INSN for address addition in the expansion of "dla"
3390 and "la". Handle constants separately from symbolic expressions in
3391 the "ld_st:" case, using 64-bit arithmetic if HAVE_64BIT_ADDRESSES
3392 and using load_register to load the high part of the address.
3393 (OPTION_MSYM32, OPTION_NO_MSYM32): New macros.
3394 (OPTION_ELF_BASE): Bump by 2.
3395 (md_longopts): Add entries for -msym32 and -mno-sym32.
3396 (md_parse_option): Handle them.
3397 (usage): Document them.
3398 (s_mipsset): Handle ".set sym32" and ".set nosym32".
3399 (s_cpload, s_cpsetup): Use HAVE_64BIT_SYMBOLS instead of
3400 HAVE_64BIT_ADDRESSES to detect 64-bit values of "_gp".
3401 * doc/c-mips.texi: Document ".set sym32", ".set nosym32",
3402 -msym32 and -mno-sym32.
3404 2005-03-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3406 * config/tc-mips.c (load_address): Implement GP optimization
3407 for 64bit address space non-PIC. Fix formatting.
3408 (macro): Likewise. Simplify code.
3409 (md_parse_option): Don't bail out if -G 0 is set for PIC code.
3410 (mips_after_parse_args): Simplify code.
3412 2005-03-03 Nick Clifton <nickc@redhat.com>
3414 * expr.c (operand): Remove redundant code enclosed by #ifdef
3415 RELAX_PAREN_GROUPING....#endif.
3417 * config/tc-mn10200.c (tc_gen_reloc): Handle the case where the
3418 reloc is the difference of two symbols defined in the same
3421 * config/tc-iq2000.c (line_comment_chars): Include the # character
3422 as otherwise this breaks #APP/#NO_APP processing.
3424 2005-03-03 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3426 * config/tc-arc.c(md_assemble): Remove dead code for handling
3427 immediate indexing of ld and st .
3429 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
3430 Joseph Myers <joseph@codesourcery.com>
3432 * config/tc-mips.c (percent_op): Add %tlsgd, %tlsldm, %dtprel_hi,
3433 %dtprel_lo, %tprel_hi, %tprel_lo, and %gottprel.
3434 (parse_relocation): Check for a word break after a relocation
3436 (md_apply_fix3): Handle TLS relocations, and mark thread-local
3439 2005-03-02 Alan Modra <amodra@bigpond.net.au>
3441 * config/tc-ppc.c (ppc_fix_adjustable <ELF>): Remove bogus checks.
3443 2005-03-02 Jan Beulich <jbeulich@novell.com>
3445 * as.c (main): Use unlink_if_ordinary instead of unlink.
3446 * messages.c (as_fatal): Likewise.
3448 2005-03-02 Jan Beulich <jbeulich@novell.com>
3450 * config/tc-i386.c (build_modrm_byte): Add lock prefix for cr8...15
3452 (parse_register): Allow cr8...15 in all modes.
3454 2005-03-02 Jan Beulich <jbeulich@novell.com>
3456 * config/tc-i386.c (intel_e11): If not followed by T_PTR, treat T_BYTE
3457 etc. like normal symbol references (T_ID).
3459 2005-03-02 Alan Modra <amodra@bigpond.net.au>
3461 * symbols.c (fb_label_name): Fix silly thinko in last change.
3463 2005-03-02 Alan Modra <amodra@bigpond.net.au>
3465 * expr.c (integer_constant): Remove TARGET_WORD_SIZE hack.
3466 * config/tc-m68k.h (TARGET_WORD_SIZE): Delete.
3468 * symbols.c (fb_label_name): Allow an augend of 2 for mmix.
3470 2005-03-01 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3473 * config/tc-arc.c (md_assemble): Initialize suffix for extension
3476 2005-03-01 Alan Modra <amodra@bigpond.net.au>
3478 * config/obj-coff.c (fixup_segment): Delete sy_mri_common assertion.
3480 * as.h (assert): Warning fix.
3481 * expr.c (expr): Correct assertion.
3482 * read.c (s_comm_internal): Remove assertion.
3483 * write.c (relax_segment): Enable vma assertion only for BFD_ASSEMBLER.
3484 (fixup_segment): Remove assertion.
3485 * config/tc-dlx.c (machine_ip): Remove untrue assertions.
3486 (md_apply_fix3): Likewise.
3487 * config/tc-i370.c (md_begin): Correct assertion.
3488 (i370_macro): Warning fix for assertion.
3490 2005-03-01 Alan Modra <amodra@bigpond.net.au>
3492 * configure.in (AC_C_BIGENDIAN): Invoke.
3493 * configure: Regenerate.
3494 * write.c (write_object_file <!BFD_ASSEMBLER>): Don't use sizeof
3495 host variable to set string header size.
3496 * config/obj-aout.c (obj_header_append): Don't use host structs.
3497 (obj_symbol_to_chars): Likewise.
3498 (obj_emit_strings): Likewise. Use the passed in output pointer.
3499 * config/obj-aout.h (H_GET_FILE_SIZE): Include H_GET_LINENO_SIZE.
3500 * config/obj-bout.c (obj_emit_relocations): Use md_reloc_size,
3501 not sizeof host struct.
3502 (obj_header_append, obj_symbol_to_chars): Don't use host structs.
3503 (obj_emit_strings): Likewise.
3504 * config/obj-bout.h (EXEC_BYTES_SIZE): Define.
3505 (N_TXTOFF, H_GET_FILE_SIZE, H_GET_HEADER_SIZE): Use instead of
3507 (H_SET_SYMBOL_TABLE_SIZE): Hard code sym size rather than using
3509 (host_number_to_chars): Define.
3510 * config/obj-hp300.c (hp300_header_append): Don't use sizeof
3511 host internal struct to set header sizes.
3512 * config/tc-i960.c (md_number_to_field): Warning fix.
3513 (md_ri_to_chars): Use host byte order.
3514 (get_cdisp, md_apply_fix3): Warning fix.
3515 * config/tc-m68k.c (md_assemble): Don't use sizeof host short.
3517 2005-02-28 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3519 * doc/c-arc.texi: Update documentation about ARC's extension
3522 2005-02-27 Svein E. Seldal <svein@dev.seldal.com>
3524 * config/tc-tic4x.c (tic4x_gen_to_words): Changed mail
3527 2005-02-23 Alan Modra <amodra@bigpond.net.au>
3529 * cgen.c: Warning fixes.
3530 * config/tc-arc.c: Likewise.
3531 * config/tc-arm.c: Likewise.
3532 * config/tc-avr.c: Likewise.
3533 * config/tc-d10v.c: Likewise.
3534 * config/tc-d30v.c: Likewise.
3535 * config/tc-frv.c: Likewise.
3536 * config/tc-frv.h: Likewise.
3537 * config/tc-h8300.c: Likewise.
3538 * config/tc-h8500.c: Likewise.
3539 * config/tc-i370.c: Likewise.
3540 * config/tc-i960.c: Likewise.
3541 * config/tc-ia64.c: Likewise.
3542 * config/tc-ip2k.c: Likewise.
3543 * config/tc-m68hc11.c: Likewise.
3544 * config/tc-maxq.c: Likewise.
3545 * config/tc-mcore.c: Likewise.
3546 * config/tc-mips.c: Likewise.
3547 * config/tc-msp430.c: Likewise.
3548 * config/tc-pj.c: Likewise.
3549 * config/tc-ppc.c: Likewise.
3550 * config/tc-ppc.h: Likewise.
3551 * config/tc-s390.c: Likewise.
3552 * config/tc-sh.c: Likewise.
3553 * config/tc-sh64.c: Likewise.
3554 * config/tc-tic4x.c: Likewise.
3555 * config/tc-tic80.c: Likewise.
3556 * config/tc-v850.c: Likewise.
3557 * config/tc-vax.c: Likewise.
3558 * config/tc-w65.c: Likewise.
3559 * config/tc-xstormy16.c: Likewise.
3560 * config/tc-z8k.c: Likewise.
3562 2005-02-22 Catherine Moore <clm@cm00re.com>
3564 * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.
3565 * doc/internals.texi (TC_EQUAL_IN_INSN): Reinstate.
3567 2005-02-22 Eric Christopher <echristo@redhat.com>
3569 * config/tc-mips.c (struct proc): Change isym to
3570 func_sym. New member func_end_sym.
3571 (s_mips_ent): Update.
3572 (s_mips_end): Ditto. Add code to compute function size.
3574 2005-02-22 Alan Modra <amodra@bigpond.net.au>
3576 * read.c: Warning fixes.
3577 * config/obj-elf.c: Likewise.
3579 2005-02-22 Maciej W. Rozycki <macro@mips.com>
3581 * config/tc-mips.c (append_insn): Call dwarf2_emit_insn() before
3584 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
3586 * config/obj-coff.c (obj_coff_section): Replace SEC_SHARED with
3589 * config/tc-tic54x.c (tic54x_bss): Replace SEC_BLOCK with
3591 (demand_empty_rest_of_line): Likewise.
3592 (tic54x_sblock): Likewise.
3593 (tic54x_clink): Replace with SEC_CLINK with SEC_TIC54X_CLINK.
3595 2005-02-21 Alan Modra <amodra@bigpond.net.au>
3597 * read.c (address_bytes): New function.
3598 (TC_ADDRESS_BYTES): Default for BSD_ASSEMBLER to address_bytes.
3599 (potable): Add "dc.a".
3600 (cons_worker): Handle "dc.a".
3601 * doc/internals.texi (TC_ADDRESS_BYTES): Document.
3603 2005-02-21 Alan Modra <amodra@bigpond.net.au>
3605 * input-file.c (input_file_open): Rearrange to avoid warning.
3607 2005-02-19 Alan Modra <amodra@bigpond.net.au>
3609 * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.
3610 * read.c (read_a_source_file): Remove TC_EQUAL_IN_INSN test.
3611 * doc/internals.texi (TC_EQUAL_IN_INSN): Delete.
3613 2005-02-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3615 * config/tc-mips.c (macro_build_ldst_constoffset): Fail on $at
3616 uses after .set noat.
3617 (load_address): Likewise.
3618 (macro): Likewise. Don't try to avoid $at use by sacrificing
3619 the target register before it is stored, it won't work.
3621 2005-02-17 James E Wilson <wilson@specifixinc.com>
3623 * config/tc-ia64.c (emit_one_bundle): Stop filling a bundle if we
3624 see an instruction that specifies a template.
3626 2005-02-18 Alan Modra <amodra@bigpond.net.au>
3628 * config/tc-openrisc.c (openrisc_relax_frag): Delete unused function.
3629 * config/tc-sparc.c (sparc_ip): Make op_exp static to silence warnings.
3630 * config/tc-tic80.c (build_insn): Init insn[1] to silence warning.
3632 2005-02-17 H.J. Lu <hongjiu.lu@intel.com>
3634 * NEWS: Mention "-mhint.b=[ok|warning|error]".
3636 * config/tc-ia64.c (md): Add hint_b.
3637 (emit_one_bundle): Handle md.hint_b for "hint".
3638 (md_parse_option): Accepted "-mhint.b=[ok|warning|error]".
3639 (md_show_usage): Add "-mhint.b=[ok|warning|error]".
3640 (ia64_init): Set md.hint_b to error.
3641 (md_assemble): Handle md.hint_b for "hint.b".
3643 * doc/as.texinfo: Add "-mhint.b=[ok|warning|error]".
3644 * doc/c-ia64.texi: Likewise.
3646 2005-02-17 Alan Modra <amodra@bigpond.net.au>
3648 * tc.h (struct relax_type, relax_typeS): Move from here..
3649 * as.h: ..to here. Make rlx_forward and rlx_backward an offsetT.
3650 * ecoff.c (ecoff_new_file): Add appfile param.
3651 * ecoff.h (ecoff_new_file): Likewise.
3652 * itbl-lex.h: New file.
3653 * itbl-lex.l: Include itbl-lex.h.
3654 * itbl-parse.y: Likewise.
3655 (insntbl_line, yyparse, yylex): Move to itbl-lex.h.
3656 * read.c (s_app_file_string): Mark appfile possibly unused.
3657 * subsegs.c (seg_not_empty_p): Make sec possibly unused.
3658 * subsegs.h (struct seg_info_trash): Delete.
3659 (seg_info): Use segment_info_type instead.
3660 * config/obj-coff.c (struct filename_list): Make filename const char *.
3661 * config/obj-ecoff.h (obj_app_file): Pass app to ecoff_new_file.
3662 * config/obj-elf.c (elf_file_symbol): Similarly.
3663 * config/tc-a29k.c (md_apply_fix3): Make val a valueT. Don't use
3665 * config/tc-arc.c (md_operand): Warning fix.
3666 * config/tc-arm.c (arm_parse_reloc): Only define when OBJ_ELF.
3667 (md_begin): Rearrange #if defined OBJ_COFF || defined OBJ_ELF.
3668 * config/tc-cris.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Use do while.
3669 * config/tc-frv.c (frv_force_relocation): Warning fix.
3670 * config/tc-m68k.c (md_parse_option): Delete unused var.
3671 * config/tc-mcore.c (mylog2): Rename from log2 throughout.
3672 * config/tc-sparc.c: Likewise.
3673 (s_common): Warning fix.
3674 * config/tc-mips.c (append_insn): Use unsigned long long expressions.
3675 * config/tc-mmix.c (PUSHJSTUB_MAX, PUSHJSTUB_MIN): Define from
3677 * config/tc-s390.c (s390_insn): Delete test of unsigned >= 0.
3678 * config/tc-sh.c (sh_cfi_frame_initial_instructions,
3679 sh_regname_to_dw2regnum): Only define for OBJ_ELF.
3680 * config/tc-tic4x.c (tic4x_insert_reg): Use ISLOWER.
3681 (tic4x_do_align): Use TIC_NOP_OPCODE.
3682 * config/tc-tic4x.h (TIC_NOP_OPCODE): Rename from NOP_OPCODE.
3683 * config/tc-vax.c: Include netinet/in.h.
3684 (tc_headers_hook): Formatting.
3685 * config/tc-xstormy16.c (md_pcrel_from_section): Correct parens.
3687 2005-02-17 Jan Beulich <jbeulich@novell.com>
3689 * config/tc-ia64.c (ia64_parse_name): Don't advance 'name' when
3690 parsing inN, locN, outN. Set 'idx' to offset register number starts
3691 at. Don't handle numbers with leading zeroes or beyond 95. Remove
3694 2005-02-16 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3696 * config/tc-mips.c (load_address): Fix formatting.
3697 (macro): Don't use AT if .set noat is in effect. Fix formatting.
3698 Catch macros which are unexpandable without AT. Remove duplicate
3700 (macro2): Remove duplicate zeroing of used_at.
3702 2005-02-16 Alan Modra <amodra@bigpond.net.au>
3704 * dw2gencfi.c (output_cie, output_fde): Use DW_CFA_nop rather
3707 2005-02-15 Nigel Stephens <nigel@mips.com>
3708 Maciej W. Rozycki <macro@mips.com>
3710 * config/tc-mips.c (reloc_needs_lo_p): Handle
3711 BFD_RELOC_MIPS16_HI16_S.
3712 (fixup_has_matching_lo_p): Handle BFD_RELOC_MIPS16_LO16.
3713 (append_insn): Add BFD_RELOC_MIPS16_GPREL, BFD_RELOC_MIPS16_HI16_S
3714 and BFD_RELOC_MIPS16_LO16 to relocs to suppress overflow
3716 (mips16_ip): Resolve BFD_RELOC_MIPS16_HI16_S,
3717 BFD_RELOC_MIPS16_HI16 and BFD_RELOC_MIPS16_LO16 for constants.
3718 Call my_getSmallExpression() to parse percent operators.
3719 (percent_op_match, mips_percent_op): Separate definitions.
3720 (mips16_percent_op): Define percent operators for the MIPS16 mode.
3721 (parse_relocation): Handle the MIPS16 mode using
3723 (md_apply_fix3): Handle BFD_RELOC_MIPS16_HI16,
3724 BFD_RELOC_MIPS16_HI16_S and BFD_RELOC_MIPS16_LO16.
3726 2005-02-15 Jan Beulich <jbeulich@novell.com>
3728 * config/tc-ia64.c (md_apply_fix3): Call ia64_gen_real_reloc_type
3729 instead of explicitly dealing with the translation; exclude
3730 relocations that are already pcrel, however.
3732 2005-02-15 Jan Beulich <jbeulich@novell.com>
3734 * config/tc-ia64.c: Include limits.h (if available).
3735 (gr_values[0]): Set path to INT_MAX.
3736 (dot_reg_val): Don't allow changing value of r0. Limit range of
3737 general registers at r127.
3738 (specify_resource): Default resource index is -1. Don't set resource
3739 index (in case IA64_RS_RSE) without setting the specific flag.
3740 (note_register_values): Check operand is O_constant before tracking
3741 input value of moves. Add tracking for dep.z with constant inputs.
3742 (print_dependency): Resource index of specific resource may be zero.
3743 (check_dependencies): Likewise.
3745 2005-02-15 Jan Beulich <jbeulich@novell.com>
3747 * config/tc-ia64.c (parse_operands): New local variables reg1, reg2,
3748 reg_class. Check operands and emit diagnostics for illegal use of
3751 2005-02-15 Jan Beulich <jbeulich@novell.com>
3753 * config/tc-ia64.c (ia64_gen_real_reloc_type): Define and initialize
3754 new variables type, suffix, and width. Handle
3755 BFD_RELOC_IA64_DIR(32|64)[LM]SB in FUNC_LT_FPTR_RELATIVE case.
3756 Handle BFD_RELOC_IA64_DIR64[LM]SB in FUNC_TP_RELATIVE case. Add
3757 FUNC_DTP_MODULE case. Handle BFD_RELOC_IA64_DIR32[LM]SB in
3758 FUNC_DTP_RELATIVE case. Return incoming relocation type if
3759 BFD_RELOC_IA64_IPLT[LM]SB in FUNC_IPLT_RELOC case. Generate warning
3760 if unable to translate relocation type, using the new variables.
3762 2005-02-15 Jan Beulich <jbeulich@novell.com>
3764 * config/tc-ia64.h (ia64_symbol_chars): Declare.
3765 (ty_symbol_chars): Define.
3766 * config/tc-ia64.c (ia64_symbol_chars): Define.
3768 2005-02-15 Jan Beulich <jbeulich@novell.com>
3770 * config/tc-ia64.c (ia64_parse_name): Only update next character if
3771 input_line_pointer was advanced.
3773 2005-02-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3775 * config/tc-sh.c (md_apply_fix3): Add parentheses around &
3778 2005-02-13 Jan Beulich <jbeulich@novell.com>
3780 * config/tc-ia64.c (md_parse_option): Handle -xnone and -xdebugn.
3781 (md_show_usage): Add -xnone, -xdebugn, and -xdebugx. Relocate default
3783 (ia64_init): Set md.detect_dv.
3784 (ia64_start_line): New static variable warned. Warn only once when
3785 encountering explicit stops in automatic mode.
3786 * doc/c-ia64.texi: Describe -xnone, -xdebugn, and -xdebugx.
3787 * NEWS: Mention new default mode.
3789 2005-02-13 Jan Beulich <jbeulich@novell.com>
3791 * config/tc-ia64.c (dot_rot): Add comment that name strings should
3792 be freed when wiping out previous state. Canonicalize names before
3793 use. Free name string when detecting redefinition.
3794 (dot_pred_rel): Call generic expression parser to process arguments.
3795 Handle O_register case for individual predicates and O_subtract for
3797 (ia64_parse_name): Canonicalize name before looking it up in dynamic
3799 (ia64_canonicalize_symbol_name): Strip off all trailing # characters.
3800 Warn if multiple found, issue error if resulting symbol name has zero
3802 (dot_alias): Canonicalize name before use.
3804 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
3806 * config/tc-ia64.c (unwind_diagnostic): Return -1 for warning
3808 (in_procedure): Return -1 for warning.
3809 (in_prologue): Likewise.
3810 (in_body): Likewise.
3812 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
3814 * config/tc-ia64.c (dot_xdata): Undo the last change.
3815 (dot_float_cons): Likewise.
3816 (dot_xstringer): Likewise.
3817 (dot_xdata_ua): Likewise.
3818 (dot_float_cons_ua): Likewise.
3820 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
3822 * NEWS: Mention "-munwind-check=[warning|error]".
3824 * config/tc-ia64.c (md): Add unwind_check.
3825 (unwind_diagnostic): New.
3826 (in_procedure): Call unwind_diagnostic when a directive isn't
3828 (in_prologue): Call unwind_diagnostic when a directive isn't in
3830 (in_body): Call unwind_diagnostic when a directive isn't in
3832 (dot_endp): Set md.unwind_check to error before calling
3833 in_procedure and restore it after. When the name is missing or
3834 couldn't be found, use the one from the last .proc if
3835 md.unwind_check isn't error. Warn if md.unwind_check is
3837 (md_parse_option): Handle "-munwind-check=[warning|error]".
3838 (md_show_usage): Add "-munwind-check=[warning|error]".
3839 (ia64_init): Set md.unwind_check to warning.
3841 * doc/as.texinfo: Add "-munwind-check=[none|warning|error]".
3842 * doc/c-ia64.texi: Likewise.
3844 2005-02-11 Jan Beulich <jbeulich@novell.com>
3846 * config/tc-ia64.h (LEX_AT): Include LEX_BEGIN_NAME.
3848 (ia64_parse_name): New third parameter.
3849 (md_parse_name): Pass third argument.
3850 * config/tc-ia64.c (pseudo_func): Placeholders use NULL as name.
3851 (md_operand): Handling of '@'-prefixed symbols moved from here...
3852 (ia64_parse_name): ...to here.
3854 2005-02-11 Jan Beulich <jbeulich@novell.com>
3856 * config/tc-ia64.c (md): Remove last_groups and group_idx.
3857 (errata_nop_necessary_p): Remove declaraction and definition.
3858 (emit_one_bundle): Don't call errata_nop_necessary_p. Don't
3859 update md.group_idx. Don't reset md.last_groups.
3861 2005-02-11 Jan Beulich <jbeulich@novell.com>
3863 * config/tc-ia64.c (parse_section_name): Handle non-quoted first
3865 (dot_xdata): Free section name after use.
3866 (dot_float_cons): Likewise.
3867 (dot_xstringer): Likewise.
3868 (dot_xdata_ua): Likewise.
3869 (dot_float_cons_ua): Likewise.
3870 (md_pseudo_table): Add xdata16 and xdata16.ua.
3872 2005-02-10 H.J. Lu <hongjiu.lu@intel.com>
3874 * doc/all.texi: Add IA64.
3875 * doc/as.texinfo: Likewise.
3877 * doc/c-ia64.texi: Fix typos.
3879 2005-02-10 Julian Brown <julian@codesourcery.com>
3881 * config/tc-arm.c (do_t_ldmstm): Change BFD_RELOC_NONE to
3883 (do_t_push_pop): Likewise.
3884 (md_assemble): Likewise.
3885 (md_apply_fix3): Handle BFD_RELOC_NONE correctly, make
3886 BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
3887 (create_unwind_entry): Output dependency on the required personality
3890 2005-02-07 Nathan Sidwell <nathan@codesourcery.com>
3892 * as.h (seg_not_empty_p): Return int, not bfd_boolean.
3893 * subsegs.c (seg_not_empty_p): Likewise.
3895 2005-02-07 Inderpreet Singh <inderpreetb@noida.hcltech.com>
3897 * config/tc-maxq.c (md_estimate_size_before_relax): Correct the
3898 relative jump calculation.
3899 <md_convert_frag) : Likewise.
3900 <output_disp): Likewise.
3902 2005-02-07 Hans-Peter Nilsson <hp@axis.com>
3904 * write.c (write_object_file): Recognize warning-symbol construct
3905 and skip object- and target- handling for the second symbol.
3907 2005-02-02 Jan Beulich <jbeulich@novell.com>
3909 * config/tc-ia64.c (dot_pred_rel): Update comment. Handle @-prefixed
3910 designators along with quoted ones. Free copy of quoted designator
3913 2005-02-01 Ben Elliston <bje@au.ibm.com>
3915 * config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
3916 config/obj-ieee.c, config/obj-som.c, config/obj-vms.c,
3917 config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c,
3918 config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c,
3919 config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c,
3920 config/tc-i370.c, config/tc-i386.c, config/tc-i960.c,
3921 config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h,
3922 config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c,
3923 config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c,
3924 config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c,
3925 config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c,
3926 config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c,
3927 config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove
3928 #if 0'd code throughout.
3930 2005-01-31 Nick Clifton <nickc@redhat.com>
3932 * as.c (parse_args): Bump copyright date reported by --version to
3935 2005-01-31 Nick Clifton <nickc@redhat.com>
3937 * configure.tgt: Remove obsolete targets m68k-lynxos, sparc-lynxos
3940 2005-01-31 Jan Beulich <jbeulich@novell.com>
3942 * macro.c (buffer_and_nest): Allow 'from' being NULL; handle anything
3943 that can end with .endr in that case. Make requiring/permitting
3944 pseudo-ops without leading dot closer to the logic in read.c serving
3946 (expand_irp): Don't pass a mnemonic to buffer_and_nest as it will be
3949 2005-01-31 Jan Beulich <jbeulich@novell.com>
3951 * macro.c (do_formals): Adjust to no longer accept empty parameter
3953 (define_macro): Adjust to no longer accept empty macro name, garbage
3954 following the parameters, or macros that were previously defined.
3955 * read.c (s_bad_end): Declare.
3956 (potable): Add endm. Handler for endr and endm is s_bad_end.
3957 (s_bad_end): Rename from s_bad_endr. Adjust to handle both .endm
3959 * read.h (s_bad_endr): Remove.
3961 2005-01-31 Jan Beulich <jbeulich@novell.com>
3963 * config/tc-ia64.c (parse_operands): Parse all specified operands,
3964 immediately discarding (but counting) those exceeding the maximum
3965 possible amount. Track whether output and input operand counts ever
3966 matched, and use this to better indicate which of the operands/
3967 operand types was wrong; specifically don't default to pointing to
3970 2005-01-31 Jan Beulich <jbeulich@novell.com>
3972 * config/tc-ia64.c (unwind): Remove proc_end (now an automatic
3973 variable in dot_endp). Add body and insn. Make prologue,
3974 prologue_mask, body, and insn bitfields.
3975 (fixup_unw_records): Remove spurious new-lines from end of diagnostic
3977 (in_procedure, in_prologue, in_body): New.
3978 (dot_fframe, dot_vframe, dot_vframesp, dot_vframepsp, dot_save,
3979 dot_restore, dot_restorereg, dot_restorereg_p, dot_handlerdata,
3980 dot_unwentry, dot_altrp, dot_savemem, dot_saveg, dot_savef, dot_saveb,
3981 dot_savegf, dot_spill, dot_spillreg, dot_spillmem, dot_spillreg_p,
3982 dot_spillmem_p, dot_label_state, dot_copy_state, dot_unwabi,
3983 dot_personality): Use the appropriate one of the above.
3984 (dot_proc): Clear unwind.proc_start; set to current location only if
3985 none of the entry points were valid. Check for non-zero-length entry
3986 point names. Check that entry points aren't defined, yet. Clear
3987 unwind.prologue, unwind.body, and unwind.insn.
3988 (dot_body): Call in_procedure. Check that first directive in procedure
3989 had no insns emitted before. Set unwind.body.
3990 (dot_prologue): Call in_procedure. Check that not already in prologue.
3991 Check that first directive in procedure had no insns emitted before.
3993 (dot_endp): Call in_procedure. Declare proc_end. Check for non-zero-
3994 length entry point names. Check that entry points became defined.
3995 (md_assemble): Set unwind.insn once unwind.proc_start is defined.
3997 2005-01-31 Jan Beulich <jbeulich@novell.com>
3999 * config/tc-ia64.c (emit_one_bundle): Snapshot manual bundling state
4000 before actually using it. Don't generate an error in manual bundling
4001 mode when looking at an insn requiring slot 2 but not yet at slot 2.
4002 Don't generate an error in manual bundling mode when looking at an
4003 insn required to be last in its group but the required slot hasn't
4004 been reached, yet. Allow conversion from MII to MI;I for bundle
4005 consisting of only 2 insns with the stop between them. Suppress
4006 various meaningless errors resulting from detecting earlier ones.
4008 2005-01-31 Jan Beulich <jbeulich@novell.com>
4010 * config/tc-ia64.c (parse_operands): Also handle alloc without first
4013 2005-01-28 Christian Groessler <chris@groessler.org>
4015 * config/tc-z8k.c (md_assemble): Improve error detection.
4017 2005-01-28 Jan Beulich <jbeulich@novell.com>
4019 * config/tc-ia64.c (ia64_estimate_size_before_relax): Allocate space
4020 for personality routine pointer only if there is one.
4021 (ia64_convert_frag): Likewise.
4022 (generate_unwind_image): Likewise.
4024 2005-01-27 Christian Groessler <chris@groessler.org>
4026 * config/tc-z8k.c (INSERT): Remove, not used anywhere.
4027 (md_apply_fix3): Make relative branches out of range an error
4028 instead of a warning. Display correct line number for out of
4029 range branches/calls/memory accesses.
4031 2005-01-27 Nathan Sidwell <nathan@codesourcery.com>
4033 * dwarf2dbg.c (dwarf2_finish): Correct logic for determining when
4034 to emit .debug_line and other debug sections.
4035 * as.h (seg_not_empty_p): Declare.
4036 * subsegs.c (seg_not_empty_p): New predicate.
4038 2005-01-27 Andrew Cagney <cagney@gnu.org>
4040 * configure: Regenerate to track ../gettext.m4 change.
4042 2005-01-27 Jan Beulich <jbeulich@novell.com>
4044 * config/tc-ia64.c (emit_one_bundle): Change "?imbf??" to "?ibmfxx".
4046 2005-01-27 Jan Beulich <jbeulich@novell.com>
4048 * config/tc-ia64.c (emit_one_bundle): Add late resolution of move
4049 to/from application registers dynamic insns.
4050 (md_assemble): Defer resolution of move to/from application registers
4051 dynamic insns when they can be issued on either the I- or M-units.
4053 2005-01-25 Alexandre Oliva <aoliva@redhat.com>
4055 * config/tc-frv.c (md_apply_fix3): Mark TLS symbols as such.
4056 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
4057 * config/tc-frv.c (frv_pic_ptr): Add tlsmoff support.
4058 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
4059 * cgen.c (gas_cgen_parse_operand): Handle
4060 CGEN_PARSE_OPERAND_SYMBOLIC.
4061 * config/tc-frv.c (md_cgen_lookup_reloc): Handle TLS relocations.
4062 (frv_force_relocation): Likewise. Fix handling of PIC
4064 (md_apply_fix3): Likewise.
4066 2005-01-21 Ben Elliston <bje@au.ibm.com>
4068 * as.h: Remove #if 0'd code.
4069 * atof-generic.c (atof_generic): Likewise.
4070 * ecoff.c (ecoff_directive_frame): Likewise.
4071 * frags.h (FRAG_APPEND_1_CHAR): Likewise.
4072 * itbl-ops.c (itbl_add_reg): Likewise.
4073 * listing.c (calc_hex): Likewise.
4074 * read.c (MASK_CHAR): Likewise.
4075 * subsegs.c (subsegs_print_statistics): Likewise.
4076 * symbols.c (indent): Likewise.
4077 * write.c (write_relocs): Likewise.
4078 (write_object_file): Likewise.
4079 (relax_frag): Likewise.
4081 2005-01-20 Nick Clifton <nickc@redhat.com>
4083 * as.c (std_longopts): Add an entry for "--a" in order to prevent
4084 getopt_long_only() from considering -a as an abbreviation for
4086 (parse_args): Fix the parsing of -a=<file>.
4088 2005-01-20 Alan Modra <amodra@bigpond.net.au>
4091 * read.c (s_incbin): Adjust default count for skip. Check validity
4092 of count and skip rigorously.
4094 2005-01-19 Fred Fish <fnf@specifixinc.com>
4096 * config/tc-mips.c (dummy_opcode): Add init for new struct member.
4098 2005-01-19 Richard Sandiford <rsandifo@redhat.com>
4100 * read.c (convert_to_bignum): New function, split out from...
4101 (emit_expr): ...here. Handle the case where X_add_number is
4102 positive and the input value is negative.
4103 (output_big_sleb128): Fix setting of continuation bit. Check whether
4104 the final byte needs to be sign-extended. Fix size-shrinking loop.
4105 (emit_leb128_expr): When generating a signed leb128, see whether the
4106 sign of an O_constant's X_add_number matches the sign of the input
4107 value. Use a bignum if not.
4109 2005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
4111 * tc-sh.c (md_begin,md_parse_option): Change arch_sh1_up to
4112 arch_sh_up in order to match the external name and make the
4113 testsuite's job easier.
4115 2005-01-14 H.J. Lu <hongjiu.lu@intel.com>
4118 * config/tc-i386.c (i386_scale): Disallow 0 scale.
4120 2005-01-12 Nick Clifton <nickc@redhat.com>
4122 * config/tc-iq2000.c (s_iq2000_set): Fix thinko parsing
4123 ignored_arguments array.
4125 2005-01-10 H.J. Lu <hongjiu.lu@intel.com>
4127 * write.c (write_object_file): Disallow a symbol equated to
4130 2005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
4132 * tc-maxq.c: Replace constants 10 and 20 with bfd_mach_maxq10 and
4134 (md_pseudo_table): Add new pseudo ops for maxq10 and maxq20.
4135 (maxq_target): New function: Set the machine type.
4137 2005-01-06 Paul Brook <paul@codesourcery.com>
4139 * config/tc-arm.c (FPU_DEFAULT): Define for TE_VXWORKS.
4140 (md_begin): Handle TE_VXWORKS for FP defaults.
4141 (md_apply_fix3): Correct rela offsets.
4142 (elf32_arm_target_format): Add VxWorks targets.
4144 2005-01-06 Paul Brook <paul@codesourcery.com>
4146 * configure.tgt: Set em=vxworks for *-*-vxworks.
4147 * config/te-vxworks.h: New File.
4149 2005-01-06 Paul Brook <paul@codesourcery.com>
4151 * config/tc-arm.c (arm_cpus): Correct arch field for arm1026ej-s.
4153 2005-01-04 Dmitry Diky <diwil@spec.ru>
4155 * config/tc-msp430.c (md_apply_fix3): Fix offset calculation for
4158 2005-01-03 David Mosberger <davidm@hpl.hp.com>
4160 * config/tc-ia64.c (md): Add member "loc_directive_seen".
4161 (dot_loc): New function.
4162 (md_pseudo_table): Add entry to map .loc to dot_loc().
4163 (emit_one_bundle): Only call dwarf2_gen_line_info() if we have
4164 seen a .loc directive or we're generating DWARF2 debug info for
4167 2004-12-29 Alan Modra <amodra@bigpond.net.au>
4170 * read.c (s_comm_internal): Don't zero end of name until size
4171 expression has been parsed.
4173 2004-12-25 Marek Michalkiewicz <marekm@amelek.gda.pl>
4175 * config/tc-avr.c (mcu_types): Move attiny{13,2313} from avr4 to avr2.
4177 2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
4179 * config/tc-crx.c: Support 'bcop' relaxation (dealt as in 'cmp&branch'
4182 2004-12-22 Ian Lance Taylor <ian@airs.com>
4184 * configure.tgt: New.
4185 * configure.in: Move setting of cpu_type, fmt, etc., to
4187 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Add
4188 $(srcdir)/configure.tgt.
4189 * configure, Makefile.in: Rebuild.
4191 2004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
4193 * config/tc-avr.c: Add support for the new R_AVR_LDI, R_AVR_6 and
4194 R_AVR_6_ADIW relocs for the LDI, ADIW/SBIW and LDD/STD
4196 (avr_offset_expression): New function to parse offsets for LDI
4198 (avr_operand): Use it.
4199 (md_apply_fix3): Generate the relocs.
4201 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
4203 * config/tc-sh64.c (shmedia_md_apply_fix3): Add missing
4204 BFD_RELOC_SH_IMMS10BY8 relocation.
4206 * config/tc-sh64.c (shmedia_build_Mytes): Emit an error message rather
4207 than just ignoring bad code.
4209 2004-12-16 Richard Sandiford <rsandifo@redhat.com>
4211 * config/tc-v850.c (handle_lo16): New function.
4212 (v850_reloc_prefix): Use it to check lo().
4213 (md_assemble, md_apply_fix3): Handle BFD_RELOC_V850_LO16_SPLIT_OFFSET.
4215 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
4217 * configure.in: Add s390x-ibm-tpf support.
4218 * configure: Regenerate.
4220 2004-12-15 Jan Beulich <jbeulich@novell.com>
4222 * config/obj-elf.c (obj_elf_change_section): Only set type and
4223 attributes on new sections. Emit warning when type of re-declared
4224 section doesn't match.
4226 2004-12-15 Jan Beulich <jbeulich@novell.com>
4228 * dw2gencfi.c (dot.cfi.startproc): Clear cur_cfa_offset so
4229 '.cfi_startproc simple' doesn't inherit the old value.
4231 2004-12-15 Jan Beulich <jbeulich@novell.com>
4233 * dw2gencfi.c (output_cfi_insn): Adjust DW_CFA_def_cfa_sf generation
4234 to emit a signed and factored offset. Adjust DW_CFA_def_cfa_offset_sf
4235 generation to emit a factored offset.
4237 2004-12-10 Ian Lance Taylor <ian@wasabisystems.com>
4239 * config/tc-mips.c (macro) [M_LA_AB]: Give an error for a offset
4240 which is too large in the case of NO_PIC without 64-bit
4243 * config/tc-mips.c (mips_in_shared): New static variable.
4244 (macro_build_lui): Permit "_gp" if !mips_in_shared.
4245 (md_longopts): Add -mshared and -mno-shared.
4246 (md_parse_option): Handle OPTION_MSHARED and OPTION_MNO_SHARED.
4247 (s_cpload): Implement !mips_in_shared case.
4248 (s_cpsetup): Likewise.
4249 * doc/c-mips.texi (MIPS Opts): Document -mno-shared.
4250 * NEWS: Mention -mno-shared.
4252 2004-12-09 Paul Brook <paul@codesourcery.com>
4254 * config/tc-arm.c (s_arm_unwind_fnend): Use R_ARM_PREL31 relocation
4257 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
4259 * config/tc-mips.c (append_insn): If we emit a nop during a relax
4260 sequence, increase the size of the sequence.
4262 * config/tc-mips.c (mips_cpu_info_table): Change "9000" entry to
4265 2004-12-07 Ben Elliston <bje@gnu.org>
4267 * read.c (s_align): Use an align_limit temporary to allay a GCC
4268 signed/unsigned comparison warning.
4270 2004-12-01 Mark Mitchell <mark@codesourcery.com>
4272 * Makefile.am (TARG_ENV_HFILES): Add te-armlinuxeabi.h.
4273 * configure.in: Use it for arm*-*-linux-gnueabi*.
4274 * config/tc-arm.c: Allow emulation file to set FPU_DEFAULT.
4275 * config/te-armlinuxeabi.h: New file.
4276 * Makefile.in: Regenerated.
4277 * aclocal.m4: Likewise.
4278 * configure: Likewise.
4279 * doc/Makefile.in: Regenerated.
4281 2004-12-02 Bob Wilson <bob.wilson@acm.org>
4283 * config/tc-xtensa.c (xtensa_switch_section_emit_state): Use subseg_set.
4284 (xtensa_restore_emit_state): Likewise.
4286 2004-12-02 Alan Modra <amodra@bigpond.net.au>
4288 * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.
4291 2004-11-30 Tero Niemela <tero_niemela@yahoo.com>
4293 * Makefile.am: Change LOCALEDIR to $(datadir)/share.
4294 * Makefile.in: Regenerate.
4296 2004-11-29 Tomer Levi <Tomer.Levi@nsc.com>
4298 * config/tc-crx.c: Major code cleanup. Remove unused variables and
4299 functions, give functions a meaningful name, add comments.
4300 (check_range): New function - Replace operand size calculation
4301 with range checking.
4302 (assemble_insn): Update Algorithm, improve error issuing.
4304 (process_label_constant): Bug fix regarding COP_BRANCH_INS relocation
4307 2004-11-29 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4309 * config/tc-m32r.c (md_pcrel_from_section): Fixed a pcrel relocte
4310 miss between different section in the same module.
4311 (tc_gen_reloc): Likewise.
4313 2004-11-25 Theodore A. Roth <troth@openavr.org>
4315 * gas/config/tc-avr.c (mcu_types): Add support for atmega165,
4316 atmega325, atmega3250, atmega645 and atmega6450.
4318 2004-11-25 Jan Beulich <jbeulich@novell.com>
4320 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
4321 permissible for the selected instruction suffix.
4322 (process_suffix): For DefaultSize instructions, suppressing the
4323 guessing of a 'q' suffix if the instruction doesn't support it is
4324 pointless, because only an 'l' suffix can be guessed in this place.
4326 2004-11-24 Nick Clifton <nickc@redhat.com>
4328 * config/tc-iq2000.c: Remove support for IQ10 processor.
4329 Convert to ISO C90 formatting.
4330 * config/tc-iq2000.h: Likewise.
4332 2004-11-23 Nick Clifton <nickc@redhat.com>
4334 * config/tc-mn10300.c (md_relax_table): More fixes to the offsets
4335 in this table. They should be correct now.
4337 2004-11-23 Jan Beulich <jbeulich@novell.com>
4339 * config/tc-i386.h (CpuMMX2): Declare. Artificial classifier to
4340 indicate the MMX extensions added by both SSE and 3DNow!A.
4341 (Cpu3dnowA): Declare.
4342 (CpuUnknownFlags): Update.
4343 * config/tc-i386.c (cpu_sub_arch_name): Declare.
4344 (cpu_arch): i586 and pentium do not imply MMX. i686 and pentiumpro do
4345 neither imply SSE nor MMX. k6 implies MMX. k6_2 additionally implies
4346 3DNow!. Athlon additionally implies 3DNow!A. Several new
4347 entries (those starting with a dot are for sub-arch specification).
4348 (set_cpu_arch): Handle sub-arch specifications.
4349 (parse_insn): Distinguish between instructions not supported because
4350 of insufficient CPU features and because of 64-bit mode.
4351 * doc/c-i386.texi: Describe enhanced .arch directive.
4353 2004-11-22 Bob Wilson <bob.wilson@acm.org>
4355 * config/tc-xtensa.c (xg_add_opcode_fix): Set fx_no_overflow.
4357 2004-11-22 Bob Wilson <bob.wilson@acm.org>
4359 * dwarf2dbg.c (dwarf2_finish): Don't write a .debug_line section
4360 without a corresponding .debug_info section.
4362 2004-11-22 Hans-Peter Nilsson <hp@axis.com>
4364 * read.c (potable): Add "error" and "warning".
4365 (s_errwarn): New function.
4366 * read.h (s_errwarn): Declare.
4367 * doc/as.texinfo (Error, Warning): Document .error and .warning.
4369 2004-11-22 Nick Clifton <nickc@redhat.com>
4371 * config/tc-tic54x.c (tic54x_adjust_symtab): Adjust call to
4374 2004-11-19 Alan Modra <amodra@bigpond.net.au>
4376 * config/tc-msp430.c (struct rcodes_s, MSP430_RLC, msp430_rcodes,
4377 struct hcodes_s, msp430_hcodes): From include/opcode/msp430.h.
4379 2004-11-19 Alan Modra <amodra@bigpond.net.au>
4381 * config/obj-coff.c (c_dot_file_symbol): Add "app" param.
4382 (coff_adjust_symtab): Adjust call.
4383 (crawl_symbols): Likewise.
4384 * config/obj-coff.h (c_dot_file_symbol): Add "app" param.
4385 (obj_app_file): Adjust.
4387 2004-11-18 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
4389 * configure.in: Enable bfd_assember for the MAXQ port.
4390 * configure: Regenerate.
4392 2004-11-12 Bob Wilson <bob.wilson@acm.org>
4393 Sterling Augustine <sterling@tensilica.com>
4395 * config/tc-xtensa.c (finish_vinsn): Clear pending instruction if
4396 there is a conflict.
4397 (check_t1_t2_reads_and_writes): Check for both reads and writes to
4398 interfaces that are related as determined by xtensa_interface_class_id.
4400 2004-11-12 Nick Clifton <nickc@redhat.com>
4402 * config/tc-mn10300.c (md_relax_table): Fix off by one negative
4403 offsets for conditional branches.
4405 2004-11-11 Bob Wilson <bob.wilson@acm.org>
4407 * config/tc-xtensa.c (MAX_IMMED6): Change value to 65.
4409 2004-11-10 Bob Wilson <bob.wilson@acm.org>
4411 * config/tc-xtensa.c (update_next_frag_state): Always add a NOP if
4412 relaxing at the end of a loop. Don't mark frags as UNREACHABLE or
4414 (relax_frag_immed): Update call to update_next_frag_state.
4416 2004-11-10 Alan Modra <amodra@bigpond.net.au>
4418 * obj.h (struct format_ops <app_file>): Add int param.
4419 * read.h (s_app_file_string): Likewise.
4420 * read.c (s_app_file_string): Likewise.
4421 (s_app_file): Adjust s_app_file_string call.
4422 * config/tc-mips.c (s_mips_file): Likewise.
4423 * config/obj-coff.h (obj_app_file): Add app param.
4424 * config/obj-ecoff.h (obj_app_file): Likewise.
4425 * config/obj-multi.h (obj_app_file): Likewise.
4426 * config/obj-elf.h (elf_file_symbol): Likewise.
4427 * config/obj-elf.c (elf_file_symbol): Only emit one file symbol
4428 if called for # preprocessor lines.
4430 2004-11-08 H.J. Lu <hongjiu.lu@intel.com>
4433 * symbols.c (resolve_symbol_value): Convert weak symbols only
4435 (symbol_equated_reloc_p): Don't equate weaks when relocating
4436 only for Windows PECOFF.
4438 2004-11-08 Tomer Levi <Tomer.Levi@nsc.com>
4440 * config/tc-crx.c (print_insn): Check and set insn_addr.
4441 * config/tc-crx.h (md_frag_check): Define.
4443 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
4444 Vineet Sharma <vineets@noida.hcltech.com>
4446 * configure.in: Add support for new target maxq-coff.
4447 * configure: Regenerate.
4448 * NEWS: Mention new support.
4449 * config/tc-maxq.c: New file.
4450 * config/tc-maxq.h: New file.
4451 * config/obj-coff.h: Add support for maxq-coff.
4453 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4455 * symbols.c (any_external_name): Define.
4456 (resolve_symbol_value): Convert weak symbols.
4457 (S_SET_EXTERNAL): Support any_external_name.
4458 (S_SET_NAME): Qualify parameter const.
4459 (symbol_equated_reloc_p): Equate to weaks when relocating.
4460 * symbols.h (S_SET_NAME): Qualfiy parameter const.
4461 * tc.h (any_external_name): Declare.
4462 * config/obj-coff.c ("coff/pe.h"): Include for BFD
4464 (weak_is_altname): Declare and define.
4465 (weak_name2altname): Same.
4466 (weak_altname2name): Same.
4467 (weak_uniquify): Same.
4468 (weak_altprefix): Define.
4469 (obj_coff_weak): Change .weak syntax and handling.
4470 (coff_frob_symbol): Fix PE weak symbol alternates.
4471 * config/obj-coff.h (USE_UNIQUE): Define.
4472 * config/tc-i386.c (md_apply_fix3): Assume weak symbols
4473 are in another segment.
4474 (tc_gen_reloc): Remove broken addend hack.
4475 doc/as.texinfo: Update.
4477 2004-11-05 Sterling Augustine <sterling@tensilica.com>
4479 * config/tc-xtensa.c (total_frag_text_expansion): New.
4480 (md_estimate_size_before_relax): Use it.
4481 (find_address_of_next_align_frag): Likewise.
4483 2004-11-05 Tomer Levi <Tomer.Levi@nsc.com>
4485 * config/tc-crx.c: Rename argument types.
4486 (processing_arg_number): Rename to 'cur_arg_num'.
4487 (get_number_of_bits): Rename to 'set_operand_size'.
4488 (get_operandtype): Rename to 'parse_operand', totally rewrite.
4489 (set_cons_rparams): Rename to 'set_operand', totally rewrite.
4490 (set_indexmode_parameters): Remove function, integrate its code into
4492 (set_operand_size): Get rid of 'Operand Number' function parameter -
4493 use global variable 'cur_arg_num' instead.
4494 Use a local 'argument' pointer to reference the current argument.
4495 (parse_operand): Likewise.
4496 (set_operand): Likewise.
4497 (process_label_constant): Likewise.
4499 2004-11-04 Bob Wilson <bob.wilson@acm.org>
4501 * config/tc-xtensa.c: Remove XTENSA_SECTION_RENAME ifdefs.
4502 (add_section_rename): Delete. Inlined into...
4503 (build_section_rename): ...here. Use xstrdup instead of strdup.
4504 (xtensa_section_rename): Drop "const" from argument and return types.
4505 (md_show_usage): Indent to match show_usage().
4506 * config/tc-xtensa.h: Remove XTENSA_SECTION_RENAME ifdefs.
4507 (tc_canonicalize_section_name): Define.
4508 (md_elf_section_rename): Remove unused macro.
4509 * doc/as.texinfo (Overview): Document Xtensa --rename-section option.
4510 * doc/c-xtensa.texi (Xtensa Options): Likewise.
4511 (Frame Directive): Delete.
4513 2004-11-04 Daniel Jacobowitz <dan@debian.org>
4515 * configure.in: Remove arm-*-oabi and thumb-*-oabi.
4516 * config/tc-arm.c (target_oabi): Delete.
4517 (md_apply_fix3, elf32_arm_target_format): Remove target_oabi checks.
4518 (arm_opts): Remove moabi.
4519 * doc/as.texinfo (Overview): Remove documentation of -moabi.
4520 * doc/c-arm.texi (ARM Options): Likewise.
4521 * configure: Regenerated.
4523 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
4525 * configure.in (crisv32): Recognize. AC_DEFINE_UNQUOTED
4526 DEFAULT_CRIS_ARCH. Handle crisv32-*-linux-gnu* like
4527 cris-*-linux-gnu* and crisv32-*-* like cris-*-*.
4528 * configure: Regenerate.
4529 * config/tc-cris.c (enum cris_archs): New.
4530 (cris_mach, cris_arch_from_string, s_cris_arch, get_sup_reg)
4531 (cris_insn_ver_valid_for_arch): New functions.
4532 (DEFAULT_CRIS_ARCH): New macro, default to cris_any_v0_v10.
4533 (cris_arch): New variable.
4534 (md_pseudo_table): New pseudo .arch.
4535 (err_for_dangerous_mul_placement): Initialize according to
4537 (STATE_COND_BRANCH): Renamed from STATE_CONDITIONAL_BRANCH.
4539 (STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON)
4540 (STATE_ABS_BRANCH_V32, STATE_LAPC, BRANCH_BF_V32, BRANCH_BB_V32)
4541 (BRANCH_WF_V32, BRANCH_WB_V32): New.
4542 (BRANCH_BF, BRANCH_BB, BRANCH_WF, BRANCH_WB): Don't undef after
4543 use in md_cris_relax_table.
4544 (md_cris_relax_table): Add entries for STATE_COND_BRANCH_V32,
4545 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
4546 Update and improve head comment.
4547 (OPTION_PIC): Define in terms of previous option, OPTION_US.
4548 (OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): Similar.
4550 (md_longopts): New option --march=...
4551 (cris_any_v0_v10_long_jump_size, crisv32_long_jump_size): New
4553 (md_long_jump_size): Initialize in terms of DEFAULT_CRIS_ARCH.
4554 (HANDLE_RELAXABLE): New macro.
4555 (md_estimate_size_before_relax): Use HANDLE_RELAXABLE for common
4556 cases. Check for weak symbols and assume not relaxable. Handle
4557 STATE_COND_BRANCH_V32, STATE_COND_BRANCH_COMMON,
4558 STATE_ABS_BRANCH_V32, STATE_LAPC. Use new variable symbolP, not
4560 (md_convert_frag): Handle STATE_COND_BRANCH_V32,
4561 STATE_COND_BRANCH_COMMON, STATE_ABS_BRANCH_V32, STATE_LAPC.
4562 (cris_create_short_jump): Adjust for CRISv32.
4563 (cris_relax_frag): Handle new states.
4564 (md_create_long_jump): Ditto. Emit error for common_v10_v32.
4565 (md_begin): Define symbols "..asm.arch.cris.v32",
4566 "..asm.arch.cris.v10", "..asm.arch.cris.common_v10_v32" and
4567 "..asm.arch.cris.any_v0_v10". Use cris_insn_ver_valid_for_arch
4568 when entering opcode table entry points.
4569 (md_assemble): Adjust branch handling for CRISv32. Handle LAPC
4570 relaxation. In fix_new_exp call for main insn, pass 1 for pcrel
4571 parameter for 8, 16 and 32-bit pc-relative insns and LAPC.
4572 (cris_process_instruction): Initialize out_insnp->insn_type to
4573 CRIS_INSN_NONE, not CRIS_INSN_NORMAL.
4574 <case ']', '[', 'A', 'd', 'Q', 'N', 'n', 'Y', 'U', 'u', 'T'>: New
4576 <case 'm'>: Check that modified_char == '.'.
4577 <invalid operands>: Consume the rest of the line.
4578 When operands don't match, skip over subsequent insns with
4579 non-matching version specifier but same mnemonic.
4580 <immediate constant, case SIZE_SPEC_REG>: Immediate operands for
4581 special registers in CRISv32 are always 32 bit long.
4582 <immediate constant, case SIZE_FIELD_SIGNED, SIZE_FIELD_UNSIGNED>:
4584 (get_gen_reg): Only recognize "PC" when followed by "+]" for v32
4585 and compatible. Recognize "ACR" for v32, unless followed by "+".
4586 (get_spec_reg): Consider cris_arch when looking up register.
4587 (get_autoinc_prefix_or_indir_op): Don't recognize assignment for
4589 (get_3op_or_dip_prefix_op): Check for ']' after seeing '[rN+'.
4590 (cris_get_expression): Restore input_line_pointer if failing "early".
4591 (get_flags): Consider cris_arch and recognize flags accordingly.
4592 (branch_disp): Adjust for CRISv32.
4593 (gen_cond_branch_32): Similar. Emit error for common_v10_v32.
4594 (cris_number_to_imm): Use as_bad_where, not as_bad. Remove
4595 related FIXME. Don't insist on BFD_RELOC_32_PCREL fixup to be
4596 resolved. Don't enter zeros in object file for
4598 <case BFD_RELOC_CRIS_LAPCQ_OFFSET, BFD_RELOC_CRIS_SIGNED_16>
4599 <case BFD_RELOC_CRIS_SIGNED_8>: New case.
4600 (md_parse_option): Break out "return 1".
4601 <OPTION_ARCH> New case.
4602 (tc_gen_reloc): <case BFD_RELOC_CRIS_LAPCQ_OFFSET>
4603 <case BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_SIGNED_8>
4604 <case BFD_RELOC_CRIS_UNSIGNED_8, BFD_RELOC_CRIS_UNSIGNED_16>
4605 <case BFD_RELOC_32_PCREL>: New cases.
4606 Addends for non-zero fx_pcrel are too in fx_offset.
4607 (md_show_usage): Show --march=<arch>.
4608 (md_apply_fix3): Adjust val for BFD_RELOC_CRIS_LAPCQ_OFFSET.
4609 (md_pcrel_from): BFD_RELOC_CRIS_LAPCQ_OFFSET is PC-relative too.
4610 (s_syntax) <struct syntaxes>: Properly constify member operand.
4611 * config/tc-cris.h (TARGET_MACH): Define.
4612 (cris_mach): Declare.
4613 * doc/as.texinfo (Overview) <CRIS>: Add --march=...
4614 * doc/c-cris.texi (CRIS-Symbols): New node for built-in symbols.
4615 (CRIS-Opts): Document --march=...
4616 (CRIS-Pseudos): Document .arch.
4618 2004-11-04 Jan Beulich <jbeulich@novell.com>
4620 * config/tc-i386.c (set_intel_syntax): Allow % in symbol names when
4621 intel syntax and no register prefix, allow $ in symbol names when
4623 (set_16bit_gcc_code_flag): Replace literal 'l' by LONG_MNEM_SUFFIX.
4624 (intel_float_operand): Add fourth return value indicating math control
4625 operations. Make classification more precise.
4626 (md_assemble): Complain if memory operand of mov[sz]x has no size
4628 (parse_insn): Translate word operands to floating point instructions
4629 operating on integers as well as control instructions to short ones
4630 as expected by AT&T syntax. Translate 'd' suffix to short one only for
4631 floating point instructions operating on non-integer operands.
4632 (match_template): Remove fldcw special case. Adjust q-suffix handling
4633 to permit it on fild/fistp/fisttp in AT&T mode.
4634 (process_suffix): Don't guess DefaultSize insns' suffix from
4635 stackop_size for certain floating point control instructions. Guess
4636 suffix for branch and [ls][gi]dt based on flag_code. Split error
4637 messages for Intel and AT&T syntax, and make the condition more strict
4638 for the former. Adjust suppressing of generation of operand size
4640 (intel parser): Allow the full set of MASM operators. Add FWORD, TBYTE,
4641 OWORD, and XMMWORD operand size specifiers (TBYTE replaces XWORD). Add
4642 more error checking.
4643 * config/tc-i386.h (BYTE_PTR WORD_PTR DWORD_PTR QWORD_PTR XWORD_PTR
4644 SHORT OFFSET_FLAT FLAT NONE_FOUND): Remove unused defines.
4646 2004-11-03 Hans-Peter Nilsson <hp@axis.com>
4648 * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
4649 md_short_jump_size, md_long_jump_size.
4650 * write.c [!WORKING_DOT_WORD]: Ditto.
4651 * tc.h [!WORKING_DOT_WORD]: Declare them here. Drop const
4653 * config/tc-cris.h (md_short_jump_size, md_long_jump_size): Don't
4655 * config/tc-cris.c (md_short_jump_size, md_long_jump_size): Drop
4656 const qualifier in these definitions.
4657 * config/tc-i370.c, config/tc-m68k.c, config/tc-pdp11.c,
4658 config/tc-s390.c, config/tc-tahoe.c, config/tc-vax.c: Ditto.
4660 2004-11-02 Nick Clifton <nickc@redhat.com>
4662 * dwarf2dbg.c (dwarf2_finish): Check for the existence of a file
4663 table before deciding to produce a .debug_line section to match up
4664 with a user provided .debug_info section.
4666 2004-10-28 Tomer Levi <Tomer.Levi@nsc.com>
4668 * config/tc-crx.c (getreg_image): Bug fix, a return value was
4669 mistakenly omitted from CRX_C_REGTYPE and CRX_CS_REGTYPE cases.
4671 2004-10-27 Tomer Levi <Tomer.Levi@nsc.com>
4673 * config/tc-crx.c: Remove global variable 'post_inc_mode'.
4674 (get_flags): New function.
4675 (get_number_of_bits): Edit comments, update numeric values to
4677 (process_label_constant): Don't support the colon
4678 format (SYMBOL:[s|m|l]).
4679 (set_cons_rparams): Support argument type 'arg_rbase'.
4680 (get_operandtype): Bug fix in 'rbase' operand type parsing.
4681 (handle_LoadStor): Bug fix, first handle post-increment mode.
4682 (getreg_image): Remove redundant code, update according to latest
4684 (print_constant): Bug fix relate to 3-word instructions.
4685 (assemble_insn): Bug fix, when matching instructions, verify also
4686 instruction type (not only mnemonic).
4687 Add various error checking.
4688 (preprocess_reglist): Support HI/LO and user registers.
4690 2004-10-25 David Mosberger-Tang <davidm@hpl.hp.com>
4692 * config/tc-ia64.c (fixup_unw_records): Don't let the "t" value
4693 in an epilogue directive go negative.
4695 2004-10-25 H.J. Lu <hongjiu.lu@intel.com>
4698 * config/tc-ia64.c (emit_one_bundle): Decrement md.num_slots_in_use
4699 after reporting template error during manual bundling. Reported
4700 by Michael Dupont, michaelx.dupont@intel.com.
4702 2004-10-25 Daniel Jacobowitz <dan@debian.org>
4704 * Makefile.am: Run dep-am.
4705 * aclocal.m4: Regenerate with automake 1.9.2.
4706 * Makefile.in: Regenerate with automake 1.9.2.
4707 * doc/Makefile.in: Likewise.
4709 * config/tc-arm.c: Include "dw2gencfi.h".
4710 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
4712 * config/tc-arm.h (TARGET_USE_CFIPOP, DWARF2_DEFAULT_RETURN_COLUMN)
4713 (DWARF2_CIE_DATA_ALIGNMENT, tc_regname_to_dw2regnum)
4714 (tc_cfi_frame_initial_instructions): Define.
4715 (tc_arm_regname_to_dw2regnum, tc_arm_frame_initial_instructions):
4718 2004-10-21 Tomer Levi <Tomer.Levi@nsc.com>
4720 * config/tc-crx.c (assemble_insn): Check unsigned immediate
4722 Update coprocessor id to be unsigned immediate.
4724 2004-10-18 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
4726 * config/tc-i386.c (O_secrel): Delete.
4727 (tc_pe_dwarf2_emit_offset): New function.
4728 * config/tc-i386.h (O_secrel): Define as O_md1.
4729 (TC_DWARF2_EMIT_OFFSET): Define.
4731 2004-10-18 Nick Clifton <nickc@redhat.com>
4733 * config/tc-xstormy16.c (xstormy16_cons_fix_new): Accept and
4734 ignore @fptr() directives for 4-byte fixups.
4736 2004-10-15 Alan Modra <amodra@bigpond.net.au>
4738 * Makefile.am: Run "make dep-am"
4739 * Makefile.in: Regenerate.
4741 2004-10-14 Bob Wilson <bob.wilson@acm.org>
4743 * doc/c-xtensa.texi (Xtensa Options, Absolute Literals Directive):
4744 Remove comments about placement of literal pools.
4745 (Literal Directive): Update description of literal placement.
4746 (Literal Prefix Directive): Remove statement that this does not apply
4747 to absolute-mode literals. Describe new section naming scheme.
4749 2004-10-12 Bob Wilson <bob.wilson@acm.org>
4751 * config/tc-xtensa.c (xtensa_frequency_pseudo): Use set_subseg_freq.
4752 (is_entry_opcode, is_movi_opcode, is_the_loop_opcode, is_jx_opcode,
4753 is_windowed_return_opcode): Delete.
4754 (xtensa_frob_label): Use get_subseg_target_freq.
4755 (md_assemble): Inline call to is_entry_opcode.
4756 (xtensa_handle_align): Inline call to get_frag_is_literal.
4757 (relaxation_requirements): Inline call to is_jx_opcode.
4758 (emit_single_op): Inline call to is_movi_opcode.
4759 (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn,
4760 get_frag_is_no_transform, is_entry_opcode, and
4761 set_frag_is_specific_opcode. Use get_subseg_total_freq.
4762 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags,
4763 xtensa_fix_close_loop_end_frags, relax_frag_immed, convert_frag_immed):
4764 Inline calls to get_frag_is_no_transform.
4765 (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode.
4766 (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and
4767 get_frag_is_no_transform.
4768 (convert_frag_immed_finish_loop): Inline calls to get_expression_value
4769 and set_frag_is_no_transform.
4770 (get_expression_value): Delete.
4771 (subseg_map struct): Rename cur_total_freq to total_freq. Rename
4772 cur_target_freq to target_freq.
4773 (get_subseg_info): Split out code to create a new map entry into ...
4774 (add_subseg_info): ... this new function.
4775 (get_last_insn_flags): Check if get_subseg_info succeeded.
4776 (set_last_insn_flags): Call add_subseg_info if needed.
4777 (get_subseg_total_freq, get_subseg_target_freq, set_subseg_freq): New.
4778 (xtensa_reorder_segments): Compute last_sec while counting sections.
4779 Remove call to get_last_sec.
4780 (get_last_sec): Delete.
4781 (cache_literal_section): Inline call to retrieve_literal_seg and its
4782 callees, seg_present and add_seg_list.
4783 (retrieve_literal_seg, seg_present, add_seg_list): Delete.
4784 (get_frag_is_insn, get_frag_is_no_transform,
4785 set_frag_is_specific_opcode, set_frag_is_no_transform): Delete.
4786 * config/tc-xtensa.h (MAX_SLOTS): Reduce from 31 to 15.
4788 2004-10-12 Bob Wilson <bob.wilson@acm.org>
4790 * config/tc-xtensa.c: Use ISO C90 formatting.
4791 * config/tc-xtensa.h: Likewise.
4792 * config/xtensa-istack.h: Likewise.
4793 * config/xtensa-relax.c: Likewise.
4794 * config/xtensa-relax.h: Likewise.
4796 2004-10-12 Paul Brook <paul@codesourcery.com>
4798 * config/tc-arm.c (md_begin): Change EF_ARM_EABI_VER3 to
4801 * doc/c-arm.texi: Document that we actually support -meabi=4, not
4804 2004-10-08 Bob Wilson <bob.wilson@acm.org>
4806 * doc/as.texinfo (VTableEntry, VTableInherit): Add "directive" to index
4808 (Acknowledgements): Use "GAS" instead of AS variable.
4810 2004-10-08 Daniel Jacobowitz <dan@debian.org>
4812 * config/tc-i386.c: Include "elf/x86-64.h".
4813 (i386_elf_section_type): New function.
4814 * config/tc-i386.h (md_elf_section_type): Define.
4815 (i386_elf_section_type): New prototype.
4817 2004-10-08 Linus Nielsen Feltzing <linus@haxx.se>
4819 * config/m68k-parse.h (enum m68k_register): New control register,
4821 * config/tc-m68k.c: Correct control register set for MCF5249.
4823 2004-10-07 Bob Wilson <bob.wilson@acm.org>
4824 Sterling Augustine <sterling@tensilica.com>
4826 * config/tc-xtensa.c (absolute_literals_supported): New global flag.
4827 (UNREACHABLE_MAX_WIDTH): Define.
4828 (XTENSA_FETCH_WIDTH): Delete.
4829 (cur_vinsn, xtensa_fetch_width, xt_saved_debug_type, past_xtensa_end,
4830 prefer_const16, prefer_l32r): New global variables.
4831 (LIT4_SECTION_NAME): Define.
4832 (lit4_state struct): Add lit4_seg_name and lit4_seg fields.
4833 (XTENSA_PROP_*, GET_XTENSA_PROP_*, SET_XTENSA_PROP_*): Define.
4834 (frag_flags struct): New.
4835 (xtensa_block_info struct): Move from tc-xtensa.h. Add flags field.
4836 (subseg_map struct): Add cur_total_freq and cur_target_freq fields.
4837 (bitfield, bit_is_set, set_bit, clear_bit): Define.
4838 (MAX_FORMATS): Define.
4839 (op_placement_info struct, op_placement_table): New.
4840 (O_pltrel, O_hi16, O_lo16): Define.
4841 (directiveE enum): Rename directive_generics to directive_transform.
4842 Delete directive_relax. Add directive_schedule,
4843 directive_absolute_literals, and directive_last_directive.
4844 (directive_info): Rename "generics" to "transform". Delete "relax".
4845 Add "schedule" and "absolute-literals".
4846 (directive_state): Adjust entries to match changes in directive_info.
4847 (xtensa_relax_statesE, RELAX_IMMED_MAXSTEPS): Move to tc-xtensa.h.
4848 (xtensa_const16_opcode, xtensa_movi_opcode, xtensa_movi_n_opcode,
4849 xtensa_l32r_opcode, xtensa_nop_opcode, xtensa_rsr_lcount_opcode): New.
4850 (xtensa_j_opcode, xtensa_rsr_opcode): Delete.
4851 (align_only_targets, software_a0_b_retw_interlock,
4852 software_avoid_b_j_loop_end, maybe_has_b_j_loop_end,
4853 software_avoid_short_loop, software_avoid_close_loop_end,
4854 software_avoid_all_short_loops, specific_opcode): Delete.
4855 (warn_unaligned_branch_targets): New.
4856 (workaround_a0_b_retw, workaround_b_j_loop_end, workaround_short_loop,
4857 workaround_close_loop_end, workaround_all_short_loops): Default FALSE.
4858 (option_[no_]link_relax, option_[no_]transform,
4859 option_[no_]absolute_literals, option_warn_unaligned_targets,
4860 option_prefer_l32r, option_prefer_const16, option_target_hardware):
4862 (option_[no_]align_only_targets, option_literal_section_name,
4863 option_text_section_name, option_data_section_name,
4864 option_bss_section_name, option_eb, option_el): Delete.
4865 (md_longopts): Add entries for: [no-]transform, [no-]absolute-literals,
4866 warn-unaligned-targets, prefer-l32r, prefer-const16, [no-]link-relax,
4867 and target-hardware. Delete entries for [no-]target-align-only,
4868 literal-section-name, text-section-name, data-section-name, and
4870 (md_parse_option): Handle new options and remove old ones. Accept but
4871 ignore [no-]density options. Warn for [no-]generics and [no-]relax
4872 and treat them as [no-]transform.
4873 (md_show_usage): Add new options and remove old ones.
4874 (xtensa_setup_hw_workarounds): New.
4875 (md_pseudo_table): Change "word" entry to use xtensa_elf_cons. Add
4876 "long", "short", "loc" and "frequency" entries.
4877 (use_generics): Rename to ...
4878 (use_transform): ... this function. Add past_xtensa_end check.
4879 (use_longcalls): Add past_xtensa_end check.
4880 (code_density_available, can_relax): Delete.
4881 (do_align_targets): New.
4882 (get_directive): Accept dashes in directive names. Warn about
4883 [no-]generics and [no-]relax directives and treat them as
4885 (xtensa_begin_directive): Call md_flush_pending_output only for some
4886 directives. Check for directives inside instruction bundles. Warn
4887 about deprecated ".begin literal" usage. Warn and ignore [no-]density
4888 directives. Handle new directives. Check generating_literals flag
4890 (xtensa_end_directive): Check for directives inside instruction
4891 bundles. Warn and ignore [no-]density directives. Handle new
4892 directives. Call xtensa_set_frag_assembly_state.
4893 (xtensa_loc_directive_seen, xtensa_dwarf2_directive_loc,
4894 xtensa_dwarf2_emit_insn): New.
4895 (xtensa_literal_position): Call md_flush_pending_output. Do not check
4896 use_literal_section flag.
4897 (xtensa_literal_pseudo): Call md_flush_pending_output. Handle absolute
4898 literals. Use xtensa_elf_cons to parse the expression.
4899 (xtensa_literal_prefix): Do not check use_literal_section. Support
4900 ".lit4" sections for absolute literals. Change prefix convention to
4901 replace ".text" (or ".t" in a linkonce section). No need to call
4903 (xtensa_frequency_pseudo, xtensa_elf_cons, xtensa_elf_suffix): New.
4904 (expression_end): Handle closing braces and colons.
4905 (PLT_SUFFIX, plt_suffix): Delete.
4906 (expression_maybe_register): Use new xtensa-isa.h functions. Use
4907 xtensa_elf_suffix instead of checking for plt suffix, and handle O_lo16
4908 and O_hi16 expressions as well.
4909 (tokenize_arguments): Handle closing braces and colons.
4910 (parse_arguments): Use new xtensa-isa.h functions. Handle "invisible"
4911 operands and paired register syntax.
4912 (get_invisible_operands): New.
4913 (xg_translate_sysreg_op): Handle new Xtensa LX RSR/WSR/XSR syntax. Use
4914 new xtensa-isa.h functions.
4915 (xtensa_translate_old_userreg_ops, xtensa_translate_zero_immed): New.
4916 (xg_translate_idioms): Check if inside bundle. Use use_transform.
4917 Handle new Xtensa LX RSR/WSR/XSR syntax. Remove code to widen density
4918 instructions. Use xtensa_translate_zero_immed.
4919 (operand_is_immed, operand_is_pcrel_label): Delete.
4920 (get_relaxable_immed): Use new xtensa-isa.h functions.
4921 (get_opcode_from_buf): Add slot parameter. Use new xtensa-isa.h
4923 (xtensa_print_insn_table, print_vliw_insn): New.
4924 (is_direct_call_opcode): Use new xtensa-isa.h functions.
4925 (is_call_opcode, is_loop_opcode, is_conditional_branch_opcode,
4926 is_branch_or_jump_opcode): Delete.
4927 (is_movi_opcode, decode_reloc, encode_reloc, encode_alt_reloc): New.
4928 (opnum_to_reloc, reloc_to_opnum): Delete.
4929 (xtensa_insnbuf_set_operand, xtensa_insnbuf_get_operand): Use new
4930 xtensa-isa.h functions. Operate on one slot of an instruction.
4931 (xtensa_insnbuf_set_immediate_field, is_negatable_branch,
4932 xg_get_insn_size): Delete.
4933 (xg_get_build_instr_size): Use xg_get_single_size.
4934 (xg_is_narrow_insn, xg_is_single_relaxable_insn): Update calls to
4935 xg_build_widen_table. Use xg_get_single_size.
4936 (xg_get_max_narrow_insn_size): Delete.
4937 (xg_get_max_insn_widen_size, xg_get_max_insn_widen_literal_size,
4938 xg_is_relaxable_insn): Update calls to xg_build_widen_table. Use
4940 (xg_build_to_insn): Record the loc field. Handle OP_OPERAND_HI16U and
4941 OP_OPERAND_LOW16U. Check xg_valid_literal_expression.
4942 (xg_expand_to_stack, xg_expand_narrow): Update calls to
4943 xg_build_widen_table. Use xg_get_single_size.
4944 (xg_immeds_fit): Use new xtensa-isa.h functions. Update call to
4946 (xg_symbolic_immeds_fit): Likewise. Also handle O_lo16 and O_hi16, and
4947 treat weak symbols conservatively.
4948 (xg_check_operand): Use new xtensa-isa.h functions.
4949 (is_dnrange): Delete.
4950 (xg_assembly_relax): Inline previous calls to tinsn_copy.
4951 (xg_finish_frag): Specify separate relax states for the frag and slot0.
4952 (is_branch_jmp_to_next, xg_add_branch_and_loop_targets): Use new
4953 xtensa-isa.h functions.
4954 (xg_instruction_matches_option_term, xg_instruction_matches_or_options,
4955 xg_instruction_matches_options): New.
4956 (xg_instruction_matches_rule): Handle O_register expressions. Call
4957 xg_instruction_matches_options.
4958 (transition_rule_cmp): New.
4959 (xg_instruction_match): Update call to xg_build_simplify_table.
4960 (xg_build_token_insn): Record loc fields.
4961 (xg_simplify_insn): Check is_specific_opcode field and
4962 density_supported flag.
4963 (xg_expand_assembly_insn): Skip checking code_density_available. Use
4964 new xtensa-isa.h functions. Call use_transform instead of can_relax.
4965 (xg_assemble_literal): Add error handling for O_big. Call
4966 record_alignment. Handle O_pltrel.
4967 (xg_valid_literal_expression): New.
4968 (xg_assemble_literal_space): Add slot parameter. Remove call to
4969 set_expr_symbol_offset. Add call to record_alignment. Update call to
4971 (xg_emit_insn): Delete.
4972 (xg_emit_insn_to_buf): Add format parameter. Update calls to
4973 xg_add_opcode_fix and xtensa_insnbuf_to_chars.
4974 (xg_add_opcode_fix): Change opcode parameter to tinsn and add format
4975 and slot parameters. Handle new "alternate" relocations for absolute
4976 literals and CONST16 instructions. Check for bad uses of O_lo16 and
4977 O_hi16. Use new xtensa-isa.h functions.
4978 (xg_assemble_tokens): Delete.
4979 (is_register_writer): Use new xtensa-isa.h functions.
4980 (is_bad_loopend_opcode): Check for xtensa_rsr_lcount_opcode instead of
4981 old-style RSR from LCOUNT.
4982 (next_frag_opcode): Delete.
4983 (next_frag_opcode_is_loop, next_frag_format_size, frag_format_size,
4984 update_next_frag_state): New.
4985 (update_next_frag_nop_state): Delete.
4986 (next_frag_pre_opcode_bytes): Use next_frag_opcode_is_loop.
4987 (xtensa_mark_literal_pool_location): Check use_literal_section flag and
4988 the state of the absolute-literals directive. Add calls to
4989 record_alignment and xtensa_set_frag_assembly_state. Call
4990 xtensa_switch_to_non_abs_literal_fragment instead of
4991 xtensa_switch_to_literal_fragment.
4993 (assemble_nop): Use build_nop. Update call to xtensa_insnbuf_to_chars.
4994 (get_expanded_loop_offset): Change check for undefined opcode to an
4996 (xtensa_set_frag_assembly_state, relaxable_section,
4997 xtensa_find_unmarked_state_frags, xtensa_find_unaligned_branch_targets,
4998 xtensa_find_unaligned_loops, xg_apply_tentative_value): New.
4999 (md_begin): Update call to xtensa_isa_init. Initialize linkrelax to 1.
5000 Set lit4_seg_name. Call xg_init_vinsn. Initialize new global opcodes.
5001 Call init_op_placement_info_table and xtensa_set_frag_assembly_state.
5002 (xtensa_init_fix_data): New.
5003 (xtensa_frob_label): Reset label symbol to the current frag. Check
5004 do_align_targets and generating_literals flag. Propagate frequency
5005 info to new alignment frag. Call xtensa_set_frag_assembly_state.
5006 (xtensa_unrecognized_line): New.
5007 (xtensa_flush_pending_output): Check if inside a bundle. Add a call
5008 to xtensa_set_frag_assembly_state.
5009 (error_reset_cur_vinsn): New.
5010 (md_assemble): Remove check for literal frag. Remove call to
5011 istack_init. Call use_transform instead of use_generics. Parse
5012 explicit instruction format specifiers. Move code for
5013 a0_b_retw_interlock workaround to xg_assemble_vliw_tokens. Call
5014 error_reset_cur_vinsn on errors. Add call to get_invisible_operands.
5015 Add dwarf2_where call. Remote automatic alignment for ENTRY
5016 instructions. Move call to xtensa_clear_insn_labels to the end.
5017 Rearrange to handle bundles.
5018 (xtensa_cons_fix_new): Delete.
5019 (xtensa_handle_align): New.
5020 (xtensa_frag_init): Call xtensa_set_frag_assembly_state. Remove
5021 assignment to is_no_density field.
5022 (md_pcrel_from): Use new xtensa-isa.h functions. Use decode_reloc
5023 instead of reloc_to_opnum. Handle "alternate" relocations.
5024 (xtensa_force_relocation, xtensa_check_inside_bundle,
5025 xtensa_elf_section_change_hook): New.
5026 (xtensa_symbol_new_hook): Delete.
5027 (xtensa_fix_adjustable): Check for difference of symbols with an
5028 offset. Check for external and weak symbols.
5029 (md_apply_fix3): Remove cases for XTENSA_OP{0,1,2} relocs.
5030 (md_estimate_size_before_relax): Return expansion for the first slot.
5031 (tc_gen_reloc): Handle difference of symbols by producing
5032 XTENSA_DIFF{8,16,32} relocs and by writing the value of the difference
5033 into the output. Handle new XTENSA_SLOT*_OP relocs by storing the
5034 tentative values into the output when linkrelax is set.
5035 (XTENSA_PROP_SEC_NAME): Define.
5036 (xtensa_post_relax_hook): Call xtensa_find_unmarked_state_frags.
5037 Create literal tables only if using literal sections. Create new
5038 property tables instead of old instruction tables. Check for unaligned
5039 branch targets and loops.
5040 (finish_vinsn, find_vinsn_conflicts, check_t1_t2_reads_and_writes,
5041 new_resource_table, clear_resource_table, resize_resource_table,
5042 resources_available, reserve_resources, release_resources,
5043 opcode_funcUnit_use_unit, opcode_funcUnit_use_stage,
5044 resources_conflict, xg_find_narrowest_format, relaxation_requirements,
5045 bundle_single_op, emit_single_op, xg_assemble_vliw_tokens): New.
5046 (xtensa_end): Call xtensa_flush_pending_output. Set past_xtensa_end
5047 flag. Update checks for workaround options. Call
5048 xtensa_mark_narrow_branches and xtensa_mark_zcl_first_insns.
5049 (xtensa_cleanup_align_frags): Add special case for branch targets.
5050 Check for and mark unreachable frags.
5051 (xtensa_fix_target_frags): Remove use of align_only_targets flag.
5052 Use RELAX_LOOP_END_BYTES in special case for negatable branch at the
5053 end of a zero-overhead loop body.
5054 (frag_can_negate_branch): Handle instructions with multiple slots.
5055 Use new xtensa-isa.h functions
5056 (xtensa_mark_narrow_branches, is_narrow_branch_guaranteed_in_range,
5057 xtensa_mark_zcl_first_insns): New.
5058 (xtensa_fix_a0_b_retw_frags, xtensa_fix_b_j_loop_end_frags): Error if
5059 transformations are disabled.
5060 (next_instrs_are_b_retw): Use new xtensa-isa.h functions. Handle
5061 multislot instructions.
5062 (xtensa_fix_close_loop_end_frags, xtensa_fix_short_loop_frags):
5063 Likewise. Also error if transformations are disabled.
5064 (unrelaxed_frag_max_size): New.
5065 (unrelaxed_frag_min_insn_count, unrelax_frag_has_b_j): Use new
5066 xtensa-isa.h functions.
5067 (xtensa_sanity_check, is_empty_loop, is_local_forward_loop): Use
5068 xtensa_opcode_is_loop instead of is_loop_opcode.
5069 (get_text_align_power): Replace as_fatal with assertion.
5070 (get_text_align_fill_size): Iterate instead of using modulus when
5072 (get_noop_aligned_address): Assert that this is for a machine-dependent
5073 RELAX_ALIGN_NEXT_OPCODE frag. Use next_frag_opcode_is_loop,
5074 xg_get_single_size, and frag_format_size.
5075 (get_widen_aligned_address): Rename to ...
5076 (get_aligned_diff): ... this function. Add max_diff parameter.
5077 Remove handling of rs_align/rs_align_code frags. Use
5078 next_frag_format_size, get_text_align_power, get_text_align_fill_size,
5079 next_frag_opcode_is_loop, and xg_get_single_size. Compute max_diff
5080 and pass it back to caller.
5081 (xtensa_relax_frag): Use relax_frag_loop_align. Add code for new
5082 RELAX_SLOTS, RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN,
5083 RELAX_FILL_NOP, and RELAX_UNREACHABLE frag types. Check relax_seen.
5084 (relax_frag_text_align): Rename to ...
5085 (relax_frag_loop_align): ... this function. Assume loops can only be
5086 in the first slot of an instruction.
5087 (relax_frag_add_nop): Use assemble_nop instead of constructing an OR
5088 instruction. Remove call to frag_wane.
5089 (relax_frag_narrow): Rename to ...
5090 (relax_frag_for_align): ... this function. Extend to handle
5091 RELAX_FILL_NOP and RELAX_UNREACHABLE, as well as RELAX_SLOTS with
5092 RELAX_NARROW for the first slot.
5093 (find_address_of_next_align_frag, bytes_to_stretch): New.
5094 (future_alignment_required): Use find_address_of_next_align_frag and
5095 bytes_to_stretch. Look ahead to subsequent frags to make smarter
5096 alignment decisions.
5097 (relax_frag_immed): Add format, slot, and estimate_only parameters.
5098 Check if transformations are enabled for b_j_loop_end workaround.
5099 Use new xtensa-isa.h functions and handle multislot instructions.
5100 Update call to xg_assembly_relax.
5101 (md_convert_frag): Handle new RELAX_SLOTS, RELAX_UNREACHABLE,
5102 RELAX_MAYBE_UNREACHABLE, RELAX_MAYBE_DESIRE_ALIGN, and RELAX_FILL_NOP
5104 (convert_frag_narrow): Add segP, format and slot parameters. Call
5105 convert_frag_immed for branch instructions. Adjust calls to
5106 tinsn_from_chars, tinsn_immed_from_frag, and xg_emit_insn_to_buf. Use
5107 xg_get_single_size and xg_get_single_format.
5108 (convert_frag_fill_nop): New.
5109 (convert_frag_immed): Add format and slot parameters. Handle multislot
5110 instructions and use new xtensa-isa.h functions. Update calls to
5111 tinsn_immed_from_frag and xg_assembly_relax. Check if transformations
5112 enabled for b_j_loop_end workaround. Use build_nop instead of
5113 assemble_nop. Check is_specific_opcode flag. Check for unreachable
5114 frags. Use xg_get_single_size. Handle O_pltrel.
5115 (fix_new_exp_in_seg): Remove check for old plt flag.
5116 (convert_frag_immed_finish_loop): Update calls to tinsn_from_chars and
5117 xtensa_insnbuf_to_chars. Call tinsn_immed_from_frag. Change check
5118 for loop opcode to an assertion. Mark all frags up to the end of the
5119 loop as not transformable.
5120 (get_last_insn_flags, set_last_insn_flags): Use get_subseg_info.
5121 (get_subseg_info): New.
5122 (xtensa_move_literals): Call xtensa_set_frag_assembly_state. Add null
5124 (xtensa_switch_to_literal_fragment): Rewrite to handle absolute
5125 literals and use xtensa_switch_to_non_abs_literal_fragment otherwise.
5126 (xtensa_switch_to_non_abs_literal_fragment): New.
5127 (cache_literal_section): Add is_code parameter and pass it through to
5128 retrieve_literal_seg.
5129 (retrieve_literal_seg): Add is_code parameter and use it to set the
5130 flags on the literal section. Handle case where head parameter is 0.
5131 (get_frag_is_no_transform, set_frag_is_specific_opcode,
5132 set_frag_is_no_transform): New.
5133 (xtensa_create_property_segments): Add end_property_function parameter
5134 and pass it through to add_xt_block_frags. Call bfd_get_section_flags
5135 and skip SEC_DEBUGGING and !SEC_ALLOC sections.
5136 (xtensa_create_xproperty_segments, section_has_xproperty): New.
5137 (add_xt_block_frags): Add end_property_function parameter and call it
5138 if it is non-zero. Call xtensa_frag_flags_init.
5139 (xtensa_frag_flags_is_empty, xtensa_frag_flags_init,
5140 get_frag_property_flags, frag_flags_to_number,
5141 xtensa_frag_flags_combinable, xt_block_aligned_size,
5142 xtensa_xt_block_combine, add_xt_prop_frags,
5143 init_op_placement_info_table, opcode_fits_format_slot,
5144 xg_get_single_size, xg_get_single_format): New.
5145 (istack_push): Inline call to tinsn_copy.
5146 (tinsn_copy): Delete.
5147 (tinsn_has_invalid_symbolic_operands): Handle O_hi16 and O_lo16 and
5148 CONST16 opcodes. Handle O_big, O_illegal, and O_absent.
5149 (tinsn_has_complex_operands): Handle O_hi16 and O_lo16.
5150 (tinsn_to_insnbuf): Use xg_get_single_format and new xtensa-isa.h
5151 functions. Handle invisible operands.
5152 (tinsn_to_slotbuf): New.
5153 (tinsn_check_arguments): Use new xtensa-isa.h functions.
5154 (tinsn_from_chars): Add slot parameter. Rewrite using xg_init_vinsn,
5155 vinsn_from_chars, and xg_free_vinsn.
5156 (tinsn_from_insnbuf): New.
5157 (tinsn_immed_from_frag): Add slot parameter and handle multislot
5158 instructions. Handle symbol differences.
5159 (get_num_stack_text_bytes): Use xg_get_single_size.
5160 (xg_init_vinsn, xg_clear_vinsn, vinsn_has_specific_opcodes,
5161 xg_free_vinsn, vinsn_to_insnbuf, vinsn_from_chars, expr_is_register,
5162 get_expr_register, set_expr_symbol_offset_diff): New.
5163 * config/tc-xtensa.h (MAX_SLOTS): Define.
5164 (xtensa_relax_statesE): Move from tc-xtensa.c. Add
5165 RELAX_CHECK_ALIGN_NEXT_OPCODE, RELAX_MAYBE_DESIRE_ALIGN, RELAX_SLOTS,
5166 RELAX_FILL_NOP, RELAX_UNREACHABLE, RELAX_MAYBE_UNREACHABLE, and
5168 (RELAX_IMMED_MAXSTEPS): Move from tc-xtensa.c.
5169 (xtensa_frag_type struct): Add is_assembly_state_set,
5170 use_absolute_literals, relax_seen, is_unreachable, is_specific_opcode,
5171 is_align, is_text_align, alignment, and is_first_loop_insn fields.
5172 Replace is_generics and is_relax fields by is_no_transform field.
5173 Delete is_text and is_longcalls fields. Change text_expansion and
5174 literal_expansion to arrays of MAX_SLOTS entries. Add arrays of
5175 per-slot information: literal_frags, slot_subtypes, slot_symbols,
5176 slot_sub_symbols, and slot_offsets. Add fr_prev field.
5177 (xtensa_fix_data struct): New.
5178 (xtensa_symfield_type struct): Delete plt field.
5179 (xtensa_block_info struct): Move definition to tc-xtensa.h. Add
5180 forward declaration here.
5181 (xt_section_type enum): Delete xt_insn_sec. Add xt_prop_sec.
5182 (XTENSA_SECTION_RENAME): Undefine.
5183 (TC_FIX_TYPE, TC_INIT_FIX_DATA, TC_FORCE_RELOCATION, NO_PSEUDO_DOT,
5184 tc_unrecognized_line, md_do_align, md_elf_section_change_hook,
5185 HANDLE_ALIGN, TC_LINKRELAX_FIXUP, SUB_SEGMENT_ALIGN): Define.
5186 (TC_CONS_FIX_NEW, tc_symbol_new_hook): Delete.
5187 (unit_num_copies_func, opcode_num_units_func,
5188 opcode_funcUnit_use_unit_func, opcode_funcUnit_use_stage_func): New.
5189 (resource_table struct): New.
5190 * config/xtensa-istack.h (MAX_INSN_ARGS): Increase from 6 to 10.
5191 (TInsn struct): Add keep_wide, loc, fixup, record_fix, subtype,
5192 literal_space, symbol, sub_symbol, offset, and literal_frag fields.
5193 (tinsn_copy): Delete prototype.
5194 (vliw_insn struct): New.
5195 * config/xtensa-relax.c (insn_pattern_struct): Add options field.
5196 (widen_spec_list): Add option conditions for density and boolean
5197 instructions. Add expansions using CONST16 and conditions for using
5198 CONST16 vs. L32R. Use new Xtensa LX RSR/WSR syntax. Add entries for
5200 (simplify_spec_list): Add option conditions for density instructions.
5201 Add entry for NOP instruction.
5202 (append_transition): Add cmp function pointer parameter and use it to
5203 insert the new entry in order.
5204 (operand_function_LOW16U, operand_function_HI16U): New.
5205 (xg_has_userdef_op_fn, xg_apply_userdef_op_fn): Handle
5206 OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
5207 (enter_opname, split_string): Use xstrdup instead of strdup.
5208 (init_insn_pattern): Initialize new options field.
5209 (clear_req_or_option_list, clear_req_option_list,
5210 clone_req_or_option_list, clone_req_option_list, parse_option_cond):
5212 (parse_insn_pattern): Parse option conditions.
5213 (transition_applies): New.
5214 (build_transition): Use new xtensa-isa.h functions. Fix incorrectly
5215 swapped last arguments in calls to append_constant_value_condition.
5216 Call clone_req_option_list. Add warning about invalid opcode.
5217 Handle LOW16U and HI16U function names.
5218 (build_transition_table): Add cmp parameter and use it in calls to
5219 append_transition. Use new xtensa-isa.h functions. Check
5220 transition_applies before adding entries.
5221 (xg_build_widen_table, xg_build_simplify_table): Add cmp parameter and
5222 pass it through to build_transition_table.
5223 * config/xtensa-relax.h (ReqOrOptionList, ReqOrOption, ReqOptionList,
5224 ReqOption, transition_cmp_fn): New types.
5225 (OpType enum): Add OP_OPERAND_LOW16U and OP_OPERAND_HI16U.
5226 (transition_rule struct): Add options field.
5227 * doc/as.texinfo (Overview): Update Xtensa options.
5228 * doc/c-xtensa.texi (Xtensa Options): Delete --[no-]density,
5229 --[no-]relax, and --[no-]generics options. Update descriptions of
5230 --text-section-literals and --[no-]longcalls. Add
5231 --[no-]absolute-literals and --[no-]transform.
5232 (Xtensa Syntax): Add description of syntax for FLIX instructions.
5233 Remove use of "generic" and "specific" terminology for opcodes.
5234 (Xtensa Registers): Generalize the syntax description to include
5235 user-defined register files.
5236 (Xtensa Automatic Alignment): Update.
5237 (Xtensa Branch Relaxation): Mention limitation of unconditional jumps.
5238 (Xtensa Call Relaxation): Linker can now remove most of the overhead.
5239 (Xtensa Directives): Remove confusing rules about precedence.
5240 (Density Directive, Relax Directive): Delete.
5241 (Schedule Directive): New.
5242 (Generics Directive): Rename to ...
5243 (Transform Directive): ... this node.
5244 (Literal Directive): Update for absolute literals. Missing
5245 literal_position directive is now an error.
5246 (Literal Position Directive): Update for absolute literals.
5247 (Freeregs Directive): Delete.
5248 (Absolute Literals Directive): New.
5249 (Frame Directive): Minor editing.
5250 * Makefile.am (DEPTC_xtensa_elf, DEPOBJ_xtensa_elf, DEP_xtensa_elf):
5251 Update dependencies.
5252 * Makefile.in: Regenerate.
5254 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
5256 * config/tc-mips.c (append_insn): Use fix_new rather than fix_new_exp
5257 to build the second and third fixups for a composite relocation.
5258 (macro_read_relocs): New function.
5259 (macro_build): Use it.
5260 (s_cpsetup): Pass all three composite relocation codes to macro_build.
5261 Simplify fragging code accordingly.
5262 (s_gpdword): Use fix_new rather than fix_new_exp for the second part
5263 of the composite relocation. Set fx_tcbit in both fixups.
5265 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
5267 * config/tc-mips.c (append_insn): Set fx_tcbit for composite relocs.
5268 (md_apply_fix3): Don't treat composite relocs as done.
5270 2004-10-07 Jan Beulich <jbeulich@novell.com>
5272 * macro.c (macro_expand_body): When ELF, use .LL rather than LL as
5273 prefix for symbol names generated from the LOCAL macro directive.
5275 * dw2gencfi.c (select_cie_for_fde): When separating CIE out from
5276 FDE, treat a DW_CFA_remember_state as we do a DW_CFA_advance_loc.
5278 2004-10-07 Tomer Levi <Tomer.Levi@nsc.com>
5280 * config/tc-crx.c (preprocess_reglist): Handle Co-processor
5282 (md_assemble): Add error checking for Co-Processor instructions.
5283 (get_cinv_parameters): Add 'b' option to invalidate the
5284 branch-target cache.
5286 2004-10-05 Paul Brook <paul@codesourcery.com>
5288 * config/tc-arm.c (unwind): New variable.
5289 (vfp_sp_encode_reg): New function.
5290 (vfp_sp_reg_required_here): Use it.
5291 (vfp_sp_reg_list, vfp_dp_reg_list): Remove.
5292 (vfp_parse_reg_list): New function.
5293 (s_arm_unwind_fnstart, s_arm_unwind_fnend, s_arm_unwind_cantunwind,
5294 s_arm_unwind_personality, s_arm_unwind_personalityindex,
5295 s_arm_unwind_handlerdata, s_arm_unwind_save, s_arm_unwind_movsp,
5296 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): New
5298 (md_pseudo_table): Add them.
5299 (do_vfp_reg2_from_sp2): Use vfp_parse_reg_list and vfp_sp_encode_reg.
5300 (do_vfp_sp2_from_reg2, vfp_sp_ldstm, vfp_dp_ldstm): Ditto.
5301 (set_section, add_unwind_adjustsp, flush_pending_unwind,
5302 finish_unwind_opcodes, start_unwind_section, create_unwind_entry,
5303 require_hashconst, add_unwind_opcode): New functions.
5304 * doc/c-arm.texi: Document unwinding opcodes.
5305 * NEWS: Mention the new feature.
5307 2004-10-04 Eric Christopher <echristo@redhat.com>
5309 * config/tc-mips.c (md_apply_fix3): Remove erroneous assert.
5311 2004-10-01 H.J. Lu <hongjiu.lu@intel.com>
5313 * config/tc-ppc.c (md_apply_fix3): Call S_SET_THREAD_LOCAL for
5315 * config/tc-s390.c (md_apply_fix3): Likewise.
5316 * config/tc-sparc.c (md_apply_fix3): Likewise.
5318 2004-10-01 Paul Brook <paul@codesourcery.com>
5320 * config/tc-arm.c (arm_elf_section_type): New function.
5321 (arm_elf_change_section): Set section link for exidx sections.
5322 * config/tc-arm.h (arm_elf_section_type): Add prototype.
5323 (md_elf_section_type): Define.
5325 2004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk>
5327 * config/tc-pdp11.c (md_apply_fix3): Change to sign of the SOB
5328 instruction's offset.
5330 2004-10-01 Adam Nemet <anemet@lnxw.com>
5332 * (TARGET_FORMAT): Remove LynxOS COFF definition.
5334 2004-10-01 Ravi Ramaseshan <ravi.ramaseshan@codito.com>
5336 * config/tc-arc.c (tc_gen_reloc): Don't assume fixP->fx_addsy is an
5337 asymbol *, instead use symbol_get_bfdsym.
5339 2004-09-30 Linus Nielsen Feltzing <linus@haxx.se>
5341 * config/tc-m68k.c (select_control_regs): Add mcf5249.
5343 2004-09-30 Paul Brook <paul@codesourcery.com>
5345 * config/tc-arm.c (do_smi, do_nop): New functions.
5346 (insns): Add ARMv6ZK instructions.
5347 (md_apply_fix3): Handle BFD_RELOC_ARM_SMI.
5348 (tc_gen_reloc): Ditto.
5349 (arm_cpus): Add mpcore and arm1176.
5350 (arm_archs): Add armv6{k,z,zk}.
5351 * doc/c-arm.texi: Document new cores and architectures.
5353 2004-09-30 Nick Clifton <nickc@redhat.com>
5355 * config/tc-arm.c: Use ISO C90 formatting.
5357 2004-09-30 Vladimir Ivanov <vladitx@nucleusys.com>
5359 * config/tc-arm.c (mav_reg_required_here): Allow REG_TYPE_CN
5360 as alternative when REG_TYPE_MVF, REG_TYPE_MVD, REG_TYPE_MVFX or
5361 REG_TYPE_MVDX is expected.
5363 2004-09-29 Marc Bevand <m.bevand@gmail.com>
5365 * doc/c-i386.texi (i386-Mnemonics): Fix typo.
5367 2004-09-21 James E Wilson <wilson@specifixinc.com>
5369 * config/tc-ia64.c (ENCODED_PSP_OFFSET): New.
5370 (output_rp_psprel, output_pfs_psprel, output_preds_psprel,
5371 output_spill_base, output_unat_psprel, output_lc_psprel,
5372 output_fpsr_psprel, output_priunat_psprel, output_bsp_psprel,
5373 output_bsprestore_psprel, output_rnat_psprel, output_spill_psprel,
5374 output_spill_psprel_p): Use it.
5376 2004-09-20 Tomer Levi <Tomer.Levi@nsc.com>
5378 * config/tc-crx.c (handle_LoadStor): New function.
5379 Handle load/stor unique instructions before parsing.
5381 2004-09-17 Paul Brook <paul@codesourcery.com>
5383 * config/tc-arm.c (s_arm_rel31): New funciton.
5384 (md_pseudo_table): Add .rel31.
5385 (md_apply_fix3): Handle BFD_RELOC_ARM_TARGET2,
5386 BFD_RELOC_32_PCREL and BFD_RELOC_ARM_PREL31.
5387 (tc_gen_reloc): Handle BFD_RELOC_ARM_PREL31 and BFD_RELOC_ARM_TARGET2.
5388 (arm_fix_adjustable): Return 0 for BFD_RELOC_ARM_TARGET2.
5389 (arm_parse_reloc): Add (target2).
5391 2004-09-17 Alan Modra <amodra@bigpond.net.au>
5393 * Makefile.am: Run "make dep-am".
5394 * Makefile.in: Regenerate.
5395 * aclocal.m4: Regenerate.
5396 * configure: Regenerate.
5397 * doc/Makefile.in: Regenerate.
5398 * po/POTFILES.in: Regenerate.
5399 * po/gas.pot: Regenerate.
5401 2004-09-14 Hideki IWAMOTO <h-iwamoto@kit.hi-ho.ne.jp>
5403 * config/tc-mmix.c [!LLONG_MIN]: Correct #elsif to #elif.
5404 [!LLONG_MAX]: Ditto.
5406 2004-09-13 Paul Brook <paul@codesourcery.com>
5408 * config/tc-arm.c: Rename RELABS to TARGET1.
5410 2004-09-13 Alan Modra <amodra@bigpond.net.au>
5412 * messages.c (as_internal_value_out_of_range): Cast values passed
5413 to as_bad_where or as_warn_where to proper type.
5415 2004-09-11 Theodore A. Roth <troth@openavr.org>
5417 * config/tc-avr.c: Add support for
5418 atmega48, atmega88, atmega168, attiny13, attiny2313, at90can128.
5420 2004-09-09 Alan Modra <amodra@bigpond.net.au>
5422 * dw2gencfi.c (select_cie_for_fde): When separating CIE out
5423 from FDE, treat a CFI_escape as we do a DW_CFA_advance_loc.
5425 2004-09-08 Paul Brook <paul@codesourcery.com>
5427 * config/obj-elf.c (obj_elf_section_type): Handle init_array,
5428 fini_array and preinit_array section types.
5429 * config/tc-ia64.c (ia64_elf_section_type): Remove init_array
5431 * doc/as.texinfo: Document extra section types.
5433 2004-09-02 Mark Mitchell <mark@codesourcery.com>
5435 * Makefile.am (TARG_ENV_HFILES): Add te-symbian.h.
5436 * Makefile.in: Regenerated.
5437 * configure.in: Set em for arm*-*-symbianelf*.
5438 * configure: Regenerated.
5439 * config/tc-arm.c (elf32_arm_target_format): Use Symbian target
5440 vectors when appropriate.
5441 * config/te-symbian.h: New file.
5443 2004-09-03 Tomer Levi <Tomer.Levi@nsc.com>
5445 * config/tc-crx.c (gettrap): Exception vector can be case
5447 (process_label_constant): Fix a 32-bit displacement bug in branch
5449 (get_operandtype) : Bug fix, wrong operand was used.
5450 (process_label_constant): Initialize relocation type to
5453 2004-09-01 Richard Earnshaw < reanrsha@arm.com>
5455 * tc-arm.c (arm_cpus, arm_fpus): Allow <cpu>-s as well as <cpu>s
5456 for synthesizable cores.
5458 * doc/c-arm.texi (ARM Options): Document canonical names of CPUs.
5460 2004-08-25 Dmitry Diky <diwil@spec.ru>
5462 * config/tc-msp430.c: Clean-up the code.
5463 (md_relax_table): New relax table.
5464 (mcu_types): Sort MCU types.
5465 (md_pseudo_table): Add .profiler pseudo handler.
5466 (pow2value): New function.
5467 (msp430_profiler): New function.
5468 (msp430_operands): Add new insns handlers.
5469 (msp430_srcoperand): Add register operand handler, allow complex
5471 (md_estimate_size_before_relax): Rewritten.
5472 (md_convert_frag): Rewritten.
5473 (msp430_relax_frag): New function.
5474 * config/tc-msp430.h (md_relax_frag): define macro
5475 * doc/c-msp430.texi: Update information.
5477 2004-08-24 Nick Clifton <nickc@redhat.com>
5479 * as.c (std_shortopts): Allow -g to take an optional argument.
5480 (parse_args): Pass any switch starting with -g on to the backend
5483 2004-08-18 Mark Mitchell <mark@codesourcery.com>
5485 * configure.in (arm*-*-symbianelf*): New target.
5486 (arm*-*-eabi*): Likewise.
5487 * configure: Regenerated.
5489 2004-08-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5490 * config/tc-mips.c (append_insn): Handle delay slots in branch likely
5493 2004-08-18 Jakub Jelinek <jakub@redhat.com>
5495 * config/tc-ia64.c (start_unwind_section): Add linkonce_empty
5496 argument, don't do anything if current section is not
5497 .gnu.linkonce.t.* and linkonce_empty is set.
5498 (generate_unwind_image, dot_endp): Adjust callers, call
5499 start_unwind_section (*, 1) if nothing will be put into the
5502 2004-08-17 Nick Clifton <nickc@redhat.com>
5504 * as.c (MD_DEBUG_FORMAT_SELECTOR): Provide default definition.
5505 (show_usage): Add -g.
5506 (std_longopts): Add --gen-debug. Alpha sort the table.
5507 (parse_args): Print an error message if a switch is not handled.
5508 Handle the -g switch, calling md_debug_format_selector() if
5510 * NEWS: Mention new feature.
5511 * doc/as.texinfo: Document new switch.
5512 * doc/internals.texi: Document behaviour of md_parse_option.
5514 * config/tc-arm.c (md_parse_option): Do not issue an error message
5515 if the switch is not recognised.
5516 * config/tc-m68k.c (md_parse_option): Likewise.
5517 * config/tc-pdp11.c (md_parse_option): Likewise.
5518 * config/tc-v850.c (md_parse_option): Likewise.
5520 * as.h: Fix up formatting.
5523 2004-08-16 Nick Clifton <nickc@redhat.com>
5525 * macro.c (macro_set_alternate): Use ISO C90 formatting.
5527 * configure.in: Sort architecture based tables alphabetically.
5528 * configure: Regenerate.
5530 2004-08-16 Alan Modra <amodra@bigpond.net.au>
5532 * config/tc-ppc.c (tc_ppc_regname_to_dw2regnum <regnames>): Replace
5533 { "cc", 68 }, with { "cr", 70 }.
5535 2004-08-13 Jan Beulich <jbeulich@novell.com>
5536 Nick Clifton <nickc@redhat.com>
5538 * as.c: Add and handle new --alternate command line option.
5539 * macro.c (macro_set_alternate): New.
5540 * macro.h (macro_set_alternate): Declare.
5541 * read.c: Add and handle new .altmacro and .noaltmacro directives.
5542 * doc/as.texinfo: Document new command line option and pseudo-ops
5543 as well as insert documentation originating from gasp about
5544 alternate macro syntax.
5545 * NEWS: Mention new command line option and pseudo-ops.
5547 2004-08-10 Mark Mitchell <mark@codesourcery.com>
5549 * expr.c (operand): Handle the "~", "-", and "!" operators applied
5552 2004-08-06 Paul Brook <paul@codesourcery.com>
5554 * config/tc-arm.c (md_apply_fix3, tc_gen_reloc, arm_parse_reloc):
5555 Handle new relocations.
5556 * include/elf/arm.h (elf_arm_reloc_type): Add new EABI relocations.
5558 2004-08-05 Bob Wilson <bob.wilson@acm.org>
5560 * write.c (relax_segment): Use was_address instead of address when
5561 setting fr_fix field for align frag due to backwards .org.
5563 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
5565 Introduce SH2a support.
5566 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
5567 * config/tc-sh.c (get_specific): Change arch_sh2a_up to
5569 2004-02-24 Corinna Vinschen <vinschen@redhat.com>
5570 * config/tc-sh.c (md_parse_option): Add sh2a-nofpu ISA handling.
5571 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
5572 * config/tc-sh.c (sh_elf_final_processing): Move sh2a recognition
5573 to end of conditional expression.
5574 2004-02-20 Corinna Vinschen <vinschen@redhat.com>
5575 * config/tc-sh.c: Add sh2a-nofpu support.
5576 2003-12-29 DJ Delorie <dj@redhat.com>
5577 * tc-sh.c: Add sh2a support.
5578 (parse_reg): Add tbr.
5579 (parse_at): Support @@(disp,tbr).
5580 (get_specific): Support sh2a opcodes.
5581 (insert4): New, for 4 byte relocs.
5582 (build_Mytes): Support sh2a opcodes.
5583 (md_apply_fix3_Mytes): Support sh2a opcodes.
5584 2003-12-02 Michael Snyder <msnyder@redhat.com>
5585 * config/tc-sh.c (md_parse_option): Handle sh2a.
5586 (sh_elf_final_processing): Ditto.
5588 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
5590 * config/tc-hppa.h (TARGET_FORMAT): Set to "elf32-hppa-netbsd"
5593 2004-07-27 Alan Modra <amodra@bigpond.net.au>
5595 * config/tc-ppc.c (ppc_frob_file_before_adjust): Warn if .toc too big.
5596 (ppc_arch): Expand comment.
5598 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
5600 * config/tc-crx.c: Support evaluating the difference between two
5602 * config/tc-crx.h: Likewise.
5604 2004-07-26 H.J. Lu <hongjiu.lu@intel.com>
5606 * config/tc-ia64.c (start_unwind_section): Set the linked-to
5608 (ia64_elf_section_change_hook): Set the linked-to section for
5611 2004-07-26 Dmitry Diky <diwil@spec.ru>
5613 * config/tc-msp430.c: Add new subtargets: msp430x1610,
5614 msp430x1611, msp430x1612, msp430x415, msp430x417, msp430xG437,
5615 msp430xG438, msp430xG439.
5617 2004-07-25 Daniel Jacobowitz <dan@debian.org>
5619 * doc/as.texinfo (Section, PushSection): Correct documentation
5622 2004-07-21 Jan Beulich <jbeulich@novell.com>
5624 * config/tc-i386.c (optimize_imm): Adjust immediates to only those
5625 permissible for the selected instruction suffix.
5626 (match_template): Don't permit 64-bit general purpose operands in
5628 (finalize_imm): Permit 64-bit immediates.
5629 (build_modrm_byte): Don't treat 32-bit addressing in 64-bit mode
5630 specially except for the width of the used base and/or index
5631 registers. For 32-bit displacements, use sign-extended
5632 relocations only when using 64-bit addressing.
5633 Force zero displacement on rip-relative addressing when there is
5634 no other displacement.
5635 (i386_index_check): Don't treat 32-bit addressing in 64-bit mode
5636 specially except for the width of the used base and/or index
5638 (parse_register): Disallow Reg64 registers in 32-bit mode.
5640 * config/tc-i386.c: For DefaultSize instructions, don't guess a 'q'
5641 suffix if the instruction doesn't support it.
5643 2004-07-20 Maciej W. Rozycki <macro@linux-mips.org>
5645 * config/tc-mips.c (append_insn): Handle constant expressions with
5646 no associated relocation.
5647 (mips_ip): Cancel the expression after use for the Q format
5649 (parse_relocation): Return no relocation for unsupported
5651 (my_getSmallExpression): Return no relocation if no relocation
5654 2004-07-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5656 * config/obj-som.c (adjust_stab_sections): Add prototype.
5657 (obj_som_compiler, obj_som_version, obj_som_copyright,
5658 adjust_stab_sections): Add ATTRIBUTE_UNUSED to unused arguments.
5659 * config/tc-hppa.c (update_subspace): Likewise.
5660 (is_defined_subspace): Amplify comment.
5661 * config/obj-som.h (som_frob_file): Add prototype.
5663 2004-07-19 Christopher Faylor <cgf@timesys.com>
5664 H.J. Lu <hongjiu.lu@intel.com>
5666 * subsegs.c (section_symbol): Don't create a new segment when
5667 existing segment is undefined.
5669 2004-07-16 Richard Earnshaw <rearnsha@arm.com>
5671 * config/tc-arm.c: Include include/opcode/arm.h.
5672 (ARM_EXT_*, ARM_ARCH_*, ARM_ANY, ARM_ALL, COPROC_ANY): Delete.
5673 (FPU_FPA_EXT_* FPU_VFP_EXT_*, FPU_ANY, FPU_NONE, FPU_MAVERICK): Delete.
5674 (FPU_ARCH_*): Delete.
5675 * Makefile.am: Update dependencies.
5676 * Makefile.in: Regenerate.
5678 2004-07-15 Nick Clifton <nickc@redhat.com>
5680 * configure.in: Accept armbe as a big-endian arm configuration.
5681 * configure: Regenerate.
5683 2004-07-13 Thomas Nystrom <thn@saeab.se>
5685 * config/tc-i386.c (T_SHIFTOP): New constant.
5686 (intel_e05_1): Handle '&', '|' and T_SHIFTOP.
5687 (intel_el1): Handle '~'.
5688 (intel_get_token): Handle '<>', '&', '|' and '~'.
5690 2004-07-13 Nick Clifton <nickc@redhat.com>
5692 (md_assemble): Remove spurious newline from end of as_bad error
5694 (intel_e05_1): Likewise.
5695 (intel_e11): Likewise.
5696 (intel_match_token): Likewise.
5698 2004-07-11 Andreas Schwab <schwab@suse.de>
5700 * config/tc-m68k.c: Convert to C90. Remove redundant
5701 declarations. Indentation fixup.
5702 [M68KCOFF]: Include "obj-coff.h" instead of declaring
5703 obj_coff_section ourselves.
5705 2004-07-09 James E Wilson <wilson@specifixinc.com>
5707 * config/tc-ia64.c (default_big_endian): New.
5708 (dot_byteorder, md_begin): Use it.
5709 (md_parse_option): Set it.
5711 2004-07-09 Nick Clifton <nickc@redhat.com>
5713 * configure.in: Change sh-sybmian-elf to sh-*-symbianelf.
5714 * configure: Regenerate.
5715 * NEWS: Change sh-sybmian-elf to sh-*-symbianelf.
5716 * config/tc-sh.c (sh_elf_final_processing): Use renamed version of
5717 sh_find_elf_flags if necessary.
5719 2004-07-08 Richard Sandiford <rsandifo@redhat.com>
5721 * config/tc-mips.c (mips_fix_adjustable): If the full addend is
5722 going to be split into more than one in-place addend, return 0
5723 for relocations against mergeable sections. Associate comments
5726 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
5728 * Makefile.am (CPU_TYPES): Add crx.
5729 (TARGET_CPU_CFILES): Add config/tc-crx.c.
5730 (TARGET_CPU_HFILES): Add config/tc-crx.h.
5731 (DEPTC_crx_elf): New target.
5732 (DEPOBJ_crx_elf): Likewise.
5733 (DEP_crx_elf): Likewise.
5734 * Makefile.in: Regenerate.
5735 * configure.in: Add crx* target.
5736 * configure: Regenerate.
5737 * config/tc-crx.c: New file.
5738 * config/tc-crx.h: New file.
5739 * NEWS: Mention new target.
5741 2004-07-06 Nick Clifton <nickc@redhat.com>
5743 * config.in: Undefine TARGET_SYMBIAN by default.
5745 * configure: Regenerate. Add sh-symbian-elf target. If
5746 selected define TARGET_SYMBIAN.
5747 * config/tc-sh.h (TARGET_FORMAT): Select a Symbian target
5748 format if TARGET_SYMBIAN has been defined.
5750 * output-file.c (output_file_create): Report the target format
5751 chosen when bfd_openw reports that it is invalid.
5753 * config/obj-coff.c (coff_pseudo_table): Only define the weak
5754 pseudo for BFD based assemblers.
5756 2004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
5759 * config/tc-sh.c (md_assemble): Change isspace to ISSPACE.
5760 (md_parse_option): Remove redundant -isa testing.
5761 Make bfd_arch variable const.
5762 (md_show_usage): Make bfd_arch variable const.
5764 2004-07-03 James E Wilson <wilson@specifixinc.com>
5766 * config/tc-ia64.c (emit_one_bundle): Check and set insn_addr.
5767 * config/tc-ia64.h (md_frag_check): Define.
5769 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
5771 * config/obj-coff.c (obj_coff_weak): New .weak syntax for PE weak
5773 * doc/as.texinfo (Weak): Document PE weak symbols.
5775 2004-07-03 Richard Sandiford <rsandifo@redhat.com>
5777 * config/tc-mips.c (HAVE_IN_PLACE_ADDENDS): New macro.
5778 (reloc_needs_lo_p): Only return true if HAVE_IN_PLACE_ADDENDS.
5779 (mips_frob_file): Rework so that only a single pass through the
5780 relocs is needed. Allow %lo()s to have higher offsets than their
5781 corresponding %hi()s or %got()s.
5783 2004-07-02 Nick Clifton <nickc@redhat.com>
5785 * config/tc-arm.c (md_apply_fix3:BFD_RELOC_ARM_IMMEDIATE): Do not
5786 allow values which have come from undefined symbols.
5787 Always consider this fixup to have been processed as a reloc
5788 cannot be generated for it.
5790 2004-07-02 Alan Modra <amodra@bigpond.net.au>
5792 * frags.h (struct frag): Add has_code and insn_addr fields.
5793 * write.c (cvt_frag_to_fill): Invoke md_frag_check.
5794 * config/tc-ppc.c (md_assemble): Check and set insn_addr.
5795 * config/tc-ppc.h (md_frag_check): Define.
5797 2004-06-28 Maciej W. Rozycki <macro@linux-mips.org>
5799 * doc/Makefile.am (info): Rename goal to...
5800 (info-local): ... this, to preserve implicit dependencies.
5801 * doc/Makefile.in: Regenerate with automake 1.8.5.
5803 2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5805 * config/tc-m32r.c (md_convert_frag): Changed for @PLT.
5806 (m32r_cgen_record_fixup_exp): Changed for @GOTOFF, @GOT.
5807 (m32r_fix_adjustable): Changed for @GOTOFF, @GOT, @PLT.
5808 (tc_gen_reloc): Likewise.
5809 (m32r_end_of_match): Add for @GOTOFF, @GOT, @PLT.
5810 (m32r_parse_name): Likewise.
5811 (m32r_cgen_parse_fix_exp): Likewise.
5812 * config/tc-m32r.h (md_parse_name): Define for @GOTOFF, @GOT, @PLT.
5813 (O_PIC_reloc): Likewise.
5814 (TC_CGEN_PARSE_FIX_EXP): Likewise..
5815 * cgen.c (gas_cgen_parse_operand): Add TC_CGEN_PARSE_FIX_EXP
5816 for @GOTOFF, @GOT, @PLT.
5818 2004-06-21 Jan Beulich <jbeulich@novell.com>
5820 * gas/symbols.c: While discarding ordinary local absolute symbols
5821 when --strip-local-absolute is in effect, retain file symbols.
5823 2004-06-20 Andreas Schwab <schwab@suse.de>
5825 * config/tc-m68k.c (mri_chip): Replace current_chip, not augment.
5826 (md_parse_option): Likewise.
5828 2004-06-17 Jan Beulich <jbeulich@novell.com>
5830 * config/tc-i386.c: Deal with LEX_QM the same way as with LEX_AT.
5831 * config/te-netware.h: New file.
5832 * config/te-ppcnw.h: Delete: Obsolete.
5833 * configure.in: Eliminate ill NetWare targets. Make generic
5834 NetWare target use proper emulation.
5835 * Makefile.am: Eliminate reference to obsolete te-ppcnw.h, add
5836 reference to new te-netware.h.
5837 * configure: Regenerate.
5838 * Makefile.in: Regenerate.
5840 2004-06-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
5842 * config/tc-s390.c (s390_insn): Avoid incorrect signed/unsigned
5843 comparison in .insn pseudo operation.
5845 2004-06-15 Alan Modra <amodra@bigpond.net.au>
5847 * config/obj-coff.c (coff_adjust_section_syms): Use
5848 bfd_get_section_size instead of bfd_get_section_size_before_reloc.
5849 (coff_frob_section): Likewise.
5850 * config/tc-mips.c (md_apply_fix3): Likewise.
5851 * config/obj-elf.c (elf_frob_file): Use bfd_set_section_size.
5852 (elf_frob_file_after_relocs): Likewise.
5854 2004-06-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5856 * config/tc-hppa.c (log2): Rename to exact_log2.
5857 (pa_next_subseg): Delete unused function.
5858 (create_new_space): Mark unused arguments with ATTRIBUTE_UNUSED.
5859 (create_new_subspace): Likewise.
5862 * config/tc-hppa.c (hppa_fix_adjustable): Allow reduction of fake
5863 labels. Fix warning.
5865 2004-05-28 DJ Delorie <dj@redhat.com>
5867 * config/tc-mn10300.h (tc_fix_adjustable): Define.
5868 * config/tc-mn10300.c (mn10300_fix_adjustable): Don't adjust debug
5869 or non-merged symbols.
5871 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
5873 * config/tc-ia64.c (remove_marked_resource): Save, clear and
5874 restore the old slot when inserting srlz.i/srlz.d.
5876 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
5878 * Makefile.am: Regenerate dependecies.
5879 * Makefile.in: Regenerate.
5880 * config/tc-sh.c (valid_arch): Make unsigned.
5881 (preset_target_arch): Likewise.
5882 (md_begin): Use new architecture flags system.
5883 (get_specific): Likewise.
5884 (assemble_ppi): Likewise.
5885 (md_assemble): Likewise. Also fix error check for bad opcodes.
5886 (md_parse_option): Likewise. Also generate -isa values according
5887 to the table in bfd/cpu-sh.c instead of just constants. Also
5888 allow <arch>-up ISA variants.
5889 (sh_elf_final_processing): Replace if-else chain with a call to
5890 sh_find_elf_flags().
5892 2004-05-28 Peter Barada <peter@the-baradas.com>
5894 * config/gc-m68k.c(m68k_ip): Convert mode 5 addressing
5895 with zero offset into mode 2 addressing to save a word.
5897 2004-05-27 H.J. Lu <hongjiu.lu@intel.com>
5899 * config/tc-ia64.c (ar_is_in_integer_unit): Removed.
5900 (ar_is_only_in_integer_unit): New.
5901 (ar_is_only_in_memory_unit): New.
5902 (generate_unwind_image): Silence gcc on 32bit host.
5903 (md_assemble): Use ar_is_only_in_integer_unit instead of
5904 ar_is_in_integer_unit. Check AR access.
5906 2004-05-27 Peter Barada <peter@the-baradas.com>
5908 * config/tc-m68k.c (md_begin): Sort the opcode table into
5910 (m68k_compare_opcode): New function to do the sorting.
5912 2004-05-24 Peter Barada <peter@the-baradas.com>
5914 * config/m68k-parse.y(operand): Allow for MAC/EMAC mask
5915 addressing on MIT style operands.
5916 * config/m68k-parse.y(yylex): Allow '-&' for predecrement
5918 * config/tc-m68k.c(install_operand): Comment 'G' and 'H' type
5921 2004-05-23 Alan Modra <amodra@bigpond.net.au>
5923 * expr.c (operand, operator): Don't reject '++' and '--'.
5925 2004-05-20 Richard Sandiford <rsandifo@redhat.com>
5927 * config/tc-mips.c (append_insn): Use ISA-encoded addresses in MIPS16
5930 2004-05-17 Adam Nemet <anemet@lnxw.com>
5932 * configure.in: Add ppc-*-lynxos*. Update i386-*-lynxos* to ELF.
5933 * configure: Regenerate.
5935 2004-05-13 Paul Brook <paul@codesourcery.com>
5937 * dw2gencfi.c (output_cie): Handle dwarf3 format CIE entries.
5939 2004-05-13 Joel Sherrill <joel@oarcorp.com>
5941 * configure.in (or32-*-rtems*): Switch to elf.
5942 * configure: Regenerate.
5944 2004-05-13 Nick Clifton <nickc@redhat.com>
5946 * po/fr.po: Updated French translation.
5948 2004-05-11 Nick Clifton <nickc@redhat.com>
5950 * doc/as.texinfo (Section): Document G and T flags to .section
5951 directive. Document the extra arguments that the G flag
5952 requires. Document the #tls flag.
5954 2004-05-11 H.J. Lu <hongjiu.lu@intel.com>
5956 * subsegs.c (section_symbol): Create a new section symbol if
5957 the existing one doesn't match.
5958 * symbols.c (symbol_set_bfdsym): Don't reset BFD section symbol.
5960 2004-05-07 Richard Sandiford <rsandifo@redhat.com>
5962 * config/tc-mips.c (append_insn, mips_emit_delays): Extend -mfix-vr4120
5963 to cope with VR4181A errata MD(1) and MD(4).
5965 2004-05-07 Brian Ford <ford@vss.fsi.com>
5967 * NEWS: Mention .secrel32 for pe[i]-i386.
5969 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
5971 * config/tc-frv.h (MAX_MEM_FOR_RS_ALIGN_CODE): New.
5972 (HANDLE_ALIGN): New.
5974 2004-05-06 Daniel Jacobowitz <dan@debian.org>
5976 * Makefile.am (DIST_SUBDIRS): Define.
5977 * aclocal.m4: Regenerate with automake 1.8.4.
5978 * Makefile.in: Likewise.
5979 * doc/Makefile.in: Likewise.
5981 2004-05-06 David Mosberger-Tang <davidm@hpl.hp.com>
5983 * config/tc-ia64.c (dot_serialize): Declare.
5984 (dot_serialize): New function.
5985 (md_pseudo_table): Add ".serialize.data" and
5986 ".serialize.instruction" directives.
5988 2004-05-06 Nick Clifton <nickc@redhat.com>
5990 * messages (as_internal_value_out_of_range): Print a message about
5991 a value being out of range. Be consistent about whether the
5992 values are printed in decimal or hexadecimal.
5993 (as_warn_value_out_of_range): Generate a warning message about an
5995 (as_bad_value_out_of_range): Generate an error message about an
5997 * as.h: Prototype the new functions.
5998 * config/tc-alpha.c (insert_operand): Use new function.
5999 * config/tc-arc.c (arc_insert_operand): Likewise.
6000 * config/tc-mn10200.c (mn10200_insert_operand): Likewise.
6001 * config/tc-mn10300.c (mn10300_insert_operand): Likewise.
6002 * config/tc-ppc.c (ppc_insert_operand): Likewise.
6003 * config/tc-s390.c (s390_insert_operand): Likewise.
6004 * config/tc-v850.c (v850_insert_operand): Likewise.
6006 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
6008 * configure.in: Set em=linux for frv-*-*linux*.
6009 * configure: Rebuilt.
6010 * config/tc-frv.h (TARGET_FORMAT): Use elf32-frvfdpic if...
6011 (frv_md_fdpic_enabled): New.
6012 * config/tc-frv.c (frv_md_fdpic_enabled): New.
6013 (DEFAULT_FDPIC): New.
6014 (frv_flags): Use DEFAULT_FDPIC.
6015 (frv_pic_flag): Likewise.
6016 (OPTION_NOPIC): New.
6017 (md_longopts): Add -mnopic.
6018 (md_parse_option): Handle it.
6019 (md_show_usage): Add -mfdpic and -mnopic.
6021 2004-05-05 Peter Barada <peter@the-baradas.com>
6023 * config/tc-m68k.c: Add find_cf_chip to print list of valid
6024 chips for invalid coldfire instructions, rename selectors
6025 for ColdFire sub-variants, add 521x,5249,547x,548x and aliases,
6026 add current_chip to track which chip is referred to(including save/restore),
6027 use current_chip to select control registers, not current_arch.
6028 (md_show_usage): Add new chips.
6029 * doc/c-m68k.texi: Document new command line switches.
6031 2004-05-05 Jakub Jelinek <jakub@redhat.com>
6033 * tc-s390.h (md_do_align, HANDLE_ALIGN): Remove.
6034 (NOP_OPCODE): Define.
6035 (s390_align_code): Remove prototype.
6036 * tc-s390.c (s390_align_code): Remove.
6038 2004-05-04 H.J. Lu <hongjiu.lu@intel.com>
6040 * config/tc-ia64.c (make_unw_section_name): Removed.
6041 (start_unwind_section): New function.
6042 (generate_unwind_image): Take const segT instead of const
6044 (dot_handlerdata): Adjusted.
6045 (dot_endp): Likewise.
6047 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
6049 * config/obj-elf.c (obj_elf_change_section): Allow the
6050 ".note.GNU-stack" section has SHF_EXECINSTR.
6052 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
6054 * config/obj-elf.c (get_section): Return bfd_boolean.
6055 (obj_elf_change_section): Call bfd_get_section_by_name_if
6056 instead of bfd_map_over_sections.
6058 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
6060 * config/obj-elf.c (get_section): New function.
6061 (obj_elf_change_section): Support multiple sections with same
6064 2004-04-30 Nick Clifton <nickc@redhat.com>
6066 * config/tc-arm.c (create_register_alias): Fix typo checking for
6067 case sensitive register aliases.
6068 (co_proc_number): Use error message string in all_reg_maps[]
6070 (cp_reg_required_here): Likewise.
6071 (fp_reg_required_here): Likewise.
6073 2004-04-29 Brian Ford <ford@vss.fsi.com>
6075 * dwarf2dbg.c (dwarf2_finish): Add SEC_DEBUGGING to section flags.
6077 2004-04-28 Chris Demetriou <cgd@broadcom.com>
6079 * config/tc-mips.c (HAVE_32BIT_ADDRESSES, append_insn, macro_build)
6080 (load_address, macro, mips_ip, md_parse_option)
6081 (mips_force_relocation, mips_validate_fix, md_apply_fix3)
6082 (s_change_sec, pic_need_relax, tc_gen_reloc): Remove all
6083 embedded-PIC handling, and update comments.
6084 (SWITCH_TABLE): Remove.
6085 * config/tc-mips.h (DIFF_EXPR_OK): Delete.
6086 (enum mips_pic_level): Remove EMBEDDED_PIC.
6087 (EXTERN_FORCE_RELOC): Remove embedded-PIC handling.
6088 (TC_FORCE_RELOCATION): Update comment.
6089 * ecoff.c (ecoff_build_lineno): Add comment about some code that
6090 might be safe to remove now that MIPS embedded-PIC is gone.
6092 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6094 * config/obj-som.c (obj_som_init_stab_section): Add new arguments in
6095 call to obj_set_subsection_attributes.
6096 (obj_som_init_stab_section): Likewise.
6097 * config/tc-hppa.c (default_subspace_dict): Add comdat field.
6098 (pa_def_subspaces): Provide comdat default.
6099 (pa_subspace): Handle new "comdat" parameter. Set SEC_LINK_ONCE and
6100 not SEC_IS_COMMON if section is comdat, common or dup_common. Update
6101 calls to create_new_subspace and update_subspace to pass comdat flag.
6102 (create_new_subspace, update_subspace): Add new comdat argument. Use
6103 it in calls to obj_set_subsection_attributes.
6104 * doc/c-hppa.texi (.subspa, .nsubspa): Document new comdat parameter
6105 and use of comdat, common and dup_comm parameters.
6107 2004-04-26 H.J. Lu <hongjiu.lu@intel.com>
6109 * config/obj-elf.c (obj_elf_change_section): Check if the old
6110 group name is NULL before comparison.
6112 2004-04-23 Chris Demetriou <cgd@broadcom.com>
6114 * config/tc-mips.h (mips_dwarf2_addr_size): Prototype.
6116 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6118 * config/tc-mips.c (s_mipsset): Set default CPU type for .set mipsN.
6120 2004-04-23 Chris Demetriou <cgd@broadcom.com>
6122 * config/tc-mips.c (md_longopts): Remove -membedded-pic option.
6123 (OPTION_MEMBEDDED_PIC): Remove.
6124 (OPTION_TRAP, OPTION_BREAK, OPTION_EB, OPTION_EL)
6125 (OPTION_FP32, OPTION_GP32, OPTION_CONSTRUCT_FLOATS)
6126 (OPTION_NO_CONSTRUCT_FLOATS, OPTIONS_FP64, OPTION_GP64)
6127 (OPTION_RELAX_BRANCH, OPTION_NO_RELAX_BRANCH)
6128 (OPTION_ELF_BASE): Renumber.
6129 (md_parse_option): Remove OPTION_MEMBEDDED_PIC handling.
6130 (md_show_usage): Remove mention of -membedded-pic.
6131 * doc/as.texinfo: Remove mention of -membedded-pic.
6133 2004-04-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6135 * config/tc-mips.h (USE_GLOBAL_POINTER_OPT): Remove.
6136 * config/tc-mips.c (RDATA_SECTION_NAME, mips_target_format): Remove
6138 (md_begin, mips_ip, md_parse_option, s_change_sec, s_option,
6139 s_abicalls, nopic_need_relax, tc_gen_reloc): Remove uses of
6140 USE_GLOBAL_POINTER_OPT.
6142 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6144 * config/tc-mips.c (macro): One more use of load_delay_nop.
6146 2004-04-22 Atsushi Nemoto <anemo@mba.ocn.ne.jp>
6148 * config/tc-mips.c (load_delay_nop): New function.
6149 (load_address, macro): Use load_delay_nop() to build a nop
6150 which can be omitted with gpr_interlocks.
6152 2004-04-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6154 * config/tc-mips.c (hilo_interlocks, gpr_interlocks,
6155 cop_interlocks): Remove superfluous CPU entries.
6157 2004-04-22 Paul Brook <paul@codesourcery.com>
6159 * config/tc-arm.c (mav_parse_offset): Value must be multiple of 4.
6161 2004-04-22 Peter Barada <peter@the-baradas.com>
6163 * NEWS: Added support for EMAC instructions and MAC/EMAC
6165 * config/m68k-parse.h: Add ACC[123], ACCEXT{01,23}, MAC/EMAC
6166 scale factor tokens, trailing_ampersand to mark mask addressing
6167 for MAC/EMAC instructions.
6168 * config/m68k-parse.y: Add options_ampersand clause, '<<',
6170 (yylex): Handle '>', '<', and '&' following '+'.
6171 * config/tc-m68k.c: Set mcfmac/mcfemac on appropriate ColdFire
6172 architectures in archs[].
6173 (m68k-ip): Add '4', 'e', 'g', 'i', cases to handle mask addressing
6174 for MAC/EMAC instructions, ACC[0123], ACCEXT{01,23}, and '<<'/'>>'
6176 (m68k_ip): Handle trailing '&' on MAC/EMAC insns.
6177 (install_operand): Fix 'n' case, Add 'F', 'f', 'G', 'H', 'I', ']'
6179 Add EMAC operands to init_table[].
6181 2004-04-22 Bruno De Bus <bdebus@elis.ugent.be>
6183 * config/tc-arm.h (enum mstate): Move here, add MAP_UNDEFINED
6185 (TC_SEGMENT_INFO_TYPE): Define to enum mstate.
6186 * config/tc-arm.c (enum mstate): Delete from here.
6187 (mapping_state): Remove the static mapstate variable and instead
6188 store the state in the segment. This allows a per-section mapping
6189 state. Handle and ignore MAP_UNDEFINED states.
6190 (arm_elf_change_section): Get the current mapping state from the
6192 (s_ltorg): Set the mapping state to MAP_DATA.
6193 (arm_cleanup): Use arm_elf_change_section to get the mapping state
6194 for each pool as it is emitted.
6196 2004-04-22 Nick Clifton <nickc@redhat.com>
6198 * config/tc-arm.h: Formatting tidy ups.
6200 2004-04-20 Chris Demetriou <cgd@broadcom.com>
6202 * NEWS: Note that MIPS -membedded-pic option is deprecated.
6204 2004-04-20 DJ Delorie <dj@redhat.com>
6206 * config/tc-i386.h [TE_PE] (TC_CONS_FIX_NEW): Define.
6207 * config/tc-i386.c (md_pseudo_table) [TE_PE]: Add "secrel32".
6208 [TE_PE] (O_secrel): Define.
6209 [TE_PE] (x86_pe_cons_fix_new): New.
6210 [TE_PE] (pe_directive_secrel): Likewise.
6211 (tc_gen_reloc) [TE_PE]: Support BFD_RELOC_32_SECREL.
6213 2004-04-19 Eric Christopher <echristo@redhat.com>
6215 * config/tc-mips.c (mips_dwarf2_addr_size): Revert part
6216 of previous patch for fix in gcc.
6218 2004-04-19 Jakub Jelinek <jakub@redhat.com>
6220 * config/tc-xtensa.c (xg_assembler_literal): Fix a typo.
6222 2004-04-19 Nathan Sidwell <nathan@codesourcery.com>
6224 * read.c (do_align): Call md_flush_pending_output, if defined.
6226 2004-04-16 Alan Modra <amodra@bigpond.net.au>
6228 * expr.c (operand): Correct checks for ++ and --.
6230 2004-04-14 H.J. Lu <hongjiu.lu@intel.com>
6232 * config/tc-generic.c: Add some comments.
6234 2004-04-14 Richard Sandiford <rsandifo@redhat.com>
6236 * doc/c-mips.texi (-m{no-,}fix-vr4120): Renamed from
6237 -{no-}mfix-vr4122-bugs.
6238 * config/tc-mips.c (mips_fix_vr4120): Renamed from mips_fix_4122_bugs.
6239 (append_insn, mips_emit_delays): Update accordingly.
6240 (OPTION_FIX_VR4120, OPTION_NO_FIX_VR4120): Renamed from *VR4122.
6241 (md_longopts): Change -{no-,}mfix-vr4122-bugs to -m{no-,}fix-vr4120.
6242 (md_parse_option): Update after above changes.
6243 (md_show_usage): Add -mfix-vr4120.
6245 2004-04-13 Bob Wilson <bob.wilson@acm.org>
6247 * doc/as.texinfo (Sub-Sections): Conditionalize COFF-specific use
6248 of .section directive; add a reference to the ELF .subsection
6251 2004-04-13 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6253 * config/tc-m32r.c (md_assemble): Fixed infinite loop bug
6256 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6258 * Makefile.am: Remove mips from aout targets.
6259 * Makefile.in: Regenerate.
6260 * configure.in: Remove mips-dec-bsd* target.
6261 * configure: Regenerate.
6263 2004-04-07 Alan Modra <amodra@bigpond.net.au>
6266 * config/tc-ppc.c (ppc_elf_suffix): Add valid32 and valid64 fields
6267 to struct map_bfd. Adjust MAP macro, and define MAP32, MAP64.
6268 Update "mapping". Restrict some @ modifiers to 32 bit.
6270 2004-04-01 Asgari Jinia <asgarij@kpitcummins.com>
6271 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
6273 * config/tc-sh.c (dont_adjust_reloc_32): New variable.
6274 (sh_fix_adjustable): Avoid adjusting BFD_RELOC_32 when
6275 dont_adjust_reloc_32 is set.
6276 (md_longopts): Add option -renesas.
6277 (md_parse_option, md_show_usage): Likewise.
6278 * doc/c-sh.texi: Likewise.
6280 2004-04-01 Dave Korn <dk@artimi.com>
6282 * config/tc-dlx.c (md_assemble): set fx_no_overflow flag for
6283 hi16 and lo16 fixS structs.
6284 (md_assemble): generate bit_fixS for RELOC_DLX_LO16 in
6285 exactly the same way as for RELOC_DLX_REL16.
6286 (machine_ip): properly respect LO flag in the_insn and
6287 output RELOC_DLX_LO16 rather than RELOC_DLX_16.
6288 (md_apply_fix3): apply RELOC_DLX_LO16.
6290 2004-03-30 Stan Shebs <shebs@apple.com>
6292 Remove long-obsolete MPW support.
6293 * mpw-config.in, mpw-make.sed, mac-as.r: Remove files.
6294 * configure.in: Remove mention of ppc-*-mpw* config.
6295 * configure.in: Likewise.
6297 2004-03-30 Nick Clifton <nickc@redhat.com>
6299 * config/tc-arm.c (meabi_flags): Make its use conditional upon
6300 OBJ_ELF being defined.
6302 2004-03-27 Alan Modra <amodra@bigpond.net.au>
6304 * config/obj-aout.c (obj_aout_type): Remove #ifdef BFD_ASSEMBLER code.
6306 2004-03-23 Paul Brook <paul@codesourcery.com>
6308 * config/tc-arm.c (meabi_flags): New variable.
6309 (arm_parse_eabi): New function.
6310 (md_begin): Set flags for EABI v3.
6312 (arm_long_opts): Add meabi.
6313 * doc/as.texinfo <ARM>: Document -meabi.
6314 * doc/c-arm.texi: Ditto.
6316 2004-03-22 Bob Wilson <bob.wilson@acm.org>
6318 * config/tc-xtensa.c (xtensa_post_relax_hook): Create literal
6319 tables even when use_literal_section flag is not set.
6321 2004-03-22 Alan Modra <amodra@bigpond.net.au>
6323 * config/tc-sh.c: Remove trailing whitespace.
6325 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
6327 * doc/c-cris.texi (CRIS-Opts): Document --no-mul-bug-abort,
6328 --mul-bug-abort and the default behavior.
6329 * config/tc-cris.c (cris_insn_kind): New member CRIS_INSN_MUL.
6330 (err_for_dangerous_mul_placement): New variable.
6331 (STATE_MUL, OPTION_MULBUG_ABORT_ON, OPTION_MULBUG_ABORT_OFF): New
6333 (md_cris_relax_table): Have placeholder for STATE_MUL.
6334 (md_longopts): New options --mul-bug-abort and --no-mul-bug-abort.
6335 (cris_relax_frag) <case ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: New
6337 (md_estimate_size_before_relax) <case ENCODE_RELAX (STATE_MUL,
6338 STATE_BYTE)>: Ditto.
6339 (md_convert_frag) <ENCODE_RELAX (STATE_MUL, STATE_BYTE)>: Check
6340 alignment and position of this frag, emit error message if
6342 (md_assemble): For a multiply insn and when checking it,
6343 transform the current frag into a special frag for that purpose.
6344 (md_parse_option) <case OPTION_MULBUG_ABORT_OFF, case
6345 OPTION_MULBUG_ABORT_ON>: Handle new options.
6347 2004-03-19 Bob Wilson <bob.wilson@acm.org>
6349 * config/tc-xtensa.c (mark_literal_frags): New function.
6350 (xtensa_move_literals): Call mark_literal_frags for all literal
6351 segments, including init and fini literal segments.
6352 (xtensa_post_relax_hook): Swap use of xt_insn_sec and xt_literal_sec.
6354 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6356 * tc-hppa.c (cons_fix_new_hppa): Check for PC relative base type.
6357 (pa_comm): Set BSF_OBJECT in symbol flags.
6359 2004-03-19 Alan Modra <amodra@bigpond.net.au>
6361 * Makefile.am: Run "make dep-am".
6362 * Makefile.in: Regenerate.
6363 * doc/Makefile.in: Regenerate.
6364 * config.in: Regenerate.
6365 * po/gas.pot: Regenerate.
6367 2004-03-18 Nathan Sidwell <nathan@codesourcery.com>
6369 * read.c (read_a_source_file): Use demand_empty_rest_of_line.
6370 (demand_empty_rest_of_line): Issue an error here.
6371 (ignore_rest_of_line): Silently skip to end.
6372 (demand_copy_string): Issue an error, not warning.
6374 * config/obj-elf.c (obj_elf_section_name): Likewise.
6375 (obj_elf_section): Likewise.
6376 * config/tc-arc.c (arc_extoper): Remove bogus NULL checks.
6377 (arc_extinst): Likewise.
6378 * config/tc-ia64.c (dot_saveb): Use demand_empty_rest_of_line.
6379 (dot_spill): Likewise.
6380 (dot_unwabi): Likewise.
6381 (dot_prologue): Likewise.
6383 * expr.c (operand): Reject ++ and --.
6384 (operator): Likewise.
6386 2004-03-17 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6388 * config/tc-sh.c: Include dw2gencfi.h.
6389 (sh_cfi_frame_initial_instructions): New function.
6390 (sh_regname_to_dw2regnum): Likewise.
6391 * config/tc-sh.h (DWARF2_LINE_MIN_INSN_LENGTH): Move to the end of
6393 (TARGET_USE_CFIPOP): Define.
6394 (tc_cfi_frame_initial_instructions): Likewise.
6395 (tc_regname_to_dw2regnum): Likewise.
6396 (DWARF2_DEFAULT_RETURN_COLUMN, DWARF2_CIE_DATA_ALIGNMENT): Likewise.
6397 * Makefile.am: Update dependencies.
6398 * Makefile.in: Regenerate.
6400 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6402 * configure.in: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
6403 * configure: Regenerate.
6405 2004-03-12 Bob Wilson <bob.wilson@acm.org>
6407 * read.c (s_leb128): Call md_flush_pending_output.
6409 2004-03-12 Michal Ludvig <mludvig@suse.cz>
6411 * config/tc-i386.c (output_insn): Handle PadLock instructions.
6412 * config/tc-i386.h (CpuPadLock): New define.
6413 (CpuUnknownFlags): Added CpuPadLock.
6415 2004-03-07 Andreas Schwab <schwab@suse.de>
6417 * doc/c-hppa.texi (HPPA Directives): Fix typo.
6419 2004-03-07 Richard Henderson <rth@redhat.com>
6421 * dw2gencfi.c (output_cie): Align length to 4 byte boundary.
6422 (cfi_finish): Likewise for fde.
6424 2004-03-05 H.J. Lu <hongjiu.lu@intel.com>
6426 * config/tc-ia64.c (md_assemble): Properly handle NULL
6428 (ia64_handle_align): Don't abort if failed to add a stop bit.
6430 2004-03-04 H.J. Lu <hongjiu.lu@intel.com>
6432 * Makefile.in: Regenerated.
6433 * aclocal.m4: Likewise.
6434 * configure: Likewise.
6435 * doc/Makefile.in: Likewise.
6437 2004-03-03 H.J. Lu <hongjiu.lu@intel.com>
6439 * config/tc-ia64.c (dot_align): New.
6440 (ia64_do_align): Make it static.
6441 (md_pseudo_table): Use "dot_align" for "align".
6442 (ia64_md_do_align): Don't set align_frag here.
6443 (ia64_handle_align): Add a stop bit to the previous bundle if
6446 * config/tc-ia64.h (ia64_do_align): Removed.
6448 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
6450 * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
6451 -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
6452 (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
6453 the most general type or the user specifically requested it.
6454 (md_assemble): Add a new error message for when an instruction
6455 is understood, but is not allowed due to an -isa option.
6457 2004-03-02 H.J. Lu <hongjiu.lu@intel.com>
6459 * config/tc-ia64.c (align_frag): New.
6460 (md_assemble): Set the tc_frag_data field in align_frag for
6461 IA64_OPCODE_FIRST instructions.
6462 (ia64_md_do_align): Set align_frag.
6463 (ia64_handle_align): Add a stop bit if needed.
6465 * config/tc-ia64.h (TC_FRAG_TYPE): New.
6466 (TC_FRAG_INIT): New.
6468 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
6470 * config/tc-frv.c (fr400_audio): New variable.
6471 (md_parse_option, md_show_usage): Add -mcpu=fr405 and -mcpu=fr450.
6472 (md_parse_option): Set fr400_audio for -mcpu=fr400 and -mcpu=fr405.
6473 (target_implements_insn_p): New function.
6474 (md_assemble): Report an error if the processor doesn't implement
6477 2004-02-27 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6479 * config/tc-m32r.c (md_longopts): Added -no-bitinst option.
6480 (md_parse_option): Ditto.
6481 (OPTION_NO_SPECIAL_M32R): Added.
6482 (md_show_usage): Document it.
6483 (enable_speial_m32r): Changed a default value from 0 to 1.
6484 * doc/c-m32r.texi: Document the -no-bitinst option.
6486 2004-02-27 Nick Clifton <nickc@redhat.com>
6488 * config/tc-sh.c (get_operand): Revert previous delta.
6489 (tc_gen_reloc): Check for an unknown reloc type before processing
6492 2004-02-27 Hannes Reinecke <hare@suse.de>
6494 * config/tc-s390.c (s390_insn): Correct range check for opcode in
6495 .insn pseudo operation.
6497 2004-02-27 Anil Paranjpe <anilp1@kpitcummins.com>
6499 * config/tc-sh.c (get_operand): In case of #Imm, check has been
6500 added for wrong syntax.
6502 2004-02-26 Eric Christopher <echristo@redhat.com>
6504 * config/tc-mips.c (mips_dwarf2_addr_size): New.
6505 * config/tc-mips.h (DWARF2_ADDR_SIZE): Use.
6507 2004-02-26 Andrew Stubbs <andrew.stubbs@superh.com>
6509 * config/tc-sh.c (build_Mytes): Add REG_N_D and REG_N_B01
6510 nibble types to assembler.
6512 2004-02-25 Fred Fish <fnf@redhat.com>
6514 * config/tc-iq2000.c: Add missing \n\ in multiline string literal.
6516 2004-02-20 James E Wilson <wilson@specifixinc.com>
6518 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
6520 (fixup_unw_records): New arg before_relax. Pass to slot_index.
6521 (ia64_estimate_size_before_relax): New.
6522 (ia64_convert_frag): Pass 0 to fixup_unw_records. Add comment.
6523 (generate_unwind_image): Pass 1 to fixup_unw_records.
6524 * config/tc-ia64.h (ia64_estimate_size_before_relax): Declare.
6525 (md_estimate_size_before_relax): Call ia64_estimate_size_before_relax.
6527 2004-02-19 Jakub Jelinek <jakub@redhat.com>
6529 * stabs.c (generate_asm_file): Avoid warning about use of
6530 uninitialized variable.
6532 2004-02-18 David Mosberger <davidm@hpl.hp.com>
6534 * config/tc-ia64.c (ia64_flush_insns): In addition to prologue,
6535 body, and endp, allow unwind records which do not have a "t"
6536 (time/instruction) field.
6538 2004-02-17 Petko Manolov <petkan@nucleusys.com>
6540 * config/tc-arm.c (do_mav_dspsc_1): Correct offset of CRn.
6541 (do_mav_dspsc_2): Likewise.
6542 Fix accumulator registers move opcodes.
6544 2004-02-13 Hannes Reinecke <hare@suse.de>
6545 Jakub Jelinek <jakub@redhat.com>
6547 * dwarf2dbg.c (get_filenum): Do not read beyond allocated memory.
6549 2004-02-10 Steve Ellcey <sje@cup.hp.com>
6551 * config/tc-ia64.h (ia64_frob_symbol): New declaration.
6552 (tc_frob_symbol): New macro definition.
6553 * config/tc-ia64.c (ia64_frob_symbol): New routine.
6555 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
6557 * config/tc-arm.c (md_begin): Mark .note.gnu.arm.ident as
6560 2004-02-09 Nathan Sidwell <nathan@codesourcery.com>
6562 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
6563 (TC_CASE_SENSITIVE): ... this.
6564 * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE.
6565 * doc/internals.texi (TC_CASE_SENSITIVE): Document.
6567 2004-02-06 James E Wilson <wilson@specifixinc.com>
6569 * config/tc-ia64.c (dot_endp): Delete call to output_endp.
6570 (generate_unwind_image): Re-add it here.
6572 2004-02-06 Nathan Sidwell <nathan@codesourcery.com>
6574 * dwarf2dbg.c (DWARF2_ADDR_SIZE): Remove trailing ';'
6575 * read.h (SKIP_WHITESPACE): Turn into an expression.
6576 * read.c (read_a_source_file): A pseudo is removed by having a
6579 2004-02-05 James E Wilson <wilson@specifixinc.com>
6581 * config/tc-ia64.c (output_endp): New.
6582 (count_bits): Delete.
6583 (ia64_flush_insns, process_one_record, optimize_unw_records): Handle
6584 endp unwind records.
6585 (fixup_unw_records): Handle endp unwind records. Delete code for
6586 shortening prologue regions not followed by a body record.
6587 (dot_endp): Call add_unwind_entry to emit endp unwind record.
6588 * config/tc-ia64.h (unw_record_type): Add endp.
6590 2004-02-03 James E Wilson <wilson@specifixinc.com>
6592 * config/tc-ia64.c (ia64_convert_frag): Call md_number_to_chars to
6593 fill padding bytes with zeroes.
6594 (emit_one_bundle): New locals last_ptr, end_ptr. Rewrite code that
6595 sets unwind_record slot_number and slot_frag fields.
6597 2004-02-02 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6599 * config/tc-mips.c (add_got_offset_hilo): New function.
6600 (macro): Use load_register() and add_got_offset_hilo() to load
6601 constants instead of hardcoding code sequences throughout.
6603 2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
6605 * config/tc-ia64.c (emit_one_bundle): Add proper indentation.
6607 2004-01-26 Bernardo Innocenti <bernie@develer.com>
6609 * config/tc-m68k.h (EXTERN_FORCE_RELOC): Handle m68k-uclinux specially,
6611 * config/tc-m68k.c (RELAXABLE_SYMBOL): Use EXTERN_FORCE_RELOC instead
6612 of hard-coded test for TARGET_OS=elf.
6614 2004-01-24 Chris Demetriou <cgd@broadcom.com>
6616 * config/tc-mips.c (hilo_interlocks): Change definition
6617 so that MIPS32, MIPS64 and later ISAs are included, along with
6618 the already-included machines. Update comments.
6620 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
6622 * config/tc-arm.c (tc_gen_reloc): Improve error message for
6623 undefined local labels.
6625 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
6627 * config/tc-mips.c (load_address, macro): Update comments about
6628 NewABI GP relaxation.
6630 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
6632 * config/tc-mips.c (macro_build): Remove place and counter arguments.
6633 (mips_build_lui, macro_build_ldst_constoffset): Likewise.
6634 (mips16_macro_build, macro_build_jalr): Remove counter argument.
6635 (set_at, load_register, load_address, move_register): Likewise.
6636 (load_got_offset, add_got_offset): Likewise.
6637 Update all calls and tidy accordingly.
6639 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
6641 * config/tc-mips.c (RELAX_ENCODE): Remove WARN argument.
6642 (RELAX_FIRST, RELAX_SECOND): Turn into 8-bit quantities.
6643 (RELAX_USE_SECOND): Bump to 0x10000.
6644 (RELAX_SECOND_LONGER, RELAX_NOMACRO, RELAX_DELAY_SLOT): New flags.
6645 (mips_macro_warning): New variable.
6646 (md_assemble): Wrap macro expansion in macro_start() and macro_end().
6647 (s_cpload, s_cpsetup, s_cprestore, s_cpreturn): Likewise.
6648 (relax_close_frag): Set mips_macro_warning.first_frag. Adjust use
6650 (append_insn): Update mips_macro_warning.sizes.
6651 (macro_start, macro_warning, macro_end): New functions.
6652 (macro_build): Don't emit warnings here.
6653 (macro_build_lui, md_estimate_size_before_relax): ...or here.
6654 (md_convert_frag): Check for cases where one macro alternative
6655 needs a warning and the other doesn't. Emit a warning if the
6656 longer sequence was chosen.
6658 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
6660 * config/tc-mips.h (tc_frag_data_type, TC_FRAG_TYPE): Remove.
6661 * config/tc-mips.c (RELAX_ENCODE): Take three arguments: the size of
6662 the first sequence, the size of the second sequence, and a flag
6663 that says whether we should warn.
6664 (RELAX_OLD, RELAX_NEW, RELAX_RELOC[123]): Delete.
6665 (RELAX_FIRST, RELAX_SECOND): New.
6666 (mips_relax): New variable.
6667 (relax_close_frag, relax_start, relax_switch, relax_end): New fns.
6668 (append_insn): Remove "place" argument. Use mips_relax.sequence
6669 rather than "place" to check whether we're expanding the second
6670 alternative of a relaxable macro. Remove redundant check for
6671 branch relaxation. If generating a normal insn, and there
6672 is not enough room in the current frag, call relax_close_frag()
6673 to close it. Update mips_relax.sizes[]. Emit fixups for the
6674 second version of a relaxable macro. Record the first relaxable
6675 fixup in mips_relax. Remove tc_gen_reloc workaround.
6676 (macro_build): Remove all uses of "place". Use mips_relax.sequence
6677 in the same way as in append_insn.
6678 (mips16_macro_build): Remove "place" argument.
6679 (macro_build_lui): As for macro_build. Don't drop the add_symbol
6680 when generating the second version of a relaxable macro.
6681 (load_got_offset, add_got_offset): New functions.
6682 (load_address, macro): Use new relaxation machinery. Remove
6683 tc_gen_reloc workarounds.
6684 (md_estimate_size_before_relax): Set RELAX_USE_SECOND if the second
6685 version of a relaxable macro is needed. Return -RELAX_SECOND if the
6686 first version is needed.
6687 (tc_gen_reloc): Remove relaxation handling.
6688 (md_convert_frag): Go through the fixups for a relaxable macro and
6689 mark those that belong to the unneeded alternative as done. If the
6690 second alternative is needed, adjust the fixup addresses to account
6691 for the deleted first alternative.
6693 2004-01-23 Richard Sandiford <rsandifo@redhat.com>
6695 * frags.h (frag_room): Declare.
6696 * frags.c (frag_room): New function.
6697 * doc/internals.texi: Document it.
6699 2004-01-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6701 * config/tc-mips.c (append_insn): Don't do r3900 interlock
6702 optimization for -mtune=r3900, as this will break on other CPUs.
6704 2004-01-11 Tom Rix <tcrix@worldnet.att.net>
6706 * config/tc-m68hc11.c (build_indexed_byte): movb and movw cannot
6707 be relaxed, use fixup.
6708 (md_apply_fix3): Use 5 bit reloc from movb and movw fixup.
6710 2004-01-19 Jakub Jelinek <jakub@redhat.com>
6712 * config/tc-sparc.c (sparc_ip): Disallow %f32-%f63 for single
6715 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6717 * config/tc-mips.c (append_insn): Properly detect variant frags
6718 that preclude swapping of relaxed branches. Correctly swap
6719 instructions between frags when dealing with relaxed branches.
6721 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6723 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
6725 * aclocal.m4: Regenerate.
6726 * configure: Regenerate.
6728 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
6730 * config/tc-h8300.c (build_bytes): Apply relaxation to bit
6733 2004-01-12 Richard Sandiford <rsandifo@redhat.com>
6735 * config/tc-mips.c (macro_build_jalr): When adding an R_MIPS_JALR
6736 reloc, reserve space for the delay slot as well as the jalr itself.
6738 2004-01-09 Paul Brook <paul@codesourcery.com>
6740 * config/tc-arm.c (do_vfp_reg2_from_sp2): Rename from do_vfp_sp_reg2.
6741 (do_vfp_sp2_from_reg2): New function.
6743 (do_vfp_dp_from_reg2): Check return values properly.
6745 2004-01-08 Ian Lance Taylor <ian@wasabisystems.com>
6747 * config/tc-mips.c (warn_nops): Remove static variable.
6748 (macro): Remove test of warn_nops.
6749 (md_shortops): Remove 'n'.
6750 (md_parse_option): Remove 'n' case.
6751 (md_show_usage): Remove -n.
6752 * doc/as.texinfo (Overview): Remove MIPS -n option.
6753 * doc/c-mips.texi (MIPS Opts): Remove mention -n.
6754 * NEWS: Mention removal of MIPS -n option.
6756 * config/tc-mips.c (ISA_HAS_COPROC_DELAYS): Remove.
6757 (cop_interlocks): Check ISA level.
6758 (cop_mem_interlocks): Define.
6759 (reg_needs_delay): Check cop_interlocks rather than
6760 ISA_HAS_COPROC_DELAYS.
6761 (append_insn): Likewise. Use cop_mem_interlocks rather than
6762 directly checking mips_opts.isa.
6763 (mips_emit_delays): Likewise.
6765 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
6767 * config/tc-ia64.c (unwind): Move next_slot_number and
6768 next_slot_frag to ...
6769 (unw_rec_list): Here.
6770 (free_list_records): Removed.
6771 (output_unw_records): Likewise.
6772 (generate_unwind_image): Make it void.
6773 (alloc_record): Initialize next_slot_number and next_slot_frag.
6774 (slot_index): Take .org, .space and .align into account.
6775 (fixup_unw_records): Don't set slot_number to 0. Use
6776 list->next_slot_number and list->next_slot_frag instead of
6777 unwind.next_slot_number and unwind.next_slot_frag.
6778 (ia64_convert_frag): New.
6779 (generate_unwind_image): Generate a rs_machine_dependent frag
6781 (emit_one_bundle): Use list->next_slot_number and
6782 list->next_slot_frag instead of unwind.next_slot_number and
6783 unwind.next_slot_frag.
6785 * config/tc-ia64.h (md_convert_frag): Defined as
6787 (md_estimate_size_before_relax): Defined as (f)->fr_var.
6789 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
6791 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
6792 * config/tc-frv.h (md_apply_fix3): Don't define.
6793 * config/tc-frv.c (md_apply_fix3): New. Shift/truncate %hi/%lo
6795 * config/tc-frv.h (TC_FORCE_RELOCATION_SUB_LOCAL): Define.
6796 2003-10-07 Alexandre Oliva <aoliva@redhat.com>
6797 * config/tc-frv.c (line_separator_chars): Add `!'.
6798 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
6799 * config/tc-frv.c (md_assemble): Clear insn upfront.
6800 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
6801 * config/tc-frv.c (OPTION_FDPIC): New macro.
6802 (md_longopts): Add mfdpic.
6803 (md_parse_option): Handle it.
6804 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
6805 * config/tc-frv.c (md_cgen_lookup_reloc) <FRV_OPERAND_D12,
6806 FRV_OPERAND_S12>: Use reloc type encoded in fix-up.
6807 (frv_pic_ptr): Parse funcdesc.
6809 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6811 * doc/as.texinfo: Let texi2pod parse asconfig.texi and
6812 gasver.texi. Remove duplicate symbol definitions for texi2pod.
6814 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6816 * Makefile.am (Makefile): Move the dependency on
6817 $(BFDDIR)/configure.in to...
6818 (CONFIG_STATUS_DEPENDENCIES): ... here.
6819 (AUTOMAKE_OPTIONS): Require automake 1.8.
6820 * Makefile.in: Regenerate.
6821 * doc/Makefile.am (BASEDIR, BFDDIR): Define.
6822 (CONFIG_STATUS_DEPENDENCIES): Add a dependency on
6823 $(BFDDIR)/configure.in here as well.
6824 * doc/Makefile.in: Regenerate.
6826 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6828 * Makefile.am (install, install-info, RECURSIVE_TARGETS): Remove.
6829 * Makefile.in: Regenerate.
6830 * aclocal.m4: Regenerate.
6831 * doc/Makefile.am (install, install-info): Remove.
6832 (install-data-local): A new hook for install-info.
6833 (AUTOMAKE_OPTIONS): Require automake 1.8.
6834 * doc/Makefile.in: Regenerate.
6836 2004-01-02 Nutan Singh <nutan@kpitcummins.com>
6838 * doc/c-sh.texi: Update description about floating point behavior
6841 2004-01-02 Bernardo Innocenti <bernie@develer.com>
6843 * configure.in: Add m68k-uClinux target.
6844 * configure: Regenerate.
6846 For older changes see ChangeLog-0203
6852 version-control: never