[PATCH] D16880: [ELF] - Remove R_X86_64_GOTTPOFF from static relocation proccessing

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 03:50:12 PST 2016


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

R_X86_64_TPOFF64 is a dynamic relocation,
it should not appear in static relocation proccessing.
Patch fixes it.

http://reviews.llvm.org/D16880

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16880.46890.patch
Type: text/x-patch
Size: 5205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160204/aacc813a/attachment.bin>


More information about the llvm-commits mailing list