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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 368aeaa..de6b750 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2007-09-17 Shen Feng <shen@cn.fujitsu.com> + + * 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. + 2007-09-17 Nick Clifton <nickc@redhat.com> * po/es.po: Updated Spanish translation. |