diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-05-21 13:42:25 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-05-21 13:42:25 +0200 |
commit | b3fcf659914767aa0bddc1132c450eb4b74a7243 (patch) | |
tree | b6139a7a8f0ea22d3913907086ee786fe01e0b01 | |
parent | 6f0fe858b88e1a593ab21cb4b6316abf2a8039d8 (diff) | |
download | binutils-b3fcf659914767aa0bddc1132c450eb4b74a7243.zip binutils-b3fcf659914767aa0bddc1132c450eb4b74a7243.tar.gz binutils-b3fcf659914767aa0bddc1132c450eb4b74a7243.tar.bz2 |
ld: silence makeinfo warnings
Older tool versions (4.12 in my case) demand . or , after @xref{};
arrange for this to be the case.
-rw-r--r-- | ld/ld.texi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |