summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-02-12 13:40:33 +1030
committerAlan Modra <amodra@gmail.com>2015-02-13 13:47:28 +1030
commit66bc8739876b17b4e8b57cd1f1337814b4b734db (patch)
tree0735eec10b4eb018b2f34c4e45a97e4dd0aa01be
parent451dfd384383160be5bc60f50a7920975e66f593 (diff)
downloadbinutils-gdb-66bc8739876b17b4e8b57cd1f1337814b4b734db.tar.gz
Correct ld.texinfo cross reference
Fixes warning: @pxref cross-reference name should not contain `:' * ld.texinfo (Options <--defsym>): Correct cross reference.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texinfo7
2 files changed, 7 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 6f5921bf697..0c586c19508 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-13 Alan Modra <amodra@gmail.com>
+
+ * ld.texinfo (Options <--defsym>): Correct cross reference.
+
2015-02-11 H.J. Lu <hongjiu.lu@intel.com>
* lexsup.c (ld_options): Add --[no-]map-whole-files for gold
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 701cd3b40dd..314d3f3bcdf 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}]