diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-26 11:49:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-26 11:49:10 +0000 |
commit | 9eb20dd876711c0e7d27a52d38676dfb721b0c43 (patch) | |
tree | c0bafd6470782da3956499d6460013011ebbaa68 /binutils/doc | |
parent | 526c61eee0e858ee2a9c18fd05768807fbc73ff3 (diff) | |
download | gdb-9eb20dd876711c0e7d27a52d38676dfb721b0c43.zip gdb-9eb20dd876711c0e7d27a52d38676dfb721b0c43.tar.gz gdb-9eb20dd876711c0e7d27a52d38676dfb721b0c43.tar.bz2 |
Add a comment describing the difference between readelf and objdump.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 128645c..ffa680f 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3129,6 +3129,11 @@ files. The options control what particular information to display. @var{elffile}@dots{} are the object files to be examined. 32-bit and 64-bit ELF files are supported, as are archives containing ELF files. +This program performs a similar function to @command{objdump} but it +goes into more detail and it exists independently of the @sc{bfd} +library, so if there is a bug in @sc{bfd} then readelf will not be +affected. + @c man end @c man begin OPTIONS readelf |