aboutsummaryrefslogtreecommitdiff
path: root/binutils/binutils.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-10 22:20:55 +0000
committerNick Clifton <nickc@redhat.com>2001-02-10 22:20:55 +0000
commitf5e21966912b901789a38637dc6f0bef0619e5ce (patch)
tree96adbea406884023b8ebd67a8ac5b96ff1302068 /binutils/binutils.texi
parent0f074f60a4f3c8263b8f01628caaa4b5109aa586 (diff)
downloadgdb-f5e21966912b901789a38637dc6f0bef0619e5ce.zip
gdb-f5e21966912b901789a38637dc6f0bef0619e5ce.tar.gz
gdb-f5e21966912b901789a38637dc6f0bef0619e5ce.tar.bz2
Document new --unwind option to readelf.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r--binutils/binutils.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index 4114663..648cd2b 100644
--- a/binutils/binutils.texi
+++ b/binutils/binutils.texi
@@ -2479,6 +2479,7 @@ readelf [ -a | --all ]
[ -s | --syms | --symbols]
[ -n | --notes]
[ -r | --relocs]
+ [ -u | --unwind]
[ -d | --dynamic]
[ -V | --version-info]
[ -D | --use-dynamic]
@@ -2548,7 +2549,13 @@ Displays the contents of the NOTE segment, if it exists.
@item -r
@itemx --relocs
@cindex ELF reloc information
-Displays the contents of the file's relocation section, if it ha one.
+Displays the contents of the file's relocation section, if it has one.
+
+@item -u
+@itemx --unwind
+@cindex unwind information
+Displays the contents of the file's unwind section, if it has one. Only
+the unwind sections for IA64 ELF files are currently supported.
@item -d
@itemx --dynamic