diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-02 21:55:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-02 21:55:37 +0000 |
commit | e5a32b172569d73ad2e5519eb929780a069529f3 (patch) | |
tree | 1a74f37f0f25534c5465be769a2d92aa6a125b72 /binutils/ChangeLog | |
parent | a6ac3b6bb56d12a21a52508cd8dbb7c3a7aa2d00 (diff) | |
download | gdb-e5a32b172569d73ad2e5519eb929780a069529f3.zip gdb-e5a32b172569d73ad2e5519eb929780a069529f3.tar.gz gdb-e5a32b172569d73ad2e5519eb929780a069529f3.tar.bz2 |
* elf/readelf.c (process_dynamic_segment): Print DT_* value only if
do_dynamic.
(do_histogram): New variable.
(options): New long option histogram. Set do_histogram if this
option is used.
(usage): Document --histogram.
(parse_args): Handle 0 return value from getopt_long. Enable
do_histogram for -a.
(process_symbol_table): Read hash table also if only do_histogram.
Add code to print hash table histogram.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 17f5856..80aa314 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,16 @@ +1998-09-02 14:50 Ulrich Drepper <drepper@cygnus.com> + + * elf/readelf.c (process_dynamic_segment): Print DT_* value only if + do_dynamic. + (do_histogram): New variable. + (options): New long option histogram. Set do_histogram if this + option is used. + (usage): Document --histogram. + (parse_args): Handle 0 return value from getopt_long. Enable + do_histogram for -a. + (process_symbol_table): Read hash table also if only do_histogram. + Add code to print hash table histogram. + 1998-08-25 16:45 Ulrich Drepper <drepper@cygnus.com> * readelf.c (process_dynamic_segment): Read syminfo section if |