From: Simon Marchi Date: Thu, 20 Feb 2025 16:28:11 +0000 (-0500) Subject: gdb/doc: fix .debug_index -> .gdb_index X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=792a87900ec12302c855ad9bfbc8f44417cf6f40;p=thirdparty%2Fbinutils-gdb.git gdb/doc: fix .debug_index -> .gdb_index Change-Id: Ibd8d6c35c2cc02e309f83b11b5fd1172dfa05283 --- diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index f8a8b13f4ad..db352ba4065 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