diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2000-08-22 19:34:37 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2000-08-22 19:34:37 +0000 |
commit | ec4eb78a39aebe3d1358676822b9d586136304f8 (patch) | |
tree | 74505341a779c40e17dc3b8ef3e44b0f6f56c0de /ld/NEWS | |
parent | a963dc6ade92e7fc92756912815fc7d852576792 (diff) | |
download | gdb-ec4eb78a39aebe3d1358676822b9d586136304f8.zip gdb-ec4eb78a39aebe3d1358676822b9d586136304f8.tar.gz gdb-ec4eb78a39aebe3d1358676822b9d586136304f8.tar.bz2 |
2000-08-22 H.J. Lu <hjl@gnu.org>
* emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Search
the DT_RPATH/DT_RUNPATH entries for DT_NEEDED after
LD_LIBRARY_PATH for native linker. Display the needed DSO if
trace_file_tries is non-zero.
(gld${EMULATION_NAME}_try_needed): Report the needed DSO found
if trace_file_tries is non-zero.
* ld.texinfo: Document the usage of DT_RPATH/DT_RUNPATH.
* News: Mention it.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ -*- text -*- +* The native ELF linker now searches the directories in DT_RUNPATH or + DT_RPATH of a shared library for shared libraries needed by it. + * TI C54x support, by Timothy Wall. * Added command line switch --section-start to set the start address of any |