Replace occurrances of 'Hitachi' with 'Renesas'.
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 2ea63d692b2dca65510f5147ddde75858d5cdb58..6ca3b18642c3b6f06d950a721820770d20e625c7 100644 (file)
@@ -1,15 +1,91 @@
+2003-04-15  Rohit Kumar Srivastava <rohits@kpitcummins.com>
+
+       * h8-doc.texi: Replace occurrances of 'Hitachi' with 'Renesas'.
+       * ld.texinfo: Likewise.
+
+2003-04-14  Alan Modra  <amodra@bigpond.net.au>
+
+       From Prashanth Tamraparni <prashanth_t@in.ibm.com>
+       * scripttempl/elf.sc (CTOR): Handle crtbeginS.o, crtendS.o and
+       other variants of crtbegin.o, crtend.o.
+       (DTOR): Likewise.
+       * scripttempl/crisaout.sc (ctors, dtors): Likewise.
+       * scripttempl/elf_chaos.sc (CTOR, DTOR): Likewise.
+       * scripttempl/elfd10v.sc (CTOR, DTOR): Likewise.
+       * scripttempl/elfd30v.sc (CTOR, DTOR): Likewise.
+       * scripttempl/elfxtensa.sc (CTOR, DTOR): Likewise.
+       * scripttempl/iq2000.sc (CTOR, DTOR): Likewise.
+       * scripttempl/mmo.sc (ctors, dtors): Likewise.
+       * scripttempl/xstormy16.sc (CTOR, DTOR): Likewise.
+
+2003-04-09   Dmitry Diky  <diwil@mail.ru>
+
+       * scripttempl/elf32msp430.sc: Add initX, finiX, ctors, dtors
+       sections to respect C++  constructor/destructor. Add ctors/dtors
+       start/stop definitions.
+       * scripttempl/elf32msp430_3.sc: Likewise.
+
+2003-04-06  Nick Clifton  <nickc@redhat.com>
+
+       * ld.texinfo (Options): Add a reminder of the target specific
+       nature to the description of the i386 PE specific options, for
+       readers who have not read all the way through the manual.
+
+2003-04-04  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * configure.tgt: Fixed bug in list of targ_extra_emuls.
+       * emulparams/tic3xcoff.sh (SCRIPT_NAME): Namespace
+       cleanup. Replace s/c4x/tic4x and s/c3x/tic3x/
+       * emulparams/tic3xcoff_onchip.sh: Ditto
+       * emulparams/tic4xcoff.sh: Ditto
+       * scripttempl/tic4xcoff.sc: Ditto
+
+2003-04-03  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Mention support for Xtensa architecture.
+
+2003-04-02  Nick Clifton  <nickc@redhat.com>
+
+       * pe-dll.c (pe_detail_list): arm-pe targets use underscores.
+
+2003-04-01  Danny Smith <dannysmith@users.sourceforge.net>
+
+       * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
+       Don't call pe_dll_build_section() if link_info.relocateable.
+       (gld_${EMULATION_NAME}_finish): Don't call pe_dll_fill_sections()
+       if link_info.relocateable.
+
+2003-04-01  Fabrizio Gennari  <fabrizio.ge@tiscalinet.it>
+
+       * pe-dll.c (process_def_file): Don't create an export
+       section if there are no exports and we're building an exe
+       (pe_dll_build_sections): Ditto
+       (pe_dll_fill_sections): Conditionalize setting
+       abfd->dll true on info->shared
+       * emultempl/pe.em (gld_${EMULATION_NAME}_after_open):
+       If i386pe or armpe, call pe_dll_build_section()
+       for both exe's and dll's, not just dll's.
+       (gld_${EMULATION_NAME}_finish): For all targets except
+       shpe and mipspe, call pe_dll_fill_sections() for both
+       exe's and dll's, not just dll's.
+
+2003-04-02  Bob Wilson  <bob.wilson@acm.org>
+
+       * emulparams/xtensa-config.sh: Remove comment indicating that this is
+       a generated file.
+
 2003-04-01  Bob Wilson  <bob.wilson@acm.org>
 
-        * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
-        (eelf32xtensa.c): New target.
-        * Makefile.in: Regenerate.
-        * configure.tgt: Handle xtensa-*-*.
-        * gen-doc.texi: Set XTENSA variable.
-        * ld.texinfo: Set XTENSA variable.  Add new Xtensa node.
-        * emulparams/elf32xtensa.sh: New file.
-        * emulparams/xtensa-config.sh: Likewise.
-        * emultempl/xtensaelf.em: Likewise.
-        * scripttempl/elfxtensa.sc: Likewise.
+       * Makefile.am (ALL_EMULATIONS): Add eelf32xtensa.o.
+       (eelf32xtensa.c): New target.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Handle xtensa-*-*.
+       * gen-doc.texi: Set XTENSA variable.
+       * ld.texinfo: Set XTENSA variable.  Add new Xtensa node.
+       * emulparams/elf32xtensa.sh: New file.
+       * emulparams/xtensa-config.sh: Likewise.
+       * emultempl/xtensaelf.em: Likewise.
+       * scripttempl/elfxtensa.sc: Likewise.
 
 2003-04-01  Jakub Jelinek  <jakub@redhat.com>
 
        directory name.
        (add_keepsyms_file): Fix memory leak.
        * ldmisc.c (vfinfo): Likewise.
-       * lexsup.c (parse_args): Likewise       
+       * lexsup.c (parse_args): Likewise.
 
 2003-03-25  Stan Cox   <scox@redhat.com>
            Nick Clifton  <nickc@redhat.com>
-           
+
        Contribute support for Intel's iWMMXt chip - an ARM variant:
 
        * emulparams/armelf.sh (OTHER_READONLY_SECTIONS): Define.
        * ldfile.c (ldfile_try_open_bfd): Pop lexer start condition after
        eof.
 
-2003-03-18  Danny Smith  <dannysmith@users.sourceforge,net>
+2003-03-18  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * defilep.y (opt_base): If no number given, set to default
        (-1), not 0.
 
-2003-03-13  Danny Smith  <dannysmith@users.sourceforge,net> 
+2003-03-13  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * deffilep.y (def_import):  Use default extension of "dll"
        if no extension provided in parsed IMPORT definition.
        * emultempl/pe.em: Likewise.
        * emultempl/ticoff.em: Likewise.
        * emultempl/elf32.em: Likewise.  Don't duplicate long options either.
-       (gld${EMULATION_NAME}_add_sysroot): Prototype.  
+       (gld${EMULATION_NAME}_add_sysroot): Prototype.
        * emultempl/armelf.em (PARSE_AND_LIST_LONGOPTS): Don't duplicate
        options.
        * emultempl/hppaelf.em (PARSE_AND_LIST_LONGOPTS): Likewise.
        * gen-doc.texi: Set ARM and HPPA variables.
        * ld.texinfo: Fix typos and obvious texinfo mistakes.  Make section
        title capitalization more consistent.  Add missing menu entries for
-       machine-specific sections and conditionalize them consistently. 
+       machine-specific sections and conditionalize them consistently.
        Conditionalize text that is irrelevant when SingleFormat is set.
        Add @group divisions to improve page breaks in long examples.
        Use @iftex/@ifnottex instead of @iftex/@ifinfo so that HTML output
 2003-02-17  Nick Clifton  <nickc@redhat.com>
 
        * ldmain.c (main) Default allow_shlib_undefined to true.
-        * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
-        (parse_args): Parse the new switch.
-        * ld.texinfo: Document new switch and default behaviour of
-        allowing undefined symbols in shared libraries.
+       * lexsup.c (ld_options): Add --no-allow-shlib-undefined.
+       (parse_args): Parse the new switch.
+       * ld.texinfo: Document new switch and default behaviour of
+       allowing undefined symbols in shared libraries.
 
 2003-02-11 Dmitry Diky  <diwil@mail.ru>
 
This page took 0.045095 seconds and 4 git commands to generate.