diff options
author | Jakub Jelinek <jakub@redhat.com> | 2002-07-30 14:33:40 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2002-07-30 14:33:40 +0000 |
commit | 2979dc3446e3947ab15022d12aeeb67a4a87d95e (patch) | |
tree | 5b328f23048fc42a4eabeea1392d687864c099f3 /binutils/ChangeLog | |
parent | 704afa601f9abdd212d000ff61b1c6a32e085a0b (diff) | |
download | gdb-2979dc3446e3947ab15022d12aeeb67a4a87d95e.zip gdb-2979dc3446e3947ab15022d12aeeb67a4a87d95e.tar.gz gdb-2979dc3446e3947ab15022d12aeeb67a4a87d95e.tar.bz2 |
* readelf.c (OPTION_DEBUG_DUMP): Define.
(options): Use it.
(usage): Update help.
(parse_args): Handle --debug-dump separately from -w.
* doc/binutils.texi (readelf): Update documentation.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c3fc84d..7362803 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2002-07-30 Jakub Jelinek <jakub@redhat.com> + + * readelf.c (OPTION_DEBUG_DUMP): Define. + (options): Use it. + (usage): Update help. + (parse_args): Handle --debug-dump separately from -w. + * doc/binutils.texi (readelf): Update documentation. + 2002-07-25 Nick Clifton <nickc@redhat.com> * po/es.po: Updated Spanish translation. |