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/NEWS | |
parent | 18ecae383162b8c1be40030cddd69f12d718c689 (diff) | |
download | fsf-binutils-gdb-4145f1d576aa2f43ec679836c45accaaf5c01d6f.zip fsf-binutils-gdb-4145f1d576aa2f43ec679836c45accaaf5c01d6f.tar.gz fsf-binutils-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/NEWS')
-rw-r--r-- | binutils/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 00148db..5171e55 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,4 +1,6 @@ -*- text -*- +* Added -c switch to readelf to allow string dumps of archive symbol index. + * Support for SSE5 has been added to the i386 port. * Added -p switch to readelf to allow string dumps of sections. |