diff options
author | Jeff Law <law@redhat.com> | 1999-09-16 20:53:09 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-16 20:53:09 +0000 |
commit | d3cc5bd625c76b09b995c0f1f313fc1f83064d07 (patch) | |
tree | c1e44748d3ecc2183537950998e736c9b459d2c3 /ld/ChangeLog | |
parent | 1209c612943c38328b38717f98065a37ea11d359 (diff) | |
download | gdb-d3cc5bd625c76b09b995c0f1f313fc1f83064d07.zip gdb-d3cc5bd625c76b09b995c0f1f313fc1f83064d07.tar.gz gdb-d3cc5bd625c76b09b995c0f1f313fc1f83064d07.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
Use the same filename extension for the bfd_elf_dt_needed_name call
as we did for finding the library.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index c46803e..2538c44 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,9 @@ Thu Sep 16 10:59:56 1999 Jeffrey A Law (law@cygnus.com) + * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): + Use the same filename extension for the bfd_elf_dt_needed_name call + as we did for finding the library. + * emulparms/elf64hppa.sh (DATA_START_SYMBOLS): Define. (OTHER_READWRITE_SECTIONS): No longer define __hp_load_map. |