* 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-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"
@insertcopying
@end ifnottex
-
-@syncodeindex fn cp
-@syncodeindex vr cp
+@syncodeindex vr fn
@titlepage
@title @value{GDBN} Internals
* 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
@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