diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-08 09:29:18 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-10 07:44:24 -0600 |
commit | f5a476a7b19f43dce8d15ae3e5deb7027f71ab7b (patch) | |
tree | 34ba053619d7d0b3a19fe4421a8f68b4d7072469 /gdb/doc/python.texi | |
parent | a154931ef1ef1c588c0e7da5e5fd4658c5dd28f5 (diff) | |
download | binutils-f5a476a7b19f43dce8d15ae3e5deb7027f71ab7b.zip binutils-f5a476a7b19f43dce8d15ae3e5deb7027f71ab7b.tar.gz binutils-f5a476a7b19f43dce8d15ae3e5deb7027f71ab7b.tar.bz2 |
Avoid warnings from makeinfo
"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.
Diffstat (limited to 'gdb/doc/python.texi')
-rw-r--r-- | gdb/doc/python.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/python.texi b/gdb/doc/python.texi index e1b79cc..8c4dd8d 100644 --- a/gdb/doc/python.texi +++ b/gdb/doc/python.texi @@ -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 |