From 2d60161648d021aca8e3343ead7be24d627c479b Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Wed, 31 Jul 2019 14:08:05 -0600 Subject: [PATCH] Update "save gdb-index" documentation This updates the "save gdb-index" documentation to reflect the new state of Ada support. It also corrects an existing grammatical error. gdb/doc/ChangeLog 2019-09-10 Tom Tromey * gdb.texinfo (Index Files): Update Ada text. --- gdb/doc/ChangeLog | 4 ++++ gdb/doc/gdb.texinfo | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index a5328259e0..96c0409197 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2019-09-10 Tom Tromey + + * gdb.texinfo (Index Files): Update Ada text. + 2019-08-27 Andrew Burgess * gdb.texinfo (Symbols): Add information about the -n flag to diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 53b7de91e4..79824a0226 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -20936,8 +20936,8 @@ $ gdb -iex "set use-deprecated-index-sections on" @end smallexample 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. +using DWARF debugging information, not stabs. And, only the +@code{-dwarf-5} index works for programs using Ada. @subsection Automatic symbol index cache -- 2.34.1