diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-08-25 20:24:11 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-08-25 20:24:11 +0000 |
commit | dcb0bd0eef10207754cb0fa64af3f2b965a1a589 (patch) | |
tree | f4780681dec6f11c9b1d6dd49546f53ee75f8230 /ld/ChangeLog | |
parent | 1e8d20f4cc9ca76341801e68c7759805e370c18a (diff) | |
download | gdb-dcb0bd0eef10207754cb0fa64af3f2b965a1a589.zip gdb-dcb0bd0eef10207754cb0fa64af3f2b965a1a589.tar.gz gdb-dcb0bd0eef10207754cb0fa64af3f2b965a1a589.tar.bz2 |
2000-08-24 H.J. Lu <hjl@gnu.org>
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't
check -rpath nor LD_RUN_PATH for cross link.
* ld.texinfo: Document the change.
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 1a95b68..89e1c34 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2000-08-25 H.J. Lu <hjl@gnu.org> + + * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't + check -rpath nor LD_RUN_PATH for cross link. + * ld.texinfo: Document the change. + 2000-08-24 Hans-Peter Nilsson <hp@axis.com> * NEWS: Mention support for CRIS. |