Another counter goes decimal.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136871 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Scripts/elf-dump b/test/Scripts/elf-dump
index d3fad34..f116e3a 100755
--- a/test/Scripts/elf-dump
+++ b/test/Scripts/elf-dump
@@ -97,7 +97,7 @@
 
     for index in range(entries):
         f.seek(section.sh_offset + index * section.sh_entsize)
-        print "    # Symbol %s" % common_dump.HexDump(index)
+        print "    # Symbol %s" % index
         name = f.read32()
         print "    (('st_name', %s)" % common_dump.HexDump(name), "# %r" % strtab[name]
         if not f.is64Bit: