| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [llvm-readobj] Support 'GNU' style for MIPS GOT/PLT dumping | Simon Atanasyan | 2017-12-21 | 1 | -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 table | Simon Atanasyan | 2015-07-09 | 1 | -0/+34 |
| Now the -mips-plt-got prints both MIPS GOT and PLT tables. llvm-svn: 241836 | |||||

