Wed Nov 3 23:31:19 1999 Jeffrey A Law (law@cygnus.com)
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 2538c44dbce9c0e660cb8e4727d44118aad18807..3bc5a895801dc6e5ab471f9ff768564a9d7dcad1 100644 (file)
@@ -1,3 +1,97 @@
+Wed Nov  3 23:31:19 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
+       Clean up code to use EXTRA_SHLIB_EXTENSION.
+
+1999-11-03  Nick Clifton  <nickc@cygnus.com>
+
+       * emulparams/elf32mcore.sh (OUTPUT_FORMAT): Change to little endian.
+       * emulparams/mcorepe.sh (OUTPUT_FORMAT): Change to little endian.
+
+1999-11-01  Steve Chamberlain  <sac@pobox.com>
+
+       * ldlang.c (section_already_linked): Rework to use hash table.
+       (already_linked_newfunc): New function.
+       (already_linked_table_init): New function.
+       (already_linked_table_free): New function.
+       (lang_process): Initialize and free the already_linked hash table.
+
+1999-10-27  Andreas Jaeger  <aj@suse.de>
+
+       * ld/configure.host: Added HOSTING_CRT0, HOSTING_LIBS for 
+       target "mips*-*-linux-gnu*".
+
+1999-10-27  Scott Bambrough  <scottb@netwinder.org>
+
+       * emultempl/armelf.em: Include ctype.h to prevent compile time
+       warnings. 
+
+1999-10-26  Nick Clifton  <nickc@cygnus.com>
+
+       * emultempl/armcoff.em (gld{}_finish): Remove extraneous
+       underscore from prototype.
+       * emultempl/armelf.em (gld{}_finish): Remove extraneous
+       underscore from prototype.
+
+1999-10-07  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * scripttempl/elf.sc (.rel.sdata): Combine all the sdata relocs
+       being .rel.sdata, .rel.sdata.*, .rel.gnu.linkonce.s*.
+       (.rela.sdata): Likewise for .rela.sdata.* and .rela.gnu.linkonce.s*.
+       (.rel.sbss): Make like .rel.bss.
+       (.rela.sbss): Make like .rel.bss.
+       (.sdata): Don't include .gnu.linkonce.s.* or .sdata.* when
+       ld -r.
+       (.sbss): Do the same things as for .bss: include SDATA_START_SYMBOLS,
+       .dynsbss.
+
+1999-09-29  Andrew Haley  <aph@cygnus.com>
+
+       * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Defer
+       merging sections when not relocating.
+
+1999-09-28  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * pe-dll.c (process_def_file): Move the offset lookup from here to
+       (fill_exported_offsets): here. New static function.
+       (fill_edata): Use.
+       
+1999-09-28  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * deffilep.y (tokens): Add upper and lower case versions of DATA,
+       CONSTANT, NONAME and PRIVATE tokens.
+       (command): Use DATAU.
+       (expline): Allow for drectve syntax as well.
+       (exp_opt_list): Likewise.
+       (exp_opt): Likewise.
+       * pe-dll.c (make_one): Only generate the idata entries for data
+       symbols.
+
+1999-09-28  Geoffrey Keating  <geoffk@cygnus.com>
+
+       * scripttempl/elf.sc (.sdata): Include .gnu.linkonce.s.* sections
+       in .sdata too.
+
+1999-09-26  Nick Clifton  <nickc@cygnus.com>
+
+       * scripttempl/elf.sc (.bss): Accept sections named .bss.*
+       (.sbss): Accept sections names .sbss.*
+
+1999-09-22  Nick Clifton  <nickc@cygnus.com>
+
+       * Makefile.am: Add earm_epoc_pe.c build target. 
+
+Sat Sep 18 07:57:10 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * emulparms/elf64hppa.sh (OTHER_READONLY_SYMBOLS): Remove ".stubs",
+       they've been renamed to ".stub", which is handled automatically
+       by elf.sc.
+
+Fri Sep 17 11:00:33 1999  Jeffrey A Law  (law@cygnus.com)
+
+       * emulparms/elf64hppa.sh (TEXT_START_SYMBOLS): Kill completely.
+       (DATA_START_SYMBOLS): Kill __hp_load_map definition
+
 Thu Sep 16 10:59:56 1999  Jeffrey A Law  (law@cygnus.com)
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
@@ -32,6 +126,15 @@ Wed Sep 15 02:47:43 1999  Jeffrey A Law  (law@cygnus.com)
        * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): allow for 
        terminating null.
 
+1999-09-14  Ulrich Drepper  <drepper@cygnus.com>
+
+       * configure.in: Define EXTRA_SHLIB_EXTENSION to ".sl" for HP target.
+       * config.in: Add EXTRA_SHLIB_EXTENSION.
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
+       Search for second shared lib extension only if EXTRA_SHLIB_EXTENSION
+       is defined.
+
 1999-09-14  Nick Clifton  <nickc@cygnus.com>
 
        * Makefile.in: Add earm_epoc_pe.c build target.
This page took 0.023821 seconds and 4 git commands to generate.