[PATCH] D13560: [ELF2] Make the .plt entry size target dependent
hfinkel@anl.gov via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 14:54:00 PDT 2015
hfinkel closed this revision.
hfinkel marked an inline comment as done.
hfinkel added a comment.
r249756, thanks!
================
Comment at: ELF/Target.h:48
@@ -46,2 +47,3 @@
unsigned RelativeReloc;
+ unsigned PltEntrySize;
llvm::StringRef DefaultEntry = "_start";
----------------
ruiu wrote:
> All platforms except PPC set value 8, so I'd set the default value "= 8;" here just like we did for DefaultEntry and remove assignments from all places but PPC.
Done.
http://reviews.llvm.org/D13560
More information about the llvm-commits
mailing list