diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-17 09:59:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-17 09:59:34 +0000 |
commit | 61cd567514b82d2e353b2391e3e2bbeccf8152ba (patch) | |
tree | bc4f7ce8b309da95b12c4af23c0db1ca60a3bab4 /binutils | |
parent | c8edd8b484eaa59ae60a2b3c89f5772b98aefad1 (diff) | |
download | gdb-61cd567514b82d2e353b2391e3e2bbeccf8152ba.zip gdb-61cd567514b82d2e353b2391e3e2bbeccf8152ba.tar.gz gdb-61cd567514b82d2e353b2391e3e2bbeccf8152ba.tar.bz2 |
Revert previous delta - it was bogus.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 | ||||
-rw-r--r-- | binutils/readelf.c | 2 |
2 files changed, 0 insertions, 7 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fb24f91..9b0a306 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,8 +1,3 @@ -2002-08-16 Nick Clifton <nickc@redhat.com> - - * readelf.c (process_dynamic_segment): Put a newline after display - an unknown dynamic type. - 2002-08-16 Sivaguru Sankaridurg <siva@eternal-systems.com> * stabs.c (parse_stab_argtype): Pass length of physname to diff --git a/binutils/readelf.c b/binutils/readelf.c index b2e7013..b0a7934 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -4956,8 +4956,6 @@ process_dynamic_segment (file) putchar ('\n'); } } - else - putchar ('\n'); break; } } |