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 /ld/ld.texinfo | |
parent | d091d2ab3b17666a0777477f39949418a8feaa46 (diff) | |
download | gdb-6581c418e36874f17ceeddf7f8b075bd8a572118.zip gdb-6581c418e36874f17ceeddf7f8b075bd8a572118.tar.gz gdb-6581c418e36874f17ceeddf7f8b075bd8a572118.tar.bz2 |
* ld.texinfo (Options) [-rpath-link]: Mention ld.so.conf.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 3 |
1 files changed, 3 insertions, 0 deletions
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 |