diff options
author | Doug Evans <dje@google.com> | 2010-12-03 17:07:20 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-12-03 17:07:20 +0000 |
commit | 5bbdf3d565cb8fe67357238efe24929209da4f21 (patch) | |
tree | c84dc88573aabfb9b01b10ceb0f2ae6aad29eca3 /binutils/objdump.c | |
parent | d91ffc6b218aa2b585431a89460c14edf3f45174 (diff) | |
download | binutils-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/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index da68eeb..0be662f 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\ |