[PATCH] D13566: [ELF2] PPC64 needs to delay local-call relocations until after the function-descriptor values are known

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 14:55:09 PDT 2015


hfinkel updated this revision to Diff 37182.
hfinkel added a comment.

Move the .opd section and buffer pointers into PPC64TargetInfo. Because the type of the section object depends on ELFT, I've made the type of pointer in PPC64TargetInfo a void* so that we can universally stash the pointer value there.


http://reviews.llvm.org/D13566

Files:
  ELF/Target.cpp
  ELF/Target.h
  ELF/Writer.cpp
  test/elf2/ppc64-rel-calls.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13566.37182.patch
Type: text/x-patch
Size: 4340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151012/27cc5ca8/attachment.bin>


More information about the llvm-commits mailing list