From 65ad8dc807174b53615181a8170befdf60b6771d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Aug 2011 14:27:46 +0000 Subject: Another counter goes decimal. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136871 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Scripts/elf-dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Scripts/elf-dump') diff --git a/test/Scripts/elf-dump b/test/Scripts/elf-dump index d3fad34772..f116e3a0aa 100755 --- a/test/Scripts/elf-dump +++ b/test/Scripts/elf-dump @@ -97,7 +97,7 @@ def dumpSymtab(f, section, strtab): 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: -- cgit v1.2.3-18-g5258