projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19aac6
)
oops - remove spurious debugging left in previous delta
author
Nick Clifton
<nickc@redhat.com>
Thu, 19 Jun 2003 10:24:52 +0000
(10:24 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 19 Jun 2003 10:24:52 +0000
(10:24 +0000)
binutils/readelf.c
patch
|
blob
|
history
diff --git
a/binutils/readelf.c
b/binutils/readelf.c
index 16bc44e6b91a509c67772f4fbea6597e7340cfea..42dd18d3f4912bb56cb061690194b1dac0afaedb 100644
(file)
--- 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. */