aboutsummaryrefslogtreecommitdiffstats
path: root/test/Scripts/elf-dump
diff options
context:
space:
mode:
Diffstat (limited to 'test/Scripts/elf-dump')
-rwxr-xr-xtest/Scripts/elf-dump2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Scripts/elf-dump b/test/Scripts/elf-dump
index 003a4ef..9794bfd 100755
--- a/test/Scripts/elf-dump
+++ b/test/Scripts/elf-dump
@@ -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 "])"