aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-09-25 16:44:19 +0000
committerJakub Jelinek <jakub@redhat.com>2001-09-25 16:44:19 +0000
commitd974e256612f0886ab921d86345dace103c2e7ed (patch)
treead3ae970668ec255c235a23e9b369de61b067d2b /binutils/ChangeLog
parent09c1cc88284bffe4cbbeee9815f82e4edda35f37 (diff)
downloadgdb-d974e256612f0886ab921d86345dace103c2e7ed.zip
gdb-d974e256612f0886ab921d86345dace103c2e7ed.tar.gz
gdb-d974e256612f0886ab921d86345dace103c2e7ed.tar.bz2
* readelf.c (do_wide): New.
(options): Add --wide. (usage, parse_args): Likewise. (process_program_headers): Put each segment on a single line if --wide is given. (process_section_headers): Put each section on a single line if --wide is given. * doc/binutils.texi: Document it. * NEWS: Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 2651e31..1b8b87c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,15 @@
+2001-09-25 Jakub Jelinek <jakub@redhat.com>
+
+ * readelf.c (do_wide): New.
+ (options): Add --wide.
+ (usage, parse_args): Likewise.
+ (process_program_headers): Put each segment on a single line if
+ --wide is given.
+ (process_section_headers): Put each section on a single line if
+ --wide is given.
+ * doc/binutils.texi: Document it.
+ * NEWS: Likewise.
+
2001-09-25 Alan Modra <amodra@bigpond.net.au>
* readelf.c (print_vma): Print 8 digits of low hex value.