Teach llvm-readobj to print human friendly description of reserved sections.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Mar 2014 05:00:34 +0000 (05:00 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 24 Mar 2014 05:00:34 +0000 (05:00 +0000)
commit2236f9348ddccbc1fb71b8da6e84bc64aad24248
treefa6d15ecd0bf2bb8c1bdd930fbda2a1ab3df6c6a
parent07707e8969a3936f216874f314c5f8ceaa594a90
Teach llvm-readobj to print human friendly description of reserved sections.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204584 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
test/MC/ARM/arm-elf-symver.s
test/MC/ELF/abs.s
test/MC/ELF/alias-reloc.s
test/MC/ELF/alias.s
test/MC/ELF/comdat.s
test/MC/ELF/common.s
test/MC/ELF/file-double.s
test/MC/ELF/file.s
test/MC/ELF/pic-diff.s
test/MC/ELF/pr9292.s
test/MC/ELF/set.s
test/MC/ELF/symref.s
test/MC/ELF/tls-i386.s
test/MC/ELF/tls.s
test/MC/ELF/type-propagate.s
test/MC/ELF/undef.s
test/MC/ELF/weak.s
test/MC/ELF/weakref-reloc.s
test/MC/ELF/weakref.s
test/Object/readobj-elf-versioning.test
test/Object/readobj-shared-object.test
test/Object/yaml2obj-elf-symbol-basic.yaml
test/tools/llvm-readobj/symbols.test
tools/llvm-readobj/ELFDumper.cpp