This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix build of GDB documentation.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=41fc26a2cbc1dc1d08da003d363b2b5821f62076

commit 41fc26a2cbc1dc1d08da003d363b2b5821f62076
Author: Eli Zaretskii <eliz@gnu.org>
Date:   Mon Jun 11 20:30:11 2018 +0300

    Fix build of GDB documentation.
    
    gdb/doc/ChangeLog
    2018-06-11  Eli Zaretskii  <eliz@gnu.org>
    
    	* gdb.texinfo (Maintenance Commands): Add a missing @anchor.

Diff:
---
 gdb/doc/ChangeLog   | 4 ++++
 gdb/doc/gdb.texinfo | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index d36affe..73c3075 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-11  Eli Zaretskii  <eliz@gnu.org>
+
+	* gdb.texinfo (Maintenance Commands): Add a missing @anchor.
+
 2018-06-08  Gary Benson <gbenson@redhat.com>
 
 	* gdb.texinfo (Maintenance Commands): Document "maint check
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 2c0ac33..2b56b5a 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -35547,6 +35547,7 @@ modify XML target descriptions.
 Check that the target descriptions dynamically created by @value{GDBN}
 equal the descriptions created from XML files found in @var{dir}.
 
+@anchor{maint check libthread-db}
 @kindex maint check libthread-db
 @item maint check libthread-db
 Run integrity checks on the current inferior's thread debugging


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]