[PATCH] D16114: [llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format

Simon Atanasyan via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 07:01:05 PST 2016


atanasyan created this revision.
atanasyan added a reviewer: rafael.
atanasyan added a subscriber: llvm-commits.
atanasyan set the repository for this revision to rL LLVM.

MIPS 32-bit ABI uses REL relocation record format to save dynamic relocations. The patch teaches llvm-readobj to show dynamic relocations in this format.

Repository:
  rL LLVM

http://reviews.llvm.org/D16114

Files:
  test/Object/Inputs/dyn-rel.so.elf-mips
  test/Object/dyn-rel-relocation.test
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16114.44632.patch
Type: text/x-patch
Size: 8046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160112/a062f928/attachment.bin>


More information about the llvm-commits mailing list