diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-10-02 18:50:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-10-02 18:50:32 +0000 |
commit | 30e23a1c9242a6f87bc99eb2470ec888486a7671 (patch) | |
tree | b439d648248f58aa2ae63b2a9a57b4fd8e2137bc /ld/ChangeLog | |
parent | 263d4a626b6f359bd3182370e744683c2d8a9e30 (diff) | |
download | gdb-30e23a1c9242a6f87bc99eb2470ec888486a7671.zip gdb-30e23a1c9242a6f87bc99eb2470ec888486a7671.tar.gz gdb-30e23a1c9242a6f87bc99eb2470ec888486a7671.tar.bz2 |
* lexsup.c (ld_options): Fix typo in --rpath-link description.
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest
--rpath if a needed library is not found.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 827504e..ce33fc2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 2 14:49:10 1996 Ian Lance Taylor <ian@cygnus.com> + + * lexsup.c (ld_options): Fix typo in --rpath-link description. + * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Suggest + --rpath if a needed library is not found. + Tue Oct 1 16:17:33 1996 Joel Sherrill <joel@oarcorp.com> * configure.tgt (mips*-*-rtems*): New target, like mips*-*-elf*. |