aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.h
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2010-12-03 17:07:20 +0000
committerDoug Evans <dje@google.com>2010-12-03 17:07:20 +0000
commit5bbdf3d565cb8fe67357238efe24929209da4f21 (patch)
treec84dc88573aabfb9b01b10ceb0f2ae6aad29eca3 /binutils/dwarf.h
parentd91ffc6b218aa2b585431a89460c14edf3f45174 (diff)
downloadbinutils-5bbdf3d565cb8fe67357238efe24929209da4f21.zip
binutils-5bbdf3d565cb8fe67357238efe24929209da4f21.tar.gz
binutils-5bbdf3d565cb8fe67357238efe24929209da4f21.tar.bz2
* dwarf.c: #include "bfd_stdint.h".
(do_gdb_index): New global. (display_gdb_index): New function. (dwarf_select_sections_by_names) Add "gdb_index". (dwarf_select_sections_all): Set do_gdb_index. (debug_displays): Add .gdb_index. * dwarf.h (do_gdb_index): Declare. * objdump.c (usage): Add gdb_index. * readelf.c (usage): Add gdb_index. (process_section_headers): Process ".gdb_index". * doc/binutils.texi (readelf): Document gdb_index dump. (objdump): Ditto.
Diffstat (limited to 'binutils/dwarf.h')
-rw-r--r--binutils/dwarf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/dwarf.h b/binutils/dwarf.h
index e9de463..22ff496 100644
--- a/binutils/dwarf.h
+++ b/binutils/dwarf.h
@@ -107,6 +107,7 @@ extern int do_debug_frames_interp;
extern int do_debug_macinfo;
extern int do_debug_str;
extern int do_debug_loc;
+extern int do_gdb_index;
extern int do_trace_info;
extern int do_trace_abbrevs;
extern int do_trace_aranges;