[PATCH 2/2] ld/doc: Remove '.info' suffix in @ref, etc.
Collin Funk
collin.funk1@gmail.com
Tue May 13 03:02:13 GMT 2025
Texinfo 7.2 began showing warnings like:
ld.texi:1026: warning: do not set .info suffix in reference for manual `gcc.info'
ld.texi:9689: warning: do not set .info suffix in reference for manual `binutils.info'
The Texinfo developers plan to stop removing the '.info' suffix
internally in a future release so without this patch the references will
break in the future.
Signed-off-by: Collin Funk <collin.funk1@gmail.com>
---
ld/ld.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ld/ld.texi b/ld/ld.texi
index ea4536a9112..afcc3fea94f 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -1024,7 +1024,7 @@ @node Options
suitable for @code{make} describing the output file and all the input files
that were read to produce it. The output is similar to the compiler's
output with @samp{-M -MP} (@pxref{Preprocessor Options,, Options
-Controlling the Preprocessor, gcc.info, Using the GNU Compiler
+Controlling the Preprocessor, gcc, Using the GNU Compiler
Collection}). Note that there is no option like the compiler's @samp{-MM},
to exclude ``system files'' (which is not a well-specified concept in the
linker, unlike ``system headers'' in the compiler). So the output from
@@ -9686,7 +9686,7 @@ @node BFD
it to the library. To conserve runtime memory, however, the linker and
associated tools are usually configured to support only a subset of the
object file formats available. You can use @code{objdump -i}
-(@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}) to
+(@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}) to
list all the formats available for your configuration.
@cindex BFD requirements
--
2.49.0
More information about the Binutils
mailing list