Correct ld.texinfo cross reference

Alan Modra amodra@gmail.com
Fri Feb 13 03:48:00 GMT 2015


Fixes
warning: @pxref cross-reference name should not contain `:'

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

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}]

-- 
Alan Modra
Australia Development Lab, IBM



More information about the Binutils mailing list