ld.texinfo errors
Alan Modra
amodra@bigpond.net.au
Tue Feb 18 04:54:00 GMT 2003
ld.texinfo:1129: @samp expected `{...}'
etc.
* ld.texinfo: Remove spaces between @samp and opening brace.
Index: ld/ld.texinfo
===================================================================
RCS file: /cvs/src/src/ld/ld.texinfo,v
retrieving revision 1.85
diff -u -p -r1.85 ld.texinfo
--- ld/ld.texinfo 17 Feb 2003 18:24:37 -0000 1.85
+++ ld/ld.texinfo 18 Feb 2003 04:51:09 -0000
@@ -1126,9 +1126,9 @@ first definition will be used.
@item --allow-shlib-undefined
@itemx --no-allow-shlib-undefined
Allow (the default) or disallow undefined symbols in shared objects.
-The setting of this switch overrides @samp {--no-undefined} where
-shared objects are concerned. Thus if @samp {--no-undefined} is set
-but @samp {--no-allow-shlib-undefined} is not, the net result will be
+The setting of this switch overrides @samp{--no-undefined} where
+shared objects are concerned. Thus if @samp{--no-undefined} is set
+but @samp{--no-allow-shlib-undefined} is not, the net result will be
that undefined symbols in regular object files will trigger an error,
but undefined symbols in shared objects will be ignored.
--
Alan Modra
IBM OzLabs - Linux Technology Centre
More information about the Binutils
mailing list