[PATCH] D22462: [ARM][LLD] Initial support for ARM TLS

Peter Smith via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 04:07:06 PDT 2016


peter.smith updated this revision to Diff 64466.
peter.smith added a comment.

Corrected mistake in R_ARM_TLS_LE32 implementation in relocateOne and test. It should include the Thread Control Block Size in the offset from thread pointer.


https://reviews.llvm.org/D22462

Files:
  ELF/Target.cpp
  test/ELF/arm-tls-gd32.s
  test/ELF/arm-tls-ie32.s
  test/ELF/arm-tls-le32.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22462.64466.patch
Type: text/x-patch
Size: 10074 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/068eda17/attachment.bin>


More information about the llvm-commits mailing list