diff options
author | Nick Clifton <nickc@redhat.com> | 2003-08-11 09:15:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-08-11 09:15:55 +0000 |
commit | fb52b2f459b98125ab0cff0e16b421418541a8e1 (patch) | |
tree | e02dfe0201b1e6f7951f96c91c51fac13d0146f0 /binutils/doc | |
parent | e561512e3673318ad2a6d9d4fda985ee18e532ff (diff) | |
download | gdb-fb52b2f459b98125ab0cff0e16b421418541a8e1.zip gdb-fb52b2f459b98125ab0cff0e16b421418541a8e1.tar.gz gdb-fb52b2f459b98125ab0cff0e16b421418541a8e1.tar.bz2 |
Add ability for readelf to parse archives
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index f86169d..ce9dcf0 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3078,9 +3078,8 @@ readelf [@option{-a}|@option{--all}] @command{readelf} displays information about one or more ELF format object files. The options control what particular information to display. -@var{elffile}@dots{} are the object files to be examined. At the -moment, @command{readelf} does not support examining archives, nor does it -support examining 64 bit ELF files. +@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. @c man end |