[PATCH] D44850: [PPC64LE] write plt stubs for V2 abi.

Sean Fertile via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 08:38:29 PDT 2018


sfertile updated this revision to Diff 139796.
sfertile added a comment.

Updated path to remove the comment about why the offsets were different then I expected. It turns out that the weird offset is due to a few separate issues (ppc uses the sections differently, the sections are laid out in a different order, and that PPC64 target doesn't properly set the PltGot header size).  The offsets will change as we fix those issues separately.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44850

Files:
  ELF/Arch/PPC64.cpp
  test/ELF/Inputs/shared-ppc64le.s
  test/ELF/ppc64le-plt-stub.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44850.139796.patch
Type: text/x-patch
Size: 5120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180326/0c0481d3/attachment.bin>


More information about the llvm-commits mailing list