aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index f381e23..23ab976 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -5529,7 +5529,7 @@ get_symbol_index_type (type)
else if (type >= SHN_LORESERVE && type <= SHN_HIRESERVE)
sprintf (buff, "RSV[0x%04x]", type);
else
- sprintf (buff, "%3d", type);
+ sprintf (buff, "0x%04x", type);
break;
}