diff options
author | Jeff Law <law@redhat.com> | 1999-09-14 02:42:51 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-09-14 02:42:51 +0000 |
commit | 070f1aed4e5e70f15bc5a8a21d4e1cf7e1f87eac (patch) | |
tree | 1b1e25d82155f61cb5896fece99c751912a1b775 /ld/ChangeLog | |
parent | b2e311df3280702da5c052ff5ce33d6d27090161 (diff) | |
download | gdb-070f1aed4e5e70f15bc5a8a21d4e1cf7e1f87eac.zip gdb-070f1aed4e5e70f15bc5a8a21d4e1cf7e1f87eac.tar.gz gdb-070f1aed4e5e70f15bc5a8a21d4e1cf7e1f87eac.tar.bz2 |
* emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive):
Search for file with .sl extension if no file with a .so extension
is found.
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 e9a4474..71d5755 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -5,6 +5,10 @@ Mon Sep 13 00:17:18 1999 Jeffrey A Law (law@cygnus.com) + * emultempl/elf32.em (gld${EMULATION_NAME}_open_dynamic_archive): + Search for file with .sl extension if no file with a .so extension + is found. + * emulparms/elf64hppa.sh (OTHER_READWRITE_SECTIONS): Put .plt at the start of the .dlt output section. |