diff options
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 38b338b..94cec13 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2010-08-10 Tom Tromey <tromey@redhat.com> + + Revert gdb-add-index addition: + * gdb.texinfo (Index Files): Don't document gdb-add-index. + 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com> Eli Zaretskii <eliz@gnu.org> diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 867c06c..dc82158 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -15252,16 +15252,6 @@ There are currently some limitation on indices. They only work when for DWARF debugging information, not stabs. And, they do not currently work for programs using Ada. -@pindex gdb-add-index -@value{GDBN} comes with a program, @command{gdb-add-index}, which can -be used to add the index to a symbol file. It takes the symbol file -as its only argument: - -@smallexample -$ gdb-add-index symfile -@end smallexample - - @node Symbol Errors @section Errors Reading Symbol Files |