Add vax-linux-gnu target
[deliverable/binutils-gdb.git] / gas / ChangeLog
index 0c61c8b3109278a2c6b851cc72dcc8580e81e669..634166f9937e032d0c066d68117de26c5489579f 100644 (file)
@@ -1,5 +1,367 @@
+2003-12-03  Dave Airlie  <airlied@linux.ie>
+
+       * configure.in: Likewise.
+       * configure: Regenerate.
+       * config/tc-vax.c (md_shortopts): Add 'Q'.
+       (md_parse_option): Ignore 'Q' for now.
+
+2003-12-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * messages.c: Convert to ISO-C.
+       * obj.h: Likewise.
+       * output-file.c: Likewise.
+       * output-file.h: Likewise.
+       * sb.c: Likewise.
+       * sb.h: Likewise.
+       * stabs.c: Likewise.
+       * subsegs.c: Likewise.
+       * subsegs.h: Likewise.
+       * tc.h: Likewise.
+
+2003-12-02  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/obj-elf.c: Remove ARGSUSED.
+
+2003-12-02  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+
+2003-11-30  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * symbols.c: Convert to ISO-C.
+       * symbols.h: Likewise.
+
+2003-11-28  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-z8k.c: Convert to ISO-C.
+       * config/tc-z8k.h: Likewise.
+
+2003-11-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * read.c: Convert to ISO-C.
+       * read.h: Likewise.
+
+2003-11-27  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-sh.c (sh_elf_cons): If md_cons_align is defined
+       call it to make sure that the constants that are going to be
+       emitted are correctly aligned.
+
+2003-11-27  Alexandre Oliva  <aoliva@redhat.com>
+
+       * config/tc-frv.c (md_pcrel_from_section): Don't adjust when
+       referencing symbol in a different section.
+
+2003-11-26  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-z8k.c (s_segm): Fix indentation.
+       (md_apply_fix3): Likewise.
+       (cc_names): Add alias names for the names generated by the
+       disassembler.
+       (get_cc_operand): Be case insensitive.
+       (get_operands): Improve error handling for cc operands.
+       (check_operand): Not used, remove.
+       (md_assemble): Remove unused variable prev_opcode.  Skip
+       whitespace until end-of-line only.  Restore *op_end after call to
+       hash_find.
+
+2003-11-26  Nick Clifton  <nickc@redhat.com>
+
+       * config/tc-h8300.c (get_operand): Allow er4-er7 for ldm/stm
+       instructions on the H8SX.
+
+2003-11-25  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/tc-h8300.c (h8_exp): Remove.
+
+2003-11-25  Asgari Jinia  <asgarij@kpitcummins.com>
+
+       * config/tc-h8300.c (md_assemble): Check operands validity for
+       ldm/stm.
+       (get_operand): Check register pair's validity as per technical
+       note TN-H8*-193A/E from Renesas for H8s and for H8Sx manual.
+
+2003-11-24  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * listing.c: Convert to ISO-C.
+       * listing.h: Likewise.
+       * macro.c: Likewise.
+       * macro.h: Likewise.
+
+2003-11-24  Jakub Jelinek  <jakub@redhat.com>
+
+       * app.c (do_scrub_chars): Add PUT (ch) and ch = GET ()
+       when transitioning from states 14 or 15 to 0 or 1.
+
+2003-11-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * hash.c: Convert to ISO-C.
+       * hash.h: Likewise.
+       * input-file.c: Likewise.
+       * input-file.h: Likewise.
+       * input-scrub.c: Likewise.
+       * itbl-ops.c: Likewise.
+       * itbl-ops.h: Likewise.
+
+2003-11-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/tc-h8300.c (Hmode): Make it global.
+       (Smode): Likewise.
+       (Nmode): Likewise.
+       (SXmode): Likewise.
+
+2003-11-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ehopt.c: Convert to ISO-C.
+       * emul.h: Likewise.
+       * expr.c: Likewise.
+       * expr.h: Likewise.
+       * flonum-copy.c: Likewise.
+       * flonum-mult.c: Likewise.
+       * flonum.h: Likewise.
+       * frags.c: Likewise.
+       * frags.h: Likewise.
+
+2003-11-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * doc/c-ppc.texi (PowerPC-Pseudo): Add section.
+
+       * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.
+
+2003-11-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ecoff.c: Convert to ISO-C.
+       * ecoff.h: Likewise.
+
+2003-11-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.c (parse_cpu): New function, broken out from..
+       (md_parse_option): ..here.
+       (ppc_setup_opcodes): New function, broken out from..
+       (md_begin): ..here.
+       (ppc_machine): Implement .machine pseudo op.
+
+2003-11-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * depend.c: Convert to ISO-C.
+       * dwarf2dbg.c: Likewise.
+       * dwarf2dbg.h: Likewise.
+
+2003-11-20  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * app.c: Convert to ISO-C.
+       * as.h: Likewise.
+       * atof-generic.c: Likewise.
+       * bignum-copy.c: Likewise.
+       * bignum.h: Likewise.
+       * cgen.c: Likewise.
+       * cgen.h: Likewise.
+       * cond.c: Likewise.
+
+2003-11-20  DJ Delorie  <dj@redhat.com>
+
+       * config/tc-sh64.c (shmedia_frob_section): Only frob elf32
+       sections.
+
+2003-11-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/tc-h8300.c: Make some functions and global
+       variables static appropriately.
+
+2003-11-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/obj-ieee.c: Remove duplicate prototypes.
+       * config/tc-h8300.c: Likewise.
+
+2003-11-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/tc-h8300.c: Convert to ISO-C.
+       * config/tc-h8300.h: Likewise.
+
+2003-11-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/tc-mcore.h: Remove prototypes already in tc.h.
+       * config/tc-tic4x.c: Likewise.
+
+2003-11-19  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/tc-arc.c: Remove a local prototype of atof_ieee.
+       * config/tc-ip2k.c: Likewise.
+       * config/tc-iq2000.c: Likewise.
+       * config/tc-tic30.c: Remove a comment.
+
+2003-11-19  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
+       call to dwarf2_emit_insn.
+
+2003-11-18  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * config/tc-mips.c (macro): Handle new macros: "lca" and "dlca"
+       for loading addresses using CALL relocations.
+       Don't emit CALL relocations when a base register is used.
+
+2003-11-15  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
+
+       * config/tc-mips.c: Formatting fixes.
+
+2003-11-14  Ben Elliston  <bje@wasabisystems.com>
+
+       * config/tc-arm.c (arm_elf_change_section): Not static.
+
+2003-11-13  Nick Clifton  <nickc@redhat.com>
+
+       * tc-arm.c (mapping_state): New function.  Emit a mapping
+       symbol if necessary.
+       (arm_elf_change_section): New function.  Intercept section
+       changes and generate mapping symbols.
+       (s_bss): Likewise.
+       (s_arm_elf_cons): Likewise.
+       (opcode_select): Choose the correct mapping state.
+       (md_assemble): Likewise.
+       * tc-arm.h (md_elf_section_change_hook): Define.
+       * doc/c-arm.texi (ARM Mapping Symbols): New node.
+       * NEWS: Mention new feature.
+
+2003-11-12  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.am (install, install-info, RECURSIVE_TARGETS): Define.
+       * doc/Makefile.am (install-info): Define.
+
+       * aclocal.m4: Regenerate.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
+2003-11-11  Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
+
+       * configure.in: Add support for arm-wince-pe target.
+       * configure: Regenerate.
+
+2003-11-11  Jan Hubicka  <jh@suse.cz>
+
+       * config/tc-i386.c (tc_i386_fix_adjustable):
+
+2003-11-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ia64.c (ia64_handle_align): Remove bogus be_nop.
+
+2003-11-10  Alan Modra  <amodra@bigpond.net.au>
+
+       * README: Update bug report address.  Move bug reporting info to
+       binutils/README.
+
+2003-11-07  Christian Groessler  <chris@groessler.org>
+
+       * doc/c-z8k.texi: Document command-line options.  Fix byte
+       register names.  Document '.z8001' and '.z8002' directives.
+       Extend addressing modes documentation.
+
+2003-11-07  Jonathan R. Grant  <jg-binutils@jguk.org>
+
+       * input-file.c (input_file_open): Use "No such file" error
+       message.
+
+2003-11-06  Pete Gonzalez  <pgonzalez@bluel.com>
+
+       * config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
+       (rn_table, iwmmxt_table, cp_table, cn_table, fn_table, sn_table,
+       dn_table, mav_mvf_table, mac_mvd_table, mav_mvfx_table,
+       mav_mvax_table, mav_dspc_table): Initialise new field.
+       (insert_reg_alias): Initialise new field.
+       (md_pseudo_table): Add "unreq" entry.
+       (s_unreq): New function: Undo the effects of a previous .req.
+       * doc/c-arm.texi: Document new pseudo op.
+       * NEWS: Mention new feature.
+
+2003-11-06  Bruno Rohee  <bruno@rohee.com>
+
+       * config/obj-vms.c: Fix "the the" typo.
+       * doc/c-arm.texi: Likewise.
+
+2003-11-06  Nick Clifton  <nickc@redhat.com>
+
+       * config/obj-vms.c: Convert to ISO-C.
+
+2003-11-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/tc-ppc.h (TC_FORCE_RELOCATION): Only define for ELF and XCOFF.
+
+2003-10-31  Christian Groessler  <chris@groessler.org>
+
+       * config/tc-i860.c (md_pcrel_from): Fix typo in comment.
+
+2003-10-29  Phil Edwards  <phil@codesourcery.com>
+
+       * configure.in (arm-*-vxworks, i386-*-vxworks, mips-*-vxworks,
+       ppc-*-vxworks, ppc-*-windiss):  Remove separate outdated stanzas.
+       (*-*-vxworks, *-*-windiss):  Use common stanzas, all ELF.
+       * configure:  Regenerated.
+
+2003-10-27  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog: Fix typos.
+       * ChangeLog-9295: Likewise.
+       * as.c: Fix comment typos.
+       * as.h: Likewise.
+       * atof-generic.c: Likewise.
+       * bit_fix.h: Likewise.
+       * frags.h: Likewise.
+       * hash.c: Likewise.
+       * input-file.c: Likewise.
+       * input-scrub.c: Likewise.
+       * itbl-ops.c: Likewise.
+       * itbl-parse.y: Likewise.
+       * listing.c: Likewise.
+       * macro.h: Likewise.
+       * read.c: Likewise.
+       * sb.c: Likewise.
+       * sb.h: Likewise.
+       * symbols.c: Likewise.
+       * symbols.h: Likewise.
+
+2003-10-27  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * config/tc-m68hc11.c: Convert to ISO C90.
+       * config/tc-m68hc11.h: Likewise.
+
+2003-10-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/c-sh64.texi: Fix a typo.
+
+2003-10-26  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/c-alpha.texi: Fix typos.
+       * doc/c-ia64.texi: Likewise.
+       * doc/c-mmix.texi: Likewise.
+       * doc/c-sh64.texi: Likewise.
+       * doc/c-xtensa.texi: Likewise.
+       * doc/internals.texi: Likewise.
+
+2003-10-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * config/obj-elf.c (obj_elf_change_section): Allow SHF_ALLOC
+       for .interp, .strtab and .symtab. Use specified section
+       attributes.
+
+2003-10-22  Andreas Schwab  <schwab@suse.de>
+           H.J. Lu  <hongjiu.lu@intel.com>
+           Jim Wilson <wilson@specifixinc.com>
+
+       * config/tc-ia64.c (update_qp_mutex): New.
+       (note_register_values): Properly handle one of PRs in compare
+       is PR0. Don't add a mutex relation for .and.orcm/.or.andcm.
+       Clear mutex relation for .none/.unc. Don't clear mutex relation
+       on predicated compare.
+
+2003-10-21  Wouter van Heyst <wouter@vidicode.nl>
+
+       * config/tc-arm.c (all_reg_maps): Correct text describing Maverick
+       register requirements.
+       (md_begin): Remove F_SOFT_FLOAT if enabling MAVERICK FP.
+
 2003-10-21  Peter Barada  <pbarada@mail.wm.sps.mot.com>
-            Bernardo Innocenti  <bernie@develer.com>
+           Bernardo Innocenti  <bernie@develer.com>
 
        * config/tc-m68k.c: Add MCF528x (MCFv4) support.
        * config/m68k-parse.h: Likewise.
        operands.
        (OPTION_MIPS32R2): New define.
        (md_longopts): Add entry for OPTION_MIPS32R2.
-       (OPTION_ELF_BASE): Adjust to accomodate OPTIONS_MIPS32R2.
+       (OPTION_ELF_BASE): Adjust to accommodate OPTIONS_MIPS32R2.
        (md_parse_option): Handle OPTION_MIPS32R2.
        (s_mipsset): Reimplement handling of ".set mipsN" options
        and add support for ".set mips32r2".
@@ -4959,7 +5321,7 @@ Thu Oct 10 14:31:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
        types.
        (OPTION_MDMX, OPTION_NO_MDMX, md_longopts, md_parse_option):
        Add support for "-mdmx" and "-no-mdmx" options.
-       (OPTION_ELF_BASE): Move to accomodate new options.
+       (OPTION_ELF_BASE): Move to accommodate new options.
        (s_mipsset): Support ".set mdmx" and ".set nomdmx".
        (mips_elf_final_processing): Set MDMX ASE ELF header flag if
        file_ase_mdmx was set.
@@ -5598,7 +5960,7 @@ Thu Oct 10 14:31:30 2002  J"orn Rennecke <joern.rennecke@superh.com>
        mips_opts.ase_mips3d is set.
        (OPTION_MIPS3D, OPTION_NO_MIPS3D, md_longopts, md_parse_option):
        Add support for "-mips3d" and "-no-mips3d" options.
-       (OPTION_ELF_BASE): Move to accomodate new options.
+       (OPTION_ELF_BASE): Move to accommodate new options.
        (s_mipsset): Support ".set mips3d" and ".set nomips3d".
        (mips_elf_final_processing): Add a comment indicating that a
        MIPS-3D ASE ELF header flag should be set, when one exists.
This page took 0.03162 seconds and 4 git commands to generate.