[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 09:53:34 PDT 2015


hfinkel created this revision.
hfinkel added reviewers: ruiu, rafael.
hfinkel added a subscriber: llvm-commits.
hfinkel added a project: lld.

The size of a .plt entry is different on different targets (it is, specifically, much larger than 8 on all PPC ABIs). There is no functional change in this patch (later patches to create .plt entries for PPC64 will depend on this change).


http://reviews.llvm.org/D13560

Files:
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Target.cpp
  ELF/Target.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13560.36867.patch
Type: text/x-patch
Size: 3786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151008/6b33b257/attachment.bin>


More information about the llvm-commits mailing list