diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-03 10:44:45 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-03 10:44:45 +0000 |
commit | 18bd398bc4f10077209229e52f1e603139f5c6a7 (patch) | |
tree | fe18b7547f99981dbc29c064832c2ff2569aa658 /binutils/doc | |
parent | 57346661b52ed39c5dbea1a2bd11aee7f8e87592 (diff) | |
download | gdb-18bd398bc4f10077209229e52f1e603139f5c6a7.zip gdb-18bd398bc4f10077209229e52f1e603139f5c6a7.tar.gz gdb-18bd398bc4f10077209229e52f1e603139f5c6a7.tar.bz2 |
Add support to readelf to decode and display the contents of .debug_ranges
sections.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index f2cd2d1..683dd61 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3153,8 +3153,8 @@ readelf [@option{-a}|@option{--all}] [@option{-A}|@option{--arch-specific}] [@option{-D}|@option{--use-dynamic}] [@option{-x} <number>|@option{--hex-dump=}<number>] - [@option{-w[liaprmfFso]}| - @option{--debug-dump}[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=frames-interp,=str,=loc]] + [@option{-w[liaprmfFsoR]}| + @option{--debug-dump}[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]] [@option{-I}|@option{-histogram}] [@option{-v}|@option{--version}] [@option{-W}|@option{--wide}] @@ -3271,8 +3271,8 @@ symbols section. @itemx --hex-dump=<number> Displays the contents of the indicated section as a hexadecimal dump. -@item -w[liaprmfFso] -@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=macro,=frames,=frames-interp,=str,=loc] +@item -w[liaprmfFsoR] +@itemx --debug-dump[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges] Displays the contents of the debug sections in the file, if any are present. If one of the optional letters or words follows the switch then only data found in those specific sections will be dumped. |