diff options
author | Hans-Peter Nilsson <hp@bitrange.com> | 2014-10-15 02:42:14 +0200 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2014-10-15 02:43:23 +0200 |
commit | b3b9c41dc6ac302f5880b3e84b8974488c5bc120 (patch) | |
tree | 46b91311c51bda356e7b7871fb08c3a9ec12cc4d /ld | |
parent | d9ab24174cc3b853c186e77c12b55f36574621fe (diff) | |
download | gdb-b3b9c41dc6ac302f5880b3e84b8974488c5bc120.zip gdb-b3b9c41dc6ac302f5880b3e84b8974488c5bc120.tar.gz gdb-b3b9c41dc6ac302f5880b3e84b8974488c5bc120.tar.bz2 |
ld.texinfo: Clarify that sysroot affects "=" expansion.
* ld.texinfo (Options): When mentioning "=" and sysroot, mention
that --sysroot controls it, not only through the configuration.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 | ||||
-rw-r--r-- | ld/ld.texinfo | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e02b109..7c2cf04 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2014-10-15 Hans-Peter Nilsson <hp@axis.com> + + * ld.texinfo (Options): When mentioning "=" and sysroot, mention + that --sysroot controls it, not only through the configuration. + 2014-10-14 Tristan Gingold <gingold@adacore.com> * NEWS: Add marker for 2.25. diff --git a/ld/ld.texinfo b/ld/ld.texinfo index e71be5e..58150f9 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -706,7 +706,8 @@ how @command{ld} searches for a linker script unless @option{-T} option is specified. If @var{searchdir} begins with @code{=}, then the @code{=} will be replaced -by the @dfn{sysroot prefix}, a path specified when the linker is configured. +by the @dfn{sysroot prefix}, controlled by the @samp{--sysroot} option, or +specified when the linker is configured. @ifset UsesEnvVars The default set of paths searched (without being specified with |