ld.texinfo, commit 3ea6077552
Nicholas Clifton
nickc@redhat.com
Tue Jul 14 10:34:00 GMT 2015
Hi Dilyan,
> +output file. @xref{Orphan Sections} The @option{--no-warn-orphan}
> Becasue there is no fullstop after @xref, texinfo complains. See also
> the Caution at
> http://www.gnu.org/software/texinfo/manual/texinfo/html_node/Reference-Syntax.html
Oops - sorry about that. I have checked in the obvious patch to fix the
problem.
Cheers
Nick
ld/ChangeLog
2015-07-14 Nick Clifton <nickc@redhat.com>
* ld.texinfo (Options): Add missing period after @xref.
diff --git a/ld/ld.texinfo b/ld/ld.texinfo
index 246f545..e7989b7 100644
--- a/ld/ld.texinfo
+++ b/ld/ld.texinfo
@@ -2096,7 +2096,7 @@ which refers to it.
@item --warn-orphan
The @option{--warn-orphan} option tells the linker to generate a
warning message whenever it has to place an orphan section into the
-output file. @xref{Orphan Sections} The @option{--no-warn-orphan}
+output file. @xref{Orphan Sections}. The @option{--no-warn-orphan}
option restores the default behaviour of just silently placing these
sections.
More information about the Binutils
mailing list