Changed elf-dump to output hex format by default.
authorJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 18 Oct 2010 21:32:41 +0000 (21:32 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Mon, 18 Oct 2010 21:32:41 +0000 (21:32 +0000)
commite7d4a4c6c882907da11adcaaacf1a2f464214e87
treef4cc2111bcca297abe43da22b89bb0c1f2597a22
parentfb8096dee5df60f156e770b9f96f8417e9dbd4c9
Changed elf-dump to output hex format by default.
Also updated tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116753 91177308-0d34-0410-b5e6-96231b3b80d8
32 files changed:
test/MC/ELF/alias.s
test/MC/ELF/align-bss.s
test/MC/ELF/align-nops.s
test/MC/ELF/align-size.s
test/MC/ELF/align-text.s
test/MC/ELF/align.s
test/MC/ELF/basic-elf.ll
test/MC/ELF/common.s
test/MC/ELF/common2.s
test/MC/ELF/diff.s
test/MC/ELF/empty.s
test/MC/ELF/entsize.ll
test/MC/ELF/entsize.s
test/MC/ELF/file.s
test/MC/ELF/got.s
test/MC/ELF/local-reloc.s
test/MC/ELF/merge.s
test/MC/ELF/norelocation.s
test/MC/ELF/pic-diff.s
test/MC/ELF/plt.s
test/MC/ELF/relax.s
test/MC/ELF/relocation-386.s
test/MC/ELF/relocation.s
test/MC/ELF/section.s
test/MC/ELF/size.s
test/MC/ELF/sleb.s
test/MC/ELF/uleb.s
test/MC/ELF/undef.s
test/MC/ELF/undef2.s
test/MC/ELF/weak.s
test/MC/ELF/zero.s
test/Scripts/elf-dump