summaryrefslogtreecommitdiff
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
commit5c306fa434969873476d6e714e66b9310f4adb3e (patch)
tree285592b3939b4297d4315268ad997a87d3984b1a
parent3dffcade1f83f424f5a1a7e9362e85421c33d247 (diff)
downloadbinutils-redhat-5c306fa434969873476d6e714e66b9310f4adb3e.tar.gz
oops - remove spurious debugging left in previous delta
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 16bc44e6b9..42dd18d3f4 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. */