This patch adds to llvm-readobj a new command line option -mips-plt-got for printing a MIPS .got section. This option exists in the readelf tool but missed in the llvm-readobj.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
- Refactored some code by the separate commit rL210509.
- The findSectionByAddress() is a static function now.
Comment Actions
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.
tools/llvm-readobj/ELFDumper.cpp | ||
---|---|---|
1056 | Style, start with a lowercase. |
Can this be static?