[PATCH] D13589: [ELF2] - Fixed PLT rellocations types for X86 and X86_64 targets

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 9 05:42:58 PDT 2015


grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.

R_386_JUMP_SLOT and R_X86_64_JUMP_SLOT are used for PLT rellocations for these targets.

http://reviews.llvm.org/D13589

Files:
  ELF/OutputSections.cpp
  ELF/Target.cpp
  ELF/Target.h
  test/elf2/plt-i686.s
  test/elf2/plt.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13589.36940.patch
Type: text/x-patch
Size: 4075 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151009/7e09c755/attachment.bin>


More information about the llvm-commits mailing list