[PATCH] D22288: ldd: Add GotEntrySize/GotPltEntrySize to ELF target
H.J Lu via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 12 17:40:41 PDT 2016
hjl.tools added inline comments.
================
Comment at: ELF/Target.h:86-87
@@ -85,2 +85,4 @@
unsigned PltHeaderSize;
+ unsigned GotEntrySize;
+ unsigned GotPltEntrySize;
----------------
ruiu wrote:
> Sort.
What is the sorting order? Like this
unsigned GotEntrySize;
unsigned GotPltEntrySize;
unsigned PltEntrySize;
unsigned PltHeaderSize;
Repository:
rL LLVM
http://reviews.llvm.org/D22288
More information about the llvm-commits
mailing list