[llvm-readobj] Print MIPS PLT table
authorSimon Atanasyan <simon@atanasyan.com>
Thu, 9 Jul 2015 18:23:10 +0000 (18:23 +0000)
committerSimon Atanasyan <simon@atanasyan.com>
Thu, 9 Jul 2015 18:23:10 +0000 (18:23 +0000)
commit13c5e09c6e28b1b60ab718a90add0f61a200cf10
tree12719968480ccf1b4968a812300d08c987bf03a7
parentba8d948e93af3096c9bdd2ead2886d6b1e58279b
[llvm-readobj] Print MIPS PLT table

Now the -mips-plt-got prints both MIPS GOT and PLT tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241836 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/Inputs/got-plt.exe.elf-mipsel [new file with mode: 0755]
test/tools/llvm-readobj/mips-plt.test [new file with mode: 0644]
tools/llvm-readobj/ELFDumper.cpp