* elf/readelf.c (process_dynamic_segment): Print DT_* value only if
authorUlrich Drepper <drepper@redhat.com>
Wed, 2 Sep 1998 21:55:37 +0000 (21:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 2 Sep 1998 21:55:37 +0000 (21:55 +0000)
commite5a32b172569d73ad2e5519eb929780a069529f3
tree1a74f37f0f25534c5465be769a2d92aa6a125b72
parenta6ac3b6bb56d12a21a52508cd8dbb7c3a7aa2d00
* 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.
binutils/ChangeLog
binutils/readelf.c