aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-19 10:24:52 +0000
committerNick Clifton <nickc@redhat.com>2003-06-19 10:24:52 +0000
commit2c58cc864dbd741d997a1d17dc67a8dcd2b597bb (patch)
tree47242dbc8899f5a0079a2cfd3d2e75c6d827f476 /binutils
parentb19aac67f88b9d48ac9b91f89afbab18ce6b2f77 (diff)
downloadbinutils-2c58cc864dbd741d997a1d17dc67a8dcd2b597bb.zip
binutils-2c58cc864dbd741d997a1d17dc67a8dcd2b597bb.tar.gz
binutils-2c58cc864dbd741d997a1d17dc67a8dcd2b597bb.tar.bz2
oops - remove spurious debugging left in previous delta
Diffstat (limited to 'binutils')
-rw-r--r--binutils/readelf.c2
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. */