[PATCH] [llvm-readobj][ELF] New `llvm-readobj` command line option `-mips-plt-got` to print a MIPS .got section
Rafael Ávila de Espíndola
rafael.espindola at gmail.com
Tue Jun 17 09:30:36 PDT 2014
LGTM in that this is now fully MIPS specific.
Is there any documentation about this format that you can put a link to in the comments.
================
Comment at: tools/llvm-readobj/ELFDumper.cpp:1056
@@ +1055,3 @@
+
+ bool GetGOTTags(uint64_t &LocalGotNum, uint64_t &GotSym);
+ void printGotEntry(uint64_t GotAddr, GOTIter BeginIt, GOTIter It);
----------------
Style, start with a lowercase.
http://reviews.llvm.org/D4014
More information about the llvm-commits
mailing list