diff options
Diffstat (limited to 'ld')
-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 |