[PATCH] D14301: [elf2] Implement R_X86_64_TPOFF32.

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 3 12:30:05 PST 2015


Bigcheese created this revision.
Bigcheese added reviewers: ruiu, rafael.
Bigcheese added a subscriber: llvm-commits.

This does not support TPOFF32 relocations to local symbols as the address calculations are separate. Support for this will be a separate patch.


http://reviews.llvm.org/D14301

Files:
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Target.cpp
  ELF/Writer.cpp
  test/elf2/tls.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14301.39103.patch
Type: text/x-patch
Size: 5383 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151103/3ab0fa40/attachment.bin>


More information about the llvm-commits mailing list