diff options
author | Alan Modra <amodra@gmail.com> | 2013-02-10 23:52:51 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-02-10 23:52:51 +0000 |
commit | a1b8d8434edbe3bffbfaa0cf90d16538621851d5 (patch) | |
tree | 417673904dbc7c19a904162e5b49a01e6b2f8729 | |
parent | ade3edce913f98ac48a41a9ea8dd347f10071fef (diff) | |
download | gdb-a1b8d8434edbe3bffbfaa0cf90d16538621851d5.zip gdb-a1b8d8434edbe3bffbfaa0cf90d16538621851d5.tar.gz gdb-a1b8d8434edbe3bffbfaa0cf90d16538621851d5.tar.bz2 |
PR ld/15130
* ld.texinfo (-rpath-link): Typo fix.
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/ld.texinfo | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e8159d0..ece15ec 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2013-02-11 Alan Modra <amodra@gmail.com> + + PR ld/15130 + * ld.texinfo (-rpath-link): Typo fix. + 2013-02-08 Markos Chandras <markos.chandras@imgtec.com> * emultempl/metagelf.em (build_section_lists): Use sec_info_type diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 194f56a..765ac2c 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1717,7 +1717,7 @@ environment variable @code{LD_RUN_PATH}. On SunOS, if the @option{-rpath} option was not used, search any directories specified using @option{-L} options. @item -For a native linker, the search the contents of the environment +For a native linker, search the contents of the environment variable @code{LD_LIBRARY_PATH}. @item For a native ELF linker, the directories in @code{DT_RUNPATH} or |