summaryrefslogtreecommitdiff
path: root/binutils/objdump.c
diff options
context:
space:
mode:
authorDoug Evans <dje@sebabeach.org>2010-12-03 17:07:19 +0000
committerDoug Evans <dje@sebabeach.org>2010-12-03 17:07:19 +0000
commit17c1b2920d362780af1c19ebfc860899192d2051 (patch)
treeccd9834726288471a1a3d987dfcba87150e4586f /binutils/objdump.c
parent92499ec9dc6b1e3fc99ad1cdacf5aa0dbca66563 (diff)
downloadbinutils-redhat-17c1b2920d362780af1c19ebfc860899192d2051.tar.gz
* 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/objdump.c')
-rw-r--r--binutils/objdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c
index da68eebf9a..0be662f147 100644
--- a/binutils/objdump.c
+++ b/binutils/objdump.c
@@ -207,7 +207,7 @@ usage (FILE *stream, int status)
-W[lLiaprmfFsoRt] or\n\
--dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\
=frames-interp,=str,=loc,=Ranges,=pubtypes,\n\
- =trace_info,=trace_abbrev,=trace_aranges]\n\
+ =gdb_index,=trace_info,=trace_abbrev,=trace_aranges]\n\
Display DWARF info in the file\n\
-t, --syms Display the contents of the symbol table(s)\n\
-T, --dynamic-syms Display the contents of the dynamic symbol table\n\