summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/mips-plt.test
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumpingSimon Atanasyan2017-12-211-0/+32
| | | | | | | | | | This change adds `printMipsGOT` and `printMipsPLT` methods to the `DumpStyle` class and overrides them in the `GNUStyle` and `LLVMStyle` descendants. To pass information about GOT/PLT layout into these methods, the `MipsGOTParser` class has been extended to hold all necessary data. llvm-svn: 321253
* [llvm-readobj] Print MIPS PLT tableSimon Atanasyan2015-07-091-0/+34
Now the -mips-plt-got prints both MIPS GOT and PLT tables. llvm-svn: 241836
OpenPOWER on IntegriCloud