Fix compile time warnings from a GCC 4.0 compiler
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 34d5c111add7a9260a56f8df94f27cda8724626c..c34b4e2d16c34ee8b85364fe780ee8f31516cee1 100644 (file)
@@ -1,3 +1,735 @@
+2005-07-05  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-pdp11.c (md_apply_fix): Cast first argument to
+       md_chars_to_numbers to an unsigned pointer in order to avoid a
+       compile time warning.
+
+2005-07-05  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-ppc.c (ppc_target_format): Add VxWorks.
+
+2005-07-05  Aldy Hernandez  <aldyh@redhat.com>
+
+       * config/tc-ms1.c: New.
+       * config/tc-ms1.h: New.
+       * testsuite/gas/ms1/allinsn.d: New.
+       * testsuite/gas/ms1/allinsn.s: New.
+       * testsuite/gas/ms1/badinsn.s: New.
+       * testsuite/gas/ms1/badinsn1.s: New.
+       * testsuite/gas/ms1/badoffsethigh.s: New.
+       * testsuite/gas/ms1/badoffsetlow.s: New.
+       * testsuite/gas/ms1/badorder.s: New.
+       * testsuite/gas/ms1/badreg.s: New.
+       * testsuite/gas/ms1/badsignedimmhigh.s: New.
+       * testsuite/gas/ms1/badsignedimmlow.s: New.
+       * testsuite/gas/ms1/badsyntax.s: New.
+       * testsuite/gas/ms1/badsyntax1.s: New.
+       * testsuite/gas/ms1/badunsignedimmhigh.s: New.
+       * testsuite/gas/ms1/badunsignedimmlow.s: New.
+       * testsuite/gas/ms1/errors.exp: New.
+       * testsuite/gas/ms1/ldst.s: New.
+       * testsuite/gas/ms1/misc.d: New.
+       * testsuite/gas/ms1/misc.s: New.
+       * testsuite/gas/ms1/ms1-16-003.d: New.
+       * testsuite/gas/ms1/ms1-16-003.s: New.
+       * testsuite/gas/ms1/ms1.exp: New.
+       * testsuite/gas/ms1/msys.d: New.
+       * testsuite/gas/ms1/msys.s: New.
+       * testsuite/gas/ms1/relocs.d: New.
+       * testsuite/gas/ms1/relocs.exp: New.
+       * testsuite/gas/ms1/relocs1.s: New.
+       * testsuite/gas/ms1/relocs2.s: New.
+
+2005-07-05  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.h (CpuSVME): New.
+       (CpuUnknownFlags): Include CpuSVME.
+       * config/tc-i386.c (cpu_arch): Add .pacifica and .svme. Add opteron
+       as alias of sledgehammer.
+       (md_assemble): Include invlpga in the check for insns with two source
+       operands.
+       (process_operands): Include SVME insns in the check for ignored
+       segment overrides. Adjust diagnostic.
+       (i386_index_check): Special-case SVME insns with memory operands.
+
+2005-07-04  Khem Raj  <kraj@mvista.com>
+           Nick Clifton  <nickc@redhat.com>
+
+       * tc-arm.c (struct arm_it): Make operands.imm signed to match its
+       use an immediate value.
+       (parse_vfp_reg_list): Make the 2nd parameter an unsigned pointer
+       since the register field of the operands structure is unsigned.
+       (s_arm_unwind_save_vfp): Make "reg" unsigned.
+       (parse_operands): Make the 2ns parameter an unsigned pointer to
+       match its use.
+       (do_ldrd): When using the imm field of the operands structure as a
+       second register field, treat it as unsigned.
+
+2005-07-04  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 1004
+       * config/obj-elf.c (obj_elf_change_section): Use backend
+       get_sec_type_attr.
+
+2005-07-01  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (line_separator_chars): Add '{' and '}'.
+       (output_spill_psprel, output_spill_psprel_p): Combine.
+       (output_spill_sprel, output_spill_sprel_p): Combine.
+       (output_spill_reg, output_spill_regp_p): Combine.
+       (process_one_record): Handle psp_psprel.
+       (parse_predicate_and_operand): New.
+       (convert_expr_to_ab_reg): Two new parameters. Return void. Always
+       initialize output values. Emit diagnostic case here.
+       (convert_expr_to_xy_reg): Likewise. Don't allow r0, f0, and f1.
+       (add_unwind_entry): New second parameter. Allow first parameter to
+       be NULL. Parse optional tag, emit warning about further support for
+       it otherwise being missing. Check end-of-line when requested.
+       (dot_fframe): Clear operand when wrong. Allow tag.
+       (dot_vframe): Likewise.
+       (dot_vframesp): Likewise. Rename parameter, issue warning when psp
+       relative.
+       (dot_vframepsp): Remove.
+       (dot_altrp): Clear operand when wrong. Allow tag.
+       (dot_save): Likewise. Let default case also go through
+       add_unwind_entry.
+       (dot_savemem): Likewise.
+       (dot_restore): Don't return when wrong operand. Allow tag.
+       (dot_spillreg, dot_spillreg_p): Combine. Simplify by using
+       parse_predicate_and_operand and the new arguments to
+       convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
+       when wrong operand. Allow tag.
+       (dot_restorereg, dot_restorereg_p): Likewise.
+       (dot_spillmem, dot_spillmem_p): Likewise.
+       (dot_saveg): Clear operand when wrong. Perform tighter operand
+       checks. Allow tag.
+       (dot_savef): Likewise.
+       (dot_saveb): Likewise.
+       (dot_savegf): Likewise.
+       (dot_spill): Remove end-of-line check.  Combine. Simplify by using
+       parse_predicate_and_operand and the new arguments to
+       convert_expr_to_ab_reg and convert_expr_to_xy_reg. Don't return
+       when wrong operand. Allow tag.
+       (popcount): New.
+       (dot_label_state): Don't return when wrong operand.
+       (dot_copy_state): Likewise.
+       (dot_unwabi): Likewise. Check if in prologue.
+       (dot_body): Don't call demand_empty_rest_of_line.
+       (dot_prologue): Type of mask and grsave is unsigned. Perform tighter
+       operand checks.
+       (md_pseudo_table): Also use dot_restorereg for .restorereg.p. Also
+       use dot_spillreg for .spillreg.p. Also use dot_spillmem for
+       .spillpsp.p and .spillsp.p. Also use dot_vframesp for .vframepsp.
+       (parse_operand): New second parameter. Don't deal with '}' here
+       anymore. Don't advance past end-of-line.
+       (parse_operands): Pass second argument to parse_operand.
+       (ia64_start_line): Prevent out-of-bounds access through
+       input_line_pointer. Deal with '}' here.
+       (ia64_unrecognized_line): Don't deal with '}' here.
+       (dot_alias): Use ignore_rest_of_line not its deprecated alias
+       discard_rest_of_line.
+
+2005-06-30  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/tc-arm.c (T_OPCODE_BRANCH, encode_arm_addr_mode_2)
+       (encode_arm_addr_mode_3, encode_arm_cp_address, do_blx, do_t_blx)
+       (do_t_branch, insns [b, bl]): Don't encode pipeline offset.
+       (do_branch): Always set inst.reloc.pc_rel.
+       (s_arm_elf_cons): Disallow use of (plt) suffix.
+       (do_adrl): Adjust X_add_number unconditionally.
+       (md_pcrel_from): Rename md_pcrel_from_section, add second segT
+       argument.  Handle all adjustment for pipeline offset here.
+       (md_apply_fix): No need to undo work of md_pcrel_from.  No
+       need to extract pre-encoded pipeline adjustments from various
+       branch instructions.  Generally, assume instructions are already
+       all-bits-zero in the field being fixed up.  Remove all OBJ_ELF
+       special cases.  Handle BFD_RELOC_ARM_PLT32 like
+       BFD_RELOC_ARM_PCREL_BRANCH.
+       (tc_gen_reloc): Remove OBJ_ELF special case.
+       * config/tc-arm.c: Define MD_PCREL_FROM_SECTION.
+
+2005-06-30  Ben Elliston  <bje@gnu.org>
+
+       * Makefile.am (check-DEJAGNU): Don't search for expect.
+       * Makefile.in: Regenerate.
+
+2005-06-30  Ben Elliston  <bje@gnu.org>
+
+       * Makefile.am (EXPECT): Set to expect.
+       (RUNTEST): Likewise, set to runtest.
+       * Makefile.in: Regenerate.
+
+2005-06-23  Ben Elliston  <bje@gnu.org>
+
+       * config/m68k-parse.h: Use ISO C90.
+       * config/m68k-parse.y: Likewise.
+       * config/tc-m68k.h: Likewise.
+
+2005-06-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 1013
+       * config/tc-i386.c (md_assemble): Don't call optimize_disp on
+       movabs.
+       (optimize_disp): Optimize only if possible. Don't use 64bit
+       displacement on non-constants and do same on constants if
+       possible.
+
+2005-06-17  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (reloc): Also handle BFD_RELOC_64_PCREL.
+       (tc_i386_fix_adjustable): Include BFD_RELOC_X86_64_GOTOFF64,
+       BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64.
+       (output_disp): Do GOTPC conversion also for BFD_RELOC_X86_64_32S
+       and BFD_RELOC_32_PCREL. Use BFD_RELOC_X86_64_GOTPC32 instead of
+       aborting.
+       (output_imm): Do GOTPC conversion also for BFD_RELOC_X86_64_32S.
+       Use BFD_RELOC_X86_64_GOTPC32 instead of aborting.
+       (tc_gen_reloc): Do GOTPC conversion also for BFD_RELOC_32_PCREL.
+       Use BFD_RELOC_X86_64_GOTPC32 instead of aborting. Also handle
+       BFD_RELOC_X86_64_GOTOFF64, BFD_RELOC_X86_64_GOTPC32,
+       BFD_RELOC_X86_64_DTPOFF64, and BFD_RELOC_X86_64_TPOFF64. Also
+       convert 8-byte pc-relative relocations.
+       (lex_got): Use BFD_RELOC_X86_64_GOTOFF64 for 64-bit @gotoff.
+       (i386_validate_fix): Likewise.
+       (x86_cons): Also handle quad values in 64-bit mode.
+       (i386_displacement): Also handle BFD_RELOC_X86_64_GOTOFF64.
+       (md_apply_fix): Include BFD_RELOC_X86_64_DTPOFF64 and
+       BFD_RELOC_X86_64_TPOFF64 in the TLS check. Also convert BFD_RELOC_64
+       to pc-relative variant. Also check for BFD_RELOC_64_PCREL.
+
+2005-06-13  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/tc-arm.c (find_real_start): Check S_IS_LOCAL on
+       symbolP as well as for names with a leading dot.  Use ACONCAT.
+       (md_apply_fix): For branch relocations, only replace value
+       with fixP->fx_offset (under #ifdef OBJ_ELF) when !fixP->fx_done.
+       (arm_force_relocation): Remove #ifdef OBJ_ELF case.
+       * config/tc-arm.h (LOCAL_LABEL): Remove unnecessary parentheses.
+       (LOCAL_LABEL_PREFIX): Don't define.
+
+2005-06-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-hppa.c (pa_block): Allocate just one byte for the
+       fill pattern.
+
+2005-06-08  James E Wilson  <wilson@specifixinc.com>
+
+       PR 994
+       * config/tc-ia64.c (slot_index): Revert last change.  If first_frag
+       is NULL, then emit a warning, and return the current index.
+
+2005-06-08  Tomas Hurka  <tom@hukatronic.cz>
+
+       PR 991
+       * config/tc-m68k.c (m68k_ip): Test for insn compatiblity using a
+       temporary copy of the operands array so that changes can be safely
+       backed out if the insn does not match.
+       (m68k_compare_opcode): Shortcut the test when the parameters are
+       the same.  Return 1 if the names match but the second opcode is
+       further on in the array than the first.
+
+2005-06-08  Nick Clifton  <nickc@redhat.com>
+
+       PR 994
+       * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
+
+2005-06-08  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config/tc-m32r.c (use_parallel): Change default value from 1 to 0.
+
+2005-06-07  Aldy Hernandez  <aldyh@redhat.com>
+           Michael Snyder  <msnyder@redhat.com>
+           Stan Cox  <scox@redhat.com>
+
+       * configure.in: Add ms1 case.
+
+       * configure: Regenerate.
+
+       * configure.tgt: Add ms1 case.
+
+2005-06-07  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.h (resource_table): Change units to unsigned chars.
+       * config/tc-xtensa.c (new_resource_table): Likewise.
+       (resize_resource_table): Likewise.
+       (release_resources): Fix assertion for unsigned values.
+
+2005-06-07  Zack Weinberg  <zack@codesourcery.com>
+
+       * cgen.c, cgen.h, tc.h, write.c, config/obj-coff.c
+       * config/tc-a29k.c, config/tc-alpha.c, config/tc-alpha.h
+       * config/tc-arc.c, config/tc-arc.h, config/tc-arm.c
+       * config/tc-arm.h, config/tc-avr.c, config/tc-avr.h
+       * config/tc-cris.c, config/tc-crx.c, config/tc-d10v.c
+       * config/tc-d10v.h, config/tc-d30v.c, config/tc-d30v.h
+       * config/tc-dlx.c, config/tc-dlx.h, config/tc-fr30.h
+       * config/tc-frv.c, config/tc-frv.h, config/tc-h8300.c
+       * config/tc-h8500.c, config/tc-hppa.c, config/tc-hppa.h
+       * config/tc-i370.c, config/tc-i370.h, config/tc-i386.c
+       * config/tc-i386.h, config/tc-i860.c, config/tc-i860.h
+       * config/tc-i960.c, config/tc-i960.h, config/tc-ia64.c
+       * config/tc-ip2k.c, config/tc-ip2k.h, config/tc-iq2000.c
+       * config/tc-iq2000.h, config/tc-m32r.c, config/tc-m32r.h
+       * config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c
+       * config/tc-m68k.h, config/tc-m88k.c, config/tc-maxq.c
+       * config/tc-mcore.c, config/tc-mcore.h, config/tc-mips.c
+       * config/tc-mips.h, config/tc-mmix.c, config/tc-mn10200.c
+       * config/tc-mn10300.c, config/tc-msp430.c, config/tc-ns32k.c
+       * config/tc-openrisc.h, config/tc-or32.c, config/tc-or32.h
+       * config/tc-pdp11.c, config/tc-pj.c, config/tc-pj.h
+       * config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c
+       * config/tc-s390.h, config/tc-sh64.c, config/tc-sh.c
+       * config/tc-sh.h, config/tc-sparc.c, config/tc-sparc.h
+       * config/tc-tahoe.c, config/tc-tic30.c, config/tc-tic4x.c
+       * config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c
+       * config/tc-v850.h, config/tc-vax.c, config/tc-vax.h
+       * config/tc-w65.c, config/tc-xstormy16.c, config/tc-xstormy16.h
+       * config/tc-xtensa.c, config/tc-z8k.c:
+       Replace all instances of the string "_apply_fix3" with
+       "_apply_fix".
+       * po/POTFILES.in, po/gas.pot: Regenerate.
+
+2005-06-08  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       (POTFILES): Remove GAS_CFILES.
+       * Makefile.in: Regenerate.
+
+2005-06-07  David Ung  <davidu@mips.com>
+
+       * config/tc-mips.c (mips_cpu_info_table): Add cpu names m4k, 24k,
+       24kc, 24kf and 24kfx under MIPS32 release 2.
+
+2005-06-04  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (CE, C3, CM, UE, UF): Redefine without reference
+       to their Thumb-enabled equivalents.
+
+2005-06-01  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * config/tc-mips.c (load_register): Add leading "0x" to the
+       output of sprintf_vma().
+       (macro): Likewise.
+
+2005-06-01  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (TxCE, TxC3, TxCM, TUE, TUF): Remove redundant
+       test for the presence of thumb version of the parsing functions
+       since they must always exist and the test generates a compile time
+       warning message.
+
+2005-05-31  Richard Henderson  <rth@redhat.com>
+
+       * config/tc-alpha.c (O_lituse_jsrdirect): New.
+       (alpha_reloc_op): Add it.
+       (debug_exp): Handle it.
+       (DUMMY_RELOC_LITUSE_JSRDIRECT): New.
+       (emit_insn): Handle it.
+       * doc/c-alpha.texi (Alpha-Relocs): Document lituse_jsrdirect.
+
+2005-05-31  Christian Groessler  <chris@groessler.org>
+
+       * write.c (dump_section_relocs): Convert to ISO-C.
+       (write_relocs): Avoid signed/unsigned and fprintf argument
+       warnings in debug code.
+
+2005-05-26  Zack Weinberg  <zack@codesourcery.com>
+
+       * config/tc-arm.h (TC_FIX_TYPE): Change to int.
+       (TC_INIT_FIX_DATA): Initialize to 0, not NULL.
+       * config/tc-arm.c (fix_new_arm): Remove now-unnecessary cast.
+       (md_apply_fix3): Delete fix_is_thumb variable; refer to
+       fixP->tc_fix_data directly in the sole place it was used.
+       Explicitly truncate value, *valP, fixP->fx_addnumber, and
+       fixP->fx_offset to 32 bits, for consistent behavior between 32-
+       and 64-bit hosts.
+
+2005-05-27  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (struct proc_pending): New.
+       (unwind): Replace proc_start with proc_pending.
+       (unwind_diagnostic): Check unwind.proc_pending.sym.
+       (dot_proc): Replace unwind.proc_start with unwind.proc_pending.sym.
+       Check if previous proc not closed. Record all entry points.
+       (dot_endp): Replace unwind.proc_start with unwind.proc_pending.sym.
+       Set symbol sizes for entry points recorded in dot_proc. Check
+       arguments for consistency with respective .proc's.
+       (md_assemble): Replace unwind.proc_start with
+       unwind.proc_pending.sym.
+
+2005-05-27  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (emit_one_bundle): Restrict scope of ptr, end_ptr,
+       and last_ptr. Check all in-use slots for first one with non-NULL
+       unwind_record. Don't reload end_ptr before second update round.
+
+2005-05-26  James E Wilson  <wilson@specifixinc.com>
+
+       * config/tc-ia64.c (extra_goodness): Update comment.
+       (md_begin): Add debugging code to print best_template table.
+
+2005-05-25  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (md_begin): Don't try to match slot 2 of an MLX
+       template.
+
+2005-05-25  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (ia64_gen_real_reloc_type): Also handle
+       BFD_RELOC_UNUSED when determining the width of the reloc.
+
+2005-05-25  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_endp): Clear out all three pointers in unwind
+       section entry.
+
+2005-05-25  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_radix): Rewrite.
+
+2005-05-25  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (struct unw_rec_list): Remove next_slot_number
+       and next_slot_frag.
+       (alloc_record): Remove references to next_slot_number and
+       next_slot_frag.
+       (emit_one_bundle): Likewise.
+
+2005-05-22  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.c (md_apply_fix3): Pass the address of the
+       message buffer when invoking the insert function.
+
+2005-05-21  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * config/tc-hppa.c (pa_ip): Promote architecture from PA 1.0 to 1.1
+       only if an instruction match is found.
+
+2005-05-20  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xg_assemble_vliw_tokens): Change subtraction
+       to addition in argument to xtensa_dwarf2_emit_insn.
+
+2005-05-19  Zack Weinberg  <zack@codesourcery.com>
+
+       * Makefile.am: Have 'all' depend on 'info'.
+       * Makefile.in: Regenerate.
+
+2005-05-19  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (ppc_force_relocation): Add BFD_RELOC_24_PLT_PCREL.
+
+2005-05-19  Anton Blanchard  <anton@samba.org>
+
+       * config/tc-ppc.c (parse_cpu): Handle "-mpower5".
+       (md_show_usage): Document it.
+       (ppc_setup_opcodes): Insert POWER5 mnemonics.
+       * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower5".
+
+2005-05-19  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-ia64.c (dot_endp): Don't use global symbol for unwind
+       relocations in unwind section.
+
+2005-05-18  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850.c (md_apply_fix3): Only use the insertion routine
+       if one exists.  Ignore any error messages it may produce, just
+       allow it to perform the insertion.
+
+2005-05-17  Zack Weinberg  <zack@codesourcery.com>
+
+       * hash.c (hash_lookup): Add len parameter.  All callers changed.
+       (hash_find_n): New interface.
+       * hash.h: Prototype hash_find_n.
+       * sb.c: Include as.h.
+       (scrub_from_sb, sb_to_scrub, scrub_position): New statics.
+       (sb_scrub_and_add_sb): New interface.
+       * sb.h: Prototype sb_scrub_and_add_sb.
+       * input-scrub.c (input_scrub_include_sb): Use sb_scrub_and_add_sb.
+
+       * config/tc-arm.h (TC_FORCE_RELOCATION_LOCAL): Remove
+       reference to BFD_RELOC_ARM_GOT12 which is never generated.
+       * config/tc-arm.c: Rewrite, adding Thumb-2 support.
+
+2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (gasver.texi): Don't use $<.
+       * doc/Makefile.in: Regenerated.
+
+2005-05-17  Nick Clifton  <nickc@redhat.com>
+
+       PR 876
+       * symbols.c (resolve_symbol_value): Do not move symbols whose
+       value expression has not been resolved or finalized into the
+       absolute section as this will confuse other parts of the assembler
+       into thinking that their value is zero.
+
+2005-05-17  Jan Beulich  <jbeulich@novell.com>
+
+       * read.c (_find_end_of_line): New.
+       (find_end_of_line): New.
+       (HANDLE_CONDITIONAL_ASSEMBLY): Use it.
+       (read_a_source_file): Use it.
+       (s_globl): Use it.
+       (s_macro): Use it.
+       (get_line_sb): Use it.
+       (s_errwarn): Replace discard_rest_of_line by ignore_rest_of_line.
+       (s_comm_internal): Likewise.
+       (s_lsym): Likewise.
+       (s_macro): Likewise.
+       (s_ignore): Use ignore_rest_of_line.
+       * read.h (find_end_of_line): Prototype.
+       (discard_rest_of_line): Remove prototype. #define to
+       ignore_rest_of_line.
+
+2005-05-17  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-v850,h (TC_FIX_TYPE): Define.
+       (TC_INIT_FIX_TYPE): Define.
+       * config/tc-v850.c (md_assemble): When creating a fix record the
+       operand in the tc_fix_data field.
+       (md_apply_fix3): When applying a resolved fix use the operand's
+       insertion procedure to store the value, if the operand has been
+       recorded.
+
+2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.am (m68k-parse.c, itbl-parse.c): Update ylwrap
+       invocation.
+       * Makefile.in: Regenerated.
+
+2005-05-13  Sterling Augustine  <sterling@tensilica.com>
+           Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xtensa_insnbuf_set_operand): Clarify error
+       message.
+       (xtensa_mark_zcl_first_insns): Fix incorrect nesting of conditional
+       for handling RELAX_CHECK_ALIGN_NEXT_OPCODE.
+
+2005-05-11  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (md_apply_fix3): Allow pcrel forms of BFD_RELOC_16,
+       BFD_RELOC_LO16, BFD_RELOC_HI16 and BFD_RELOC_HI16_S.
+
+2005-05-10  Michael Matz  <matz@suse.de>
+
+       * frags.c (frag_grow): Don't be too greedy in allocating memory.
+
+       * config/tc-hppa.c (pa_block): Check arguments to .block[z].
+
+2005-05-10  Hans-Peter Nilsson  <hp@bitrange.com>
+
+       PR binutils/886
+       * config/tc-mmix.c (mmix_handle_mmixal): Rearrange slightly.
+       Handle label-without-colon before ordinary dot-pseudo as an
+       ordinary label.  Don't leak memory for label-without-colon alone
+       on a line.  Don't mmixal-munge operands for dot-pseudos.
+
+2005-05-10  Jan Beulich  <jbeulich@novell.com>
+
+       * macro.c (get_any_string): Remove the two last parameters. Replace
+       references to the former expand parameter by using macro_alternate.
+       Simplify loop condition for checking for end-of-string.
+       (get_string): Remove redunant call to sb_skip_white.
+       (do_formals): Remove two last arguments to get_any_string.
+       (macro_expand): Likewise.
+       (expand_irp): Likewise.
+
+2005-05-10  Jan Beulich  <jbeulich@novell.com>
+
+       * read.c (s_macro): Move local variable 'local' to smaller scope.
+       Call sb_kill on it when done.
+
+2005-05-09  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (optimize_disp): Discard displacement entirely
+       when zero and not required by encoding constraints.
+
+2005-05-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 936
+       * config/tc-sh64.c (sh64_fake_label): New.
+
+       * config/tc-sh64.h (TC_FAKE_LABEL): New.
+
+       * doc/internals.texi (TC_FAKE_LABEL): Document.
+
+       * write.c (TC_FAKE_LABEL): New.
+       (adjust_reloc_syms): Use it.
+       (write_object_file): Likewise.
+
+2005-05-09  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (parse_insn): Disallow use of prefix separator
+       and comma in Intel mode.
+
+2005-05-09  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (tc_x86_regname_to_dw2regnum): Correct 64-bit mode
+       names to match ABI. Add more registers for 32-bit and 64-bit modes.
+       Make name array static and const. Adjust lookup to account for NULL
+       entries (standing for unused register numbers).
+
+2005-05-09  Jan Beulich  <jbeulich@novell.com>
+
+       * config/tc-i386.c (parse_insn): Consider all matching instructions
+       when checking for string instruction after string-only prefix.
+
+2005-05-07  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR 940
+       * config/tc-ia64.c (start_unwind_section): Properly check
+       comdat group with SHF_GROUP.
+
+2005-05-06  Bob Wilson  <bob.wilson@acm.org>
+
+       * doc/c-xtensa.texi (Literal Directive): Spelling correction.
+
+2005-05-06  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c: Remove excess whitespace.
+       * config/tc-xtensa.h: Likewise.
+       * config/xtensa-istack.h: Likewise.
+       * config/xtensa-relax.c: Likewise.
+       * config/xtensa-relax.h: Likewise.
+
+2005-05-06  Nick Clifton  <nickc@redhat.com>
+
+       * sb.h: Fix formatting of comments.
+       * sb.c: Fix formatting of comments.
+
+2005-05-06  Jan Beulich  <jbeulich@novell.com>
+
+       * sb.h (sb_add_buffer): Reintroduce.
+       * sb.c (sb_add_buffer): Likewise.
+
+2005-05-06  Jan Beulich  <jbeulich@novell.com>
+
+       * macro.c (new_formal, del_formal): New.
+       (do_formals): Use new_formal. Check for and parse qualifier. Warn if
+       required argument has default value. Stop looking for more formal
+       when there was a vararg one.
+       (macro_expand_body): Use new_formal and del_formal.
+       (macro_expand): Likewise. Initialize local variable err. Don't
+       return immediately when encountering an error. Warn when keyword
+       argument already had a value assigned. Eliminate duplicate clearing
+       of argument value. When current positional argument matches parameter
+       of vararg type, assign to it all the remaining arguments. Issue error
+       when required parameter does not have value.
+       (free_macro): Use del_formal.
+       (expand_irp): Initialize formal type. Free buffers associated with
+       formal prior to returning.
+       * macro.h (struct formal_struct): Add new field 'type' with new
+       enumeration type 'formal_type'.
+       * doc/as.texinfo: Document macro parameter qualifiers.
+       * NEWS: Mention new functionality.
+
+2005-05-06  Jan Beulich  <jbeulich@novell.com>
+
+       * cond.c (s_ifb): New.
+       * read.c (potable): Add s_ifb as handler for .ifb and .ifnb.
+       * read.h (s_ifb): Prototype.
+       * doc/as.texinfo: Document .ifb and .ifnb.
+
+2005-05-05  Steve Ellcey  <sje@cup.hp.com>
+
+       * config/tc-ia64.c (MIN): Undef.
+
+2005-05-05  Paul Brook  <paul@codesourcery.com>
+
+       * config/tc-i386.h (ELF_TARGET_FORMAT): Define for TE_VXWORKS.
+
+2005-05-05  Matt Thomas <matt@3am-software.com>
+
+       * config/tc-vax.c (md_assemble): Don't assume a valueT is 4
+       bytes.
+
+2005-05-05  Nick Clifton  <nickc@redhat.com>
+
+       * Update the address and phone number of the FSF organization in
+       the GPL notices in the following files:
+       COPYING, app.c, as.c, as.h, asintl.h, atof-generic.c, bignum.h,
+       bit_fix.h, cgen.c, cgen.h, cond.c, debug.c, depend.c, dw2gencfi.c,
+       dw2gencfi.h, dwarf2dbg.c, dwarf2dbg.h, ecoff.c, ecoff.h, ehopt.c,
+       emul-target.h, emul.h, expr.c, expr.h, flonum-copy.c,
+       flonum-konst.c, flonum.h, frags.c, frags.h, hash.c, hash.h,
+       input-file.c, input-file.h, input-scrub.c, itbl-lex.h, itbl-lex.l,
+       itbl-ops.c, itbl-ops.h, itbl-parse.y, listing.c, listing.h,
+       literal.c, macro.c, macro.h, messages.c, obj.h, output-file.c,
+       output-file.h, read.c, read.h, sb.c, sb.h, stabs.c,
+       struc-symbol.h, subsegs.c, subsegs.h, symbols.c, symbols.h, tc.h,
+       write.c, write.h, config/aout_gnu.h, config/atof-ieee.c,
+       config/atof-vax.c, config/itbl-mips.h, config/m68k-parse.h,
+       config/m68k-parse.y, config/m88k-opcode.h, config/obj-aout.c,
+       config/obj-aout.h, config/obj-bout.c, config/obj-bout.h,
+       config/obj-coff.c, config/obj-coff.h, config/obj-ecoff.c,
+       config/obj-ecoff.h, config/obj-elf.c, config/obj-elf.h,
+       config/obj-evax.c, config/obj-evax.h, config/obj-hp300.c,
+       config/obj-hp300.h, config/obj-ieee.c, config/obj-ieee.h,
+       config/obj-multi.h, config/obj-som.c, config/obj-som.h,
+       config/tc-a29k.c, config/tc-a29k.h, config/tc-alpha.c,
+       config/tc-alpha.h, config/tc-arc.c, config/tc-arc.h,
+       config/tc-arm.h, config/tc-avr.c, config/tc-avr.h,
+       config/tc-cris.c, config/tc-cris.h, config/tc-crx.c,
+       config/tc-crx.h, config/tc-d10v.c, config/tc-d10v.h,
+       config/tc-d30v.c, config/tc-d30v.h, config/tc-dlx.c,
+       config/tc-dlx.h, config/tc-fr30.c, config/tc-fr30.h,
+       config/tc-frv.c, config/tc-frv.h, config/tc-generic.c,
+       config/tc-generic.h, config/tc-h8300.c, config/tc-h8300.h,
+       config/tc-h8500.c, config/tc-h8500.h, config/tc-hppa.c,
+       config/tc-hppa.h, config/tc-i370.c, config/tc-i370.h,
+       config/tc-i386.c, config/tc-i386.h, config/tc-i860.c,
+       config/tc-i860.h, config/tc-i960.c, config/tc-i960.h,
+       config/tc-ia64.c, config/tc-ia64.h, config/tc-ip2k.c,
+       config/tc-ip2k.h, config/tc-iq2000.c, config/tc-iq2000.h,
+       config/tc-m32r.c, config/tc-m32r.h, config/tc-m68851.h,
+       config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-m68k.c,
+       config/tc-m68k.h, config/tc-m88k.c, config/tc-m88k.h,
+       config/tc-maxq.c, config/tc-maxq.h, config/tc-mcore.c,
+       config/tc-mcore.h, config/tc-mips.c, config/tc-mips.h,
+       config/tc-mmix.c, config/tc-mmix.h, config/tc-mn10200.c,
+       config/tc-mn10200.h, config/tc-mn10300.c, config/tc-mn10300.h,
+       config/tc-msp430.c, config/tc-msp430.h, config/tc-ns32k.c,
+       config/tc-ns32k.h, config/tc-openrisc.c, config/tc-openrisc.h,
+       config/tc-or32.c, config/tc-or32.h, config/tc-pdp11.c,
+       config/tc-pdp11.h, config/tc-pj.c, config/tc-pj.h,
+       config/tc-ppc.c, config/tc-ppc.h, config/tc-s390.c,
+       config/tc-s390.h, config/tc-sh.c, config/tc-sh.h,
+       config/tc-sh64.c, config/tc-sh64.h, config/tc-sparc.c,
+       config/tc-sparc.h, config/tc-tahoe.c, config/tc-tahoe.h,
+       config/tc-tic30.c, config/tc-tic30.h, config/tc-tic4x.c,
+       config/tc-tic4x.h, config/tc-tic54x.c, config/tc-tic54x.h,
+       config/tc-tic80.c, config/tc-tic80.h, config/tc-v850.c,
+       config/tc-v850.h, config/tc-vax.c, config/tc-vax.h,
+       config/tc-w65.c, config/tc-w65.h, config/tc-xstormy16.c,
+       config/tc-xstormy16.h, config/tc-xtensa.c, config/tc-xtensa.h,
+       config/tc-z8k.c, config/tc-z8k.h, config/te-386bsd.h,
+       config/te-freebsd.h, config/te-hp300.h, config/te-hppa.h,
+       config/te-ic960.h, config/te-irix.h, config/te-nbsd.h,
+       config/te-netware.h, config/te-sparcaout.h, config/te-sun3.h,
+       config/te-tmips.h, config/te-vxworks.h, config/vax-inst.h,
+       config/xtensa-istack.h, config/xtensa-relax.c,
+       config/xtensa-relax.h, doc/fdl.texi
+
+2005-05-05  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-arm.c (arm_opts): Make -mlittle-endian switch set
+       the target_big_endian variable to false.
+
+2005-05-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/obj-ecoff.c (ecoff_frob_file_before_fix): Correct section
+       list traversal.  Use bfd_section_list_prepend.
+       * config/tc-mmix.c (mmix_frob_file): Don't needlessly iterate
+       over the section list.
+       * config/tc-xtensa.c (xtensa_remove_section): Delete.
+       (xtensa_insert_section): Delete.
+       (xtensa_move_seg_list_to_beginning): Use bfd_section_list_remove
+       and bfd_section_list_prepend.
+       (xtensa_reorder_seg_list): Use bfd_section_list_remove and
+       bfd_section_list_insert_after.
+
 2005-05-03  Nick Clifton  <nickc@redhat.com>
 
        * config/obj-ecoff.c (ecoff_frob_file_before_fix): Fix invocations
        * hash.c: Undo the last change.
        * hash.h: Likewise.
 
+2005-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * doc/Makefile.am (gasver.texi): Depend on bfd/configure instead
+       of Makefile.
+       (DISTCLEANFILES): Remove.
+       (MAINTAINERCLEANFILES): Add asconfig.texi.
+       * aclocal.m4, Makefile.in, doc/Makefile.in: Regenerated.
+
 2005-04-29  Ben Elliston  <bje@au.ibm.com>
 
        * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
        so that the hash table size can be set before it is used.
        * hash.c: Use an unsigned long type for the size of the hash
        tables.
-       * hash.h (set_gas_hash_table_size): Update the prototype.       
+       * hash.h (set_gas_hash_table_size): Update the prototype.
 
 2005-04-14  Alan Modra  <amodra@bigpond.net.au>
 
        * config/tc-arm.h (TC_SEGMENT_INFO_TYPE): Redefined as struct
        arm_segment_info_type.
        (arm_segment_info_type): New struct.
-       * testsuite/gas/arm/unwind.d: Update expected output.
 
 2005-03-28  Sterling Augustine  <sterling@tensilica.com>
            Bob Wilson  <bob.wilson@acm.org>
        * config/tc-w65.c: Convert to ISO-C90 and fix formatting.
        * config/tc-w65.h: Convert to ISO-C90 and fix formatting.
        * config/tc-xstormy16.c: Convert to ISO-C90 and fix formatting.
-       * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting. 
+       * config/tc-xstormy16.h: Convert to ISO-C90 and fix formatting.
 
 2005-03-23  Jim Blandy  <jimb@redhat.com>
 
        BFD_RELOC_UNUSED same as previous meaning of BFD_RELOC_NONE.
        (create_unwind_entry): Output dependency on the required personality
        routines.
-       testsuite/gas/arm/unwind.d: Alter expected output to include
-       dependency on __aeabi_unwind_cpp_pr[01].
 
 2005-02-07  Nathan Sidwell  <nathan@codesourcery.com>
 
        allow <arch>-up ISA variants.
        (sh_elf_final_processing): Replace if-else chain with a call to
        sh_find_elf_flags().
-       * testsuite/gas/sh/arch: New directory.
-       * testsuite/gas/sh/arch/arch.exp: New test script.
-       * testsuite/gas/sh/arch/arch_expected.txt: New file.
-       * testsuite/gas/sh/arch/sh.s: New file.
-       * testsuite/gas/sh/arch/sh2.s: New file.
-       * testsuite/gas/sh/arch/sh-dsp.s: New file.
-       * testsuite/gas/sh/arch/sh2e.s: New file.
-       * testsuite/gas/sh/arch/sh3-nommu.s: New file.
-       * testsuite/gas/sh/arch/sh3.s: New file.
-       * testsuite/gas/sh/arch/sh3-dsp.s: New file.
-       * testsuite/gas/sh/arch/sh3e.s: New file.
-       * testsuite/gas/sh/arch/sh4-nommu-nofpu.s: New file.
-       * testsuite/gas/sh/arch/sh4-nofpu.s: New file.
-       * testsuite/gas/sh/arch/sh4.s: New file.
-       * testsuite/gas/sh/arch/sh4a-nofpu.s: New file.
-       * testsuite/gas/sh/arch/sh4al-dsp.s: New file.
-       * testsuite/gas/sh/arch/sh4a.s: New file.
 
 2004-05-28  Peter Barada <peter@the-baradas.com>
 
This page took 0.037096 seconds and 4 git commands to generate.