diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-04-09 09:55:13 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-04-09 09:55:13 +0000 |
commit | c1124b23a9b0883c4400d05b90d01fee2612a41d (patch) | |
tree | 30022ae3e29a7f29d096c51d214f95daed5af881 /binutils/doc | |
parent | e507634795ed843c741a57c17c5191cfe505652f (diff) | |
download | gdb-c1124b23a9b0883c4400d05b90d01fee2612a41d.zip gdb-c1124b23a9b0883c4400d05b90d01fee2612a41d.tar.gz gdb-c1124b23a9b0883c4400d05b90d01fee2612a41d.tar.bz2 |
* doc/binutils.texi (objdump) [--debugging]: Suggest readelf -w
for debugging information types not supported by objdump.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 5f146b5..a0c797a 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -1479,6 +1479,8 @@ for more information on demangling. Display debugging information. This attempts to parse debugging information stored in the file and print it out using a C like syntax. Only certain types of debugging information have been implemented. +Some other types are supported by @command{readelf -w}. +@xref{readelf}. @item -d @itemx --disassemble |