gdb/doc: fix .debug_index -> .gdb_index

Change-Id: Ibd8d6c35c2cc02e309f83b11b5fd1172dfa05283
This commit is contained in:
Simon Marchi
2025-02-20 11:28:11 -05:00
parent 1961e69934
commit 792a87900e

View File

@@ -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