Avoid warnings from makeinfo
authorTom Tromey <tom@tromey.com>
Sat, 8 Sep 2018 15:29:18 +0000 (09:29 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 10 Sep 2018 13:44:24 +0000 (07:44 -0600)
"make info" gives a number of warnings about the use of a "." in
@ref-like commands.  These come from the ".info" suffix.  I think this
suffix is redundant, and removing the suffix also removes the warning.

gdb/doc/ChangeLog
2018-09-10  Tom Tromey  <tom@tromey.com>

* gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
(Machine Code): Use "binutils", not "binutils.info", in @pxref.
(Separate Debug Files): Use "ld", not "ld.info", in @ref.
* python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/doc/python.texi

index 22987d2defe1d34f2242d8e78391626bfda6115f..dfbb1540ba1b333478f990e89bbb85ba8c3b11ee 100644 (file)
@@ -1,3 +1,10 @@
+2018-09-10  Tom Tromey  <tom@tromey.com>
+
+       * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
+       (Machine Code): Use "binutils", not "binutils.info", in @pxref.
+       (Separate Debug Files): Use "ld", not "ld.info", in @ref.
+       * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
+
 2018-09-10  Tom Tromey  <tom@tromey.com>
 
        PR python/16484:
index f479feffe3280fb7c0541cb490a0b390a1c0c9fb..1d96c68d830cc32a95b6dece35955124166c9715 100644 (file)
@@ -2019,7 +2019,7 @@ the @sc{gnu} C compiler, provides macro information if you are using
 the DWARF debugging format, and specify the option @option{-g3}.
 
 @xref{Debugging Options,,Options for Debugging Your Program or GCC,
-gcc.info, Using the @sc{gnu} Compiler Collection (GCC)}, for more
+gcc, Using the @sc{gnu} Compiler Collection (GCC)}, for more
 information on @value{NGCC} options affecting debug information.
 
 You will have the best debugging experience if you use the latest
@@ -8938,7 +8938,7 @@ This command controls the passing of target specific information to
 the disassembler.  For a list of valid options, please refer to the
 @code{-M}/@code{--disassembler-options} section of the @samp{objdump}
 manual and/or the output of @kbd{objdump --help}
-(@pxref{objdump,,objdump,binutils.info,The GNU Binary Utilities}).
+(@pxref{objdump,,objdump,binutils,The GNU Binary Utilities}).
 The default value is the empty string.
 
 If it is necessary to specify more than one disassembler option, then
@@ -19699,7 +19699,7 @@ also present in the corresponding debug info file.  (This is supported
 only on some operating systems, when using the ELF or PE file formats
 for binary files and the @sc{gnu} Binutils.)  For more details about
 this feature, see the description of the @option{--build-id}
-command-line option in @ref{Options, , Command Line Options, ld.info,
+command-line option in @ref{Options, , Command Line Options, ld,
 The GNU Linker}.  The debug info file's name is not specified
 explicitly by the build ID, but can be computed from the build ID, see
 below.
index e1b79cc30b2df87921b7060533263cb8700d5498..8c4dd8de669e7f3b172d395543b6858c30e6362c 100644 (file)
@@ -4057,7 +4057,7 @@ is the build ID of the objfile.  Otherwise, @var{name} is a file name.
 This is supported only on some operating systems, notably those which use
 the ELF format for binary files and the @sc{gnu} Binutils.  For more details
 about this feature, see the description of the @option{--build-id}
-command-line option in @ref{Options, , Command Line Options, ld.info,
+command-line option in @ref{Options, , Command Line Options, ld,
 The GNU Linker}.
 @end defun
 
@@ -4093,7 +4093,7 @@ If the objfile does not have a build ID then the value is @code{None}.
 This is supported only on some operating systems, notably those which use
 the ELF format for binary files and the @sc{gnu} Binutils.  For more details
 about this feature, see the description of the @option{--build-id}
-command-line option in @ref{Options, , Command Line Options, ld.info,
+command-line option in @ref{Options, , Command Line Options, ld,
 The GNU Linker}.
 @end defvar
 
This page took 0.048382 seconds and 4 git commands to generate.