Remove extra space after @pxref in gdb.texinfo
authorTom Tromey <tromey@adacore.com>
Wed, 27 Jan 2021 13:51:21 +0000 (06:51 -0700)
committerTom Tromey <tromey@adacore.com>
Wed, 27 Jan 2021 13:56:27 +0000 (06:56 -0700)
Internally at AdaCore, documentation is still built with Texinfo 4.13.
This version gave an error when building gdb.texinfo:

../../../binutils-gdb/gdb/doc/gdb.texinfo:27672: @pxref expected braces.
../../../binutils-gdb/gdb/doc/gdb.texinfo:27672: ` {dotdebug_gdb_scripts section,,The @cod...' is too long for expansion; not expanded.

... followed by many more spurious errors that were caused by this
one.

This patch fix the problem by removing the extra space.

I don't know whether it's advisable to try to support this ancient
version of Texinfo (released in 2008 apparently); but in this
particular case the fix is trivial, so I'm checking it in.

gdb/doc/ChangeLog
2021-01-27  Tom Tromey  <tromey@adacore.com>

* gdb.texinfo (Auto-loading extensions): Remove extraneous space.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 25f4503d4694b76347210d7159abc575cb46f39e..2d6517d279c21d1649f3b2d6dc31afdc3fa6fdae 100644 (file)
@@ -1,3 +1,7 @@
+2021-01-27  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Auto-loading extensions): Remove extraneous space.
+
 2021-01-25  Marco Barisione  <mbarisione@undo.io>
 
        * python.texi: Add parentheses to print statements/functions.
index e43819f0f70f77858a0b9d7e8226e8c3b99ca76a..84243a72eafdb2f390af385ebaf1587fd2b1d038 100644 (file)
@@ -27669,7 +27669,7 @@ extensions when a new object file is read (for example, due to the
 library): @file{@var{objfile}-gdb.@var{ext}} (@pxref{objfile-gdbdotext
 file,,The @file{@var{objfile}-gdb.@var{ext}} file}) and the
 @code{.debug_gdb_scripts} section of modern file formats like ELF
-(@pxref {dotdebug_gdb_scripts section,,The @code{.debug_gdb_scripts}
+(@pxref{dotdebug_gdb_scripts section,,The @code{.debug_gdb_scripts}
 section}).  For a discussion of the differences between these two
 approaches see @ref{Which flavor to choose?}.