aboutsummaryrefslogtreecommitdiff
path: root/ld/ld.texinfo
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2000-08-25 20:24:11 +0000
committerH.J. Lu <hjl.tools@gmail.com>2000-08-25 20:24:11 +0000
commitdcb0bd0eef10207754cb0fa64af3f2b965a1a589 (patch)
treef4780681dec6f11c9b1d6dd49546f53ee75f8230 /ld/ld.texinfo
parent1e8d20f4cc9ca76341801e68c7759805e370c18a (diff)
downloadgdb-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/ld.texinfo')
-rw-r--r--ld/ld.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index e3ecaa4..5f8e054 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -1089,11 +1089,11 @@ Any directories specified by @code{-rpath} options. The difference
between @code{-rpath} and @code{-rpath-link} is that directories
specified by @code{-rpath} options are included in the executable and
used at runtime, whereas the @code{-rpath-link} option is only effective
-at link time.
+at link time. It is for the native linker only.
@item
On an ELF system, if the @code{-rpath} and @code{rpath-link} options
were not used, search the contents of the environment variable
-@code{LD_RUN_PATH}.
+@code{LD_RUN_PATH}. It is for the native linker only.
@item
On SunOS, if the @code{-rpath} option was not used, search any
directories specified using @code{-L} options.