Don't print a counter in hex.
[oota-llvm.git] / test / Scripts / elf-dump
index 003a4ef79a5bad1314b7de64429f404fd1166aad..9794bfd9d8dc93b6d667249a400e19677a4c4660 100755 (executable)
@@ -205,7 +205,7 @@ def dumpELF(path, opts):
 
     print "('_sections', ["
     for index in range(e_shnum):
-        print "  # Section %s" % common_dump.HexDump(index)
+        print "  # Section %s" % index
         sections[index].dump(shstrtab, f, strtab, opts.dumpSectionData)
     print "])"