[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 15:23:38 PST 2016


atanasyan marked an inline comment as done.

================
Comment at: tools/llvm-readobj/ELFDumper.cpp:955
@@ +954,3 @@
+      break;
+    case ELF::DT_RELSZ:
+      DynRelRegion.Size = Dyn.getVal();
----------------
davide wrote:
> Ditto.
I use here the same order as used for DT_RELAxx entries.


Repository:
  rL LLVM

http://reviews.llvm.org/D16114





More information about the llvm-commits mailing list