[ gas/testsuite/ChangeLog ]
[deliverable/binutils-gdb.git] / ld / ChangeLog
index bdf38b130aeac5b2c193d6424b1826d096d5206b..be11502c97ef296fda020976311414a563c8063f 100644 (file)
@@ -1,3 +1,168 @@
+2002-09-17  Stan Cox  <scox@redhat.com>
+
+       * emulparams/elf32bmipn32-defs.sh: New file.
+       * emulparams/elf32bmipn32.sh: Use elf32bmipn32-defs.sh.
+       * emulparams/elf32btsmipn32.sh: Likewise.
+       * emulparams/elf64bmip.sh: Likewise.
+       * emulparams/elf64btsmip.sh: Likewise.
+
+2002-09-16  Bruno Haible  <bruno@clisp.org>
+
+       * emulparams/elf_i386_fbsd.sh: Set OUTPUT_FORMAT to
+       elf32-i386-freebsd.
+       * emulparams/elf64alpha_fbsd.sh: Set OUTPUT_FORMAT to
+       elf64-alpha-freebsd.
+
+2002-09-11  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: New TI port supports both C4x and C3x series of DSPs.
+
+       * po/tr.po: Updated Turkish translation.
+
+2002-09-06  Jeffrey A Law  (law@redhat.com)
+
+        * configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
+
+2002-09-02  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/v850.sc: Add EXTERN references to __ctbpm __gp and
+       __ep.
+       * emulparams/v850.sh (TEMPLATE_NAME): Define.
+
+2002-08-30  Nick Clifton  <nickc@redhat.com>
+
+       * scripttempl/elfd10v.sc (MEMORY): Remove UNIFIED, it is not
+       used.  Change INSN to start at 0x01000000 and extend for
+       256K (ignoring holes).  Start the STACK on a word aligned
+       boundary.
+        (.rodata): Start it at the READONLY_START_ADDR.
+
+2002-08-30  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf32ppc.sh (ARCH): Set to "powerpc:common".
+
+2002-08-28  Svein E. Seldal  <Svein.Seldal@solidas.com>
+
+       * Makefile.am: Add etic4xcoff.o in ALL_EMULATIONS list and
+       added makefile targets for this file.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Added tic4x-coff and c4x-coff emulations.
+       * NEWS: Mention new port.
+
+2002-08-28  Michael Hayes <m.hayes@elec.canterbury.ac.nz>
+
+       * emulparams/tic3xcoff.sh: New file.
+       * emulparams/tic4xcoff.sh: New file.
+       * scripttempl/tic3xcoff.sc: New file.
+       * scripttempl/tic4xcoff.sc: New file.
+
+2002-08-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/aix.em (gld${EMULATION_NAME}_parse_args): Replace strtoll,
+       strtoul and strtoull with bfd_scan_vma.
+       (gld${EMULATION_NAME}_read_file): Likewise.
+
+2002-08-28  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.tgt: Remove h8[35]00-*-hms*.  Add h8500-*-rtems*.
+
+2002-08-27  Egor Duda  <deo@logos-m.ru>
+
+       * scripttempl/pe.sc: Handle .rdata_runtime_pseudo_reloc sections.
+       Add symbols for application to access them.
+
+2002-08-27  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/armelf.em:  Revert this patch, it is not needed.
+       
+       2002-08-22  Adam Nemet  <anemet@lnxw.com>
+
+2002-08-20 Dan Kegel <dank@kegel.com>
+       
+       * configure.in: added --with-lib-path argument to ld's configure
+       to set LIB_PATH.
+       * ld/NEWS: Document new switch.
+       * ld/README: Mention new switch.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       
+       Based on this patch:
+       2001-04-25  Christopher Faylor <cgf@cygnus.com>
+
+       * Makefile.in (LIB_PATH): Make configurable.
+       (GENSCRIPTS): Set LIB_PATH in environment.
+       * configure.in: Substitute LIB_PATH.
+
+2002-08-22  Adam Nemet  <anemet@lnxw.com>
+
+       * emultempl/armelf.em: Include elf-bfd.h and elf/arm.h.
+       (arm_elf_finish): Set the last bit of DT_INIT and DT_FINI
+       depending on the type of the function.
+       (arm_elf_convert_thumb_symbol_to_address): New function.
+
+2002-08-22  Graeme Peterson  <gp@qnx.com>
+
+       * Makefile.am: Add esh{l}elf_nto.o files.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Add support for sh-**-nto* targets.
+       * emulparams/shelf_nto.sh: New file.
+       * emulparams/shlelf_nto.sh: New file.
+
+2002-08-21  John David Anglin  <dave@hiauly1.hia.nrc.ca>
+
+       * ldlang.c (offsetof): Define if not defined.
+
+2002-08-14  H.J. Lu <hjl@gnu.org>
+
+       * configure.tgt: Always enable 64bit emulations for 32bit
+       Linux/mips.
+
+2002-08-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf32_dlx.sh (TARGET_PAGE_SIZE): Set to 1.
+       (MAXPAGESIZE): Set to 1.
+
+       * ld.h (ALIGN_N): Delete.
+       * ldexp.h (align_n): Declare.
+       * ldexp.c (align_n): New function.
+       (fold_binary): Use align_n instead of ALIGN_N.
+       (exp_fold_tree): Likewise.
+       * ldlang.c (lang_size_sections_1): Likewise.
+       (lang_one_common): Likewise.
+       * ld.texinfo (ALIGN): Remove power of 2 restriction.
+
+2002-07-31  Graeme Peterson  <gp@qnx.com>
+
+       * configure.tgt: Add support for powerpc{le}-*-nto* targets.
+       * Makefile.am: Add eelf32{l}ppcnto.o files.
+       * Makefile.in: Regenerate.
+       * emulparams/elf32lppcnto.sh: New file.
+       * emulparams/elf32ppcnto.sh: New file.
+
+2002-08-07  H.J. Lu <hjl@gnu.org>
+
+       * ld.texinfo: Document --no-undefined-version.
+
+       * ldlang.c (lang_new_vers_pattern): Set the `symver' and
+       `script.' fields to 0.
+
+       * ldmain.c (main): Initialize the allow_undefined_version to
+       true.
+
+       * lexsup.c (OPTION_NO_UNDEFINED_VERSION): New.
+       (ld_options): Add --no-undefined-version.
+       (parse_args): Support OPTION_NO_UNDEFINED_VERSION.
+
+2002-08-07  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/armelf.em (arm_elf_before_allocation): Only search for
+       an interworking bfd if there are input bfds. (107501)
+
+2002-08-06  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/aix.em (gld*_before_parse): Set default arch.  Reverts
+       2002-05-10 change.
+
 2002-08-01  Nick Clifton  <nickc@redhat.com>
 
        * emulparams/armelf.sh: Revert previous delta.
This page took 0.025636 seconds and 4 git commands to generate.