diff options
author | Simon Marchi <simon.marchi@efficios.com> | 2025-02-20 11:28:11 -0500 |
---|---|---|
committer | Simon Marchi <simon.marchi@efficios.com> | 2025-02-20 11:28:11 -0500 |
commit | 792a87900ec12302c855ad9bfbc8f44417cf6f40 (patch) | |
tree | 06ced219f2837c7bbfa4b3998f86408bc164e3d6 /gdb/doc | |
parent | 1961e699340fc042ff2e5cbdb250694575679afe (diff) | |
download | binutils-792a87900ec12302c855ad9bfbc8f44417cf6f40.zip binutils-792a87900ec12302c855ad9bfbc8f44417cf6f40.tar.gz binutils-792a87900ec12302c855ad9bfbc8f44417cf6f40.tar.bz2 |
gdb/doc: fix .debug_index -> .gdb_index
Change-Id: Ibd8d6c35c2cc02e309f83b11b5fd1172dfa05283
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f8a8b13..db352ba 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -51669,7 +51669,7 @@ the @value{GDBN} manual in node @code{Index Files} @c man begin OPTIONS gdb-add-index @table @env @item -dwarf-5 -Add DWARF 5 sections instead of previous @code{.debug_index} section. +Add DWARF 5 sections instead of previous @code{.gdb_index} section. @end table @c man end |