diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-04-27 16:40:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-04-27 16:40:18 +0000 |
commit | 6581c418e36874f17ceeddf7f8b075bd8a572118 (patch) | |
tree | 224b93192e3a8091792d640f25a4440e480fe0a1 | |
parent | d091d2ab3b17666a0777477f39949418a8feaa46 (diff) | |
download | fsf-binutils-gdb-6581c418e36874f17ceeddf7f8b075bd8a572118.zip fsf-binutils-gdb-6581c418e36874f17ceeddf7f8b075bd8a572118.tar.gz fsf-binutils-gdb-6581c418e36874f17ceeddf7f8b075bd8a572118.tar.bz2 |
* ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
-rw-r--r-- | ld/ChangeLog | 2 | ||||
-rw-r--r-- | ld/ld.texinfo | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 9c984b7..5c0941a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,7 @@ Mon Apr 27 11:56:21 1998 Ian Lance Taylor <ian@cygnus.com> + * ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf. + Based on patch from H.J. Lu <hjl@gnu.org>: * emultempl/elf32.em (global_vercheck_needed): New file static variable. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index ddcba35..ac639af 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -963,6 +963,9 @@ For a native linker, the contents of the environment variable @code{LD_LIBRARY_PATH}. @item The default directories, normally @file{/lib} and @file{/usr/lib}. +@item +For a native linker on an ELF system, if the file @file{/etc/ld.so.conf} +exists, the list of directories found in that file. @end enumerate If the required shared library is not found, the linker will issue a |