diff options
author | Alan Modra <amodra@gmail.com> | 2015-02-12 13:40:33 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-02-13 13:47:28 +1030 |
commit | 66bc8739876b17b4e8b57cd1f1337814b4b734db (patch) | |
tree | 0735eec10b4eb018b2f34c4e45a97e4dd0aa01be /ld/ld.texinfo | |
parent | 451dfd384383160be5bc60f50a7920975e66f593 (diff) | |
download | gdb-66bc8739876b17b4e8b57cd1f1337814b4b734db.zip gdb-66bc8739876b17b4e8b57cd1f1337814b4b734db.tar.gz gdb-66bc8739876b17b4e8b57cd1f1337814b4b734db.tar.bz2 |
Correct ld.texinfo cross reference
Fixes
warning: @pxref cross-reference name should not contain `:'
* ld.texinfo (Options <--defsym>): Correct cross reference.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 701cd3b..314d3f3 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1372,10 +1372,9 @@ limited form of arithmetic is supported for the @var{expression} in this context: you may give a hexadecimal constant or the name of an existing symbol, or use @code{+} and @code{-} to add or subtract hexadecimal constants or symbols. If you need more elaborate expressions, consider -using the linker command language from a script (@pxref{Assignments,, -Assignment: Symbol Definitions}). @emph{Note:} there should be no white -space between @var{symbol}, the equals sign (``@key{=}''), and -@var{expression}. +using the linker command language from a script (@pxref{Assignments}). +@emph{Note:} there should be no white space between @var{symbol}, the +equals sign (``@key{=}''), and @var{expression}. @cindex demangling, from command line @kindex --demangle[=@var{style}] |