Correct ld.texinfo cross reference
authorAlan Modra <amodra@gmail.com>
Thu, 12 Feb 2015 03:10:33 +0000 (13:40 +1030)
committerAlan Modra <amodra@gmail.com>
Fri, 13 Feb 2015 03:17:28 +0000 (13:47 +1030)
Fixes
warning: @pxref cross-reference name should not contain `:'

* ld.texinfo (Options <--defsym>): Correct cross reference.

ld/ChangeLog
ld/ld.texinfo

index 6f5921bf697ed6a16c1d3c705d68a3d10c70666c..0c586c19508e1c84402f633b886eb251767fe6ae 100644 (file)
@@ -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
index 701cd3b40ddf506db454c219f4682c0494abac32..314d3f3bcdf9ed8c4cb26c36dd7fcb38e0c406fc 100644 (file)
@@ -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}]
This page took 0.0309 seconds and 4 git commands to generate.