diff options
author | Nick Clifton <nickc@redhat.com> | 2007-09-17 16:09:24 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2007-09-17 16:09:24 +0000 |
commit | 4145f1d576aa2f43ec679836c45accaaf5c01d6f (patch) | |
tree | 24e615c194515695418f09d7259ba46046218c83 /binutils/doc | |
parent | 18ecae383162b8c1be40030cddd69f12d718c689 (diff) | |
download | gdb-4145f1d576aa2f43ec679836c45accaaf5c01d6f.zip gdb-4145f1d576aa2f43ec679836c45accaaf5c01d6f.tar.gz gdb-4145f1d576aa2f43ec679836c45accaaf5c01d6f.tar.bz2 |
* readelf.c (do_archive_index): New.
(options): Add -c and --archive-index option.
(usage): Add -c option.
(parse_args): Add c option parsing.
(process_archive): Dump archive index.
* NEWS: Mention the new feature.
* doc/binutils.texi: Document the new feature.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index aec1c6d..6e3c1dd 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3688,6 +3688,7 @@ readelf [@option{-a}|@option{--all}] [@option{-D}|@option{--use-dynamic}] [@option{-x} <number or name>|@option{--hex-dump=}<number or name>] [@option{-p} <number or name>|@option{--string-dump=}<number or name>] + [@option{-c}|@option{--archive-index}] [@option{-w[liaprmfFsoR]}| @option{--debug-dump}[=line,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=frames-interp,=str,=loc,=Ranges]] [@option{-I}|@option{-histogram}] @@ -3819,6 +3820,13 @@ Displays the contents of the indicated section as printable strings. A number identifies a particular section by index in the section table; any other string identifies all sections with that name in the object file. +@item -c +@itemx --archive-index +@cindex Archive file symbol index information +Displays the file symbol index infomation contained in the header part +of binary archives. Performs the same function as the @option{t} +command to @command{ar}, but without using the BFD library. @xref{ar}. + @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 |