[binutils-gdb] ld: silence makeinfo warnings

Jan Beulich jbeulich@sourceware.org
Tue May 21 11:43:22 GMT 2024


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b3fcf659914767aa0bddc1132c450eb4b74a7243

commit b3fcf659914767aa0bddc1132c450eb4b74a7243
Author: Jan Beulich <jbeulich@suse.com>
Date:   Tue May 21 13:42:25 2024 +0200

    ld: silence makeinfo warnings
    
    Older tool versions (4.12 in my case) demand . or , after @xref{};
    arrange for this to be the case.

Diff:
---
 ld/ld.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ld/ld.texi b/ld/ld.texi
index b32bb463f3f..dd0af8e4f5e 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -1181,7 +1181,7 @@ current script, otherwise the last, non-augmenting, @option{-T} option
 will be used.
 
 There are other ways of specifying linker scripts.  See
-@xref{--default-script}, @xref{--section-ordering-file} and
+@xref{--default-script}, @xref{--section-ordering-file}, and
 @xref{unrecognised-input-files}.
 
 @kindex -dT @var{script}
@@ -2470,7 +2470,7 @@ however that this only applies to additional libraries needed to
 satisfy already included shared libraries.  It does @emph{not}
 apply to libraries that are included via the @option{-l} command line
 option.  Searches for @option{-l} libraries are only conducted in
-directories specified by the @option{-L} option (@xref{-L}).
+directories specified by the @option{-L} option (@pxref{-L}).
 
 @enumerate
 @item


More information about the Binutils-cvs mailing list