diff options
author | Nick Clifton <nickc@redhat.com> | 2009-10-16 10:05:06 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-10-16 10:05:06 +0000 |
commit | 1ed06042dbd7b4590f9b6a7ac16a71b62d46730e (patch) | |
tree | 9ed456ee396fa5e12501a8220f5c18f9f90ff44d /binutils/readelf.c | |
parent | 493152cb4f287f9de3f03743349e911df9448e60 (diff) | |
download | binutils-gdb-1ed06042dbd7b4590f9b6a7ac16a71b62d46730e.tar.gz |
* readelf.c (usage): Add mention of --debug-dump=frames-interp.
Wrap output to 80 columns.
* objdump.c (usage): Likewise.
* doc/binutils.texi (readelf): Add note about =frames-interp.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 15f4ac04c8b..8d05d70af6a 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2929,7 +2929,8 @@ usage (FILE * stream) -R --relocated-dump=<number|name>\n\ Dump the contents of section <number|name> as relocated bytes\n\ -w[lLiaprmfFsoR] or\n\ - --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,=loc,=Ranges]\n\ + --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n\ + =frames-interp,=str,=loc,=Ranges]\n\ Display the contents of DWARF2 debug sections\n")); #ifdef SUPPORT_DISASSEMBLY fprintf (stream, _("\ |