fix typo in ld's texinfo
* ld.texinfo (Options <-rpath>): Fix typo.
This commit is contained in:
parent
941c9cadbb
commit
d85063237a
@ -1,3 +1,7 @@
|
|||||||
|
2015-10-29 Matthias Klose <doko@ubuntu.com>
|
||||||
|
|
||||||
|
* ld.texinfo (Options <-rpath>): Fix typo.
|
||||||
|
|
||||||
2015-10-28 Alan Modra <amodra@gmail.com>
|
2015-10-28 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR ld/19162
|
PR ld/19162
|
||||||
|
@ -1801,7 +1801,7 @@ ELF executable, the contents of the environment variable
|
|||||||
@code{LD_RUN_PATH} will be used if it is defined.
|
@code{LD_RUN_PATH} will be used if it is defined.
|
||||||
|
|
||||||
The @option{-rpath} option may also be used on SunOS. By default, on
|
The @option{-rpath} option may also be used on SunOS. By default, on
|
||||||
SunOS, the linker will form a runtime search patch out of all the
|
SunOS, the linker will form a runtime search path out of all the
|
||||||
@option{-L} options it is given. If a @option{-rpath} option is used, the
|
@option{-L} options it is given. If a @option{-rpath} option is used, the
|
||||||
runtime search path will be formed exclusively using the @option{-rpath}
|
runtime search path will be formed exclusively using the @option{-rpath}
|
||||||
options, ignoring the @option{-L} options. This can be useful when using
|
options, ignoring the @option{-L} options. This can be useful when using
|
||||||
|
Loading…
Reference in New Issue
Block a user