diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-02 21:56:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-02 21:56:26 +0000 |
commit | 20d1fa42af6012d948442984d3a157424d1dd807 (patch) | |
tree | e7611608c7123335f5e02b386c6b21c2500cd13f /binutils | |
parent | e5a32b172569d73ad2e5519eb929780a069529f3 (diff) | |
download | binutils-gdb-20d1fa42af6012d948442984d3a157424d1dd807.tar.gz |
Fix typo.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 80aa3144b8b..bf71fdcf135 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,6 +1,6 @@ 1998-09-02 14:50 Ulrich Drepper <drepper@cygnus.com> - * elf/readelf.c (process_dynamic_segment): Print DT_* value only if + * 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 |