diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 25f4503..2d6517d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e43819f..84243a7 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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?}. |