diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-19 10:24:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-19 10:24:52 +0000 |
commit | 2c58cc864dbd741d997a1d17dc67a8dcd2b597bb (patch) | |
tree | 47242dbc8899f5a0079a2cfd3d2e75c6d827f476 /binutils | |
parent | b19aac67f88b9d48ac9b91f89afbab18ce6b2f77 (diff) | |
download | gdb-2c58cc864dbd741d997a1d17dc67a8dcd2b597bb.zip gdb-2c58cc864dbd741d997a1d17dc67a8dcd2b597bb.tar.gz gdb-2c58cc864dbd741d997a1d17dc67a8dcd2b597bb.tar.bz2 |
oops - remove spurious debugging left in previous delta
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/readelf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index 16bc44e..42dd18d 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -634,7 +634,7 @@ print_vma (vma, mode) case DEC_5: if (vma <= 99999) { - printf ("** %5ld", (long) vma); + printf ("%5ld", (long) vma); break; } /* Drop through. */ |