* config/tc-xtensa.c (xg_emit_insn): Include "dwarf2dbg.h" and add
[binutils-gdb.git] / gas / ChangeLog
index c446859c4813e3635697b9d6c1ad421db86f5062..a41416dc9d29e8a71e05118f8a7603041ff08f25 100644 (file)
@@ -1,3 +1,141 @@
+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.
        (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".
@@ -4990,7 +5128,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.
@@ -5629,7 +5767,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.