Update documentation for Ada .gdb_index
authorTom Tromey <tromey@adacore.com>
Thu, 11 Jun 2020 15:45:51 +0000 (09:45 -0600)
committerTom Tromey <tromey@adacore.com>
Thu, 11 Jun 2020 17:24:48 +0000 (11:24 -0600)
.gdb_index now supports Ada, so update the documentation to reflect
this.

gdb/doc/ChangeLog
2020-06-11  Tom Tromey  <tromey@adacore.com>

* gdb.texinfo (Index Files): Reword.  Remove Ada limitation.

gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index b3fb16fe50b854aa3cf8ac324c6ab4ab10158df0..1cb43f7e249a51862fb556b0976232fa3ff229c9 100644 (file)
@@ -1,3 +1,7 @@
+2020-06-11  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.texinfo (Index Files): Reword.  Remove Ada limitation.
+
 2020-06-10  Jonny Grant  <jg@jguk.org>
 
        * gdb.texinfo: Remove broken links Previous and Up from
index d90c33d67aee778d943814cb0764663a70c468ce..59e3e75d18a401d1d955388f42f211c38315c3f2 100644 (file)
@@ -21286,9 +21286,7 @@ Instead you must do, for example,
 $ gdb -iex "set use-deprecated-index-sections on" <program>
 @end smallexample
 
-There are currently some limitation on indices.  They only work when
-using DWARF debugging information, not stabs.  And, only the
-@code{-dwarf-5} index works for programs using Ada.
+Indices only work when using DWARF debugging information, not stabs.
 
 @subsection Automatic symbol index cache
 
This page took 0.042564 seconds and 4 git commands to generate.