aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2012-07-12 07:56:50 +0000
committerEli Zaretskii <eliz@gnu.org>2012-07-12 07:56:50 +0000
commit055855a460c55c611dffaf0322849dec1c909e45 (patch)
tree4e656ef30166f084d68001822f344ec047b7bbd7 /gdb
parent8c6d03e71182849a34020d1a4342743bb4e932cc (diff)
downloadgdb-055855a460c55c611dffaf0322849dec1c909e45.zip
gdb-055855a460c55c611dffaf0322849dec1c909e45.tar.gz
gdb-055855a460c55c611dffaf0322849dec1c909e45.tar.bz2
Separate the indices in gdbint.texinfo into 2 nodes, to avoid file-name clashes.
* gdbint.texinfo: Remove @syncodeindex directives that put all the indices into a single node "Index". Instead, join function and variable indices into a single index, separate from the concept index. Requested in http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html. (Top): Update the top-level menu: instead of one "Index" there are now separate entries "Concept Index" and "Function and Variable Index". (Concept Index, Function and Variable Index): New nodes. (Index): Node deleted.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog13
-rw-r--r--gdb/doc/gdbint.texinfo16
2 files changed, 23 insertions, 6 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index 4846f8c..97b9a17 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,16 @@
+2012-07-12 Eli Zaretskii <eliz@gnu.org>
+
+ * gdbint.texinfo: Remove @syncodeindex directives that put all the
+ indices into a single node "Index". Instead, join function and
+ variable indices into a single index, separate from the concept
+ index. Requested in
+ http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
+ (Top): Update the top-level menu: instead of one "Index" there are
+ now separate entries "Concept Index" and "Function and Variable
+ Index".
+ (Concept Index, Function and Variable Index): New nodes.
+ (Index): Node deleted.
+
2012-07-05 Hui Zhu <hui_zhu@mentor.com>
* gdb.texinfo (Maintenance Commands): Change help for "maint agent"
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 9a440ef..5e00f1f 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -28,9 +28,7 @@ This file documents the internals of the GNU debugger @value{GDBN}.
@insertcopying
@end ifnottex
-
-@syncodeindex fn cp
-@syncodeindex vr cp
+@syncodeindex vr fn
@titlepage
@title @value{GDBN} Internals
@@ -93,7 +91,8 @@ as the mechanisms that adapt @value{GDBN} to specific hosts and targets.
* GDB Observers:: @value{GDBN} Currently available observers
* GNU Free Documentation License:: The license for this documentation
-* Index::
+* Concept Index::
+* Function and Variable Index::
@end menu
@node Summary
@@ -8132,9 +8131,14 @@ in the directory the script was called from.
@appendix GNU Free Documentation License
@include fdl.texi
-@node Index
-@unnumbered Index
+@node Concept Index
+@unnumbered Concept Index
@printindex cp
+@node Function and Variable Index
+@unnumbered Function and Variable Index
+
+@printindex fn
+
@bye