X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FScripts%2Felf-dump;h=9794bfd9d8dc93b6d667249a400e19677a4c4660;hb=014180d387a875f7e04fd3532eab24dd0794db08;hp=003a4ef79a5bad1314b7de64429f404fd1166aad;hpb=d7c9b63b583ac05fc03c9a242c1bb8f12d27acf0;p=oota-llvm.git diff --git a/test/Scripts/elf-dump b/test/Scripts/elf-dump index 003a4ef79a5..9794bfd9d8d 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 "])"