[PATCH] D15105: [ELF] - x86, Fixed bug leading to miss of tls relocation when @tlsld and @gottpoff relocations were used at the same time.

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 03:27:40 PST 2015


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

Combination of @tlsld and @gottpoff at the same time leads to miss of R_X86_64_TPOFF64 dynamic relocation. Patch fixes that.

http://reviews.llvm.org/D15105

Files:
  ELF/InputSection.cpp
  ELF/OutputSections.cpp
  ELF/OutputSections.h
  ELF/Symbols.h
  ELF/Writer.cpp
  test/ELF/tls-dynamic.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15105.41480.patch
Type: text/x-patch
Size: 5257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151201/12fe7340/attachment.bin>


More information about the llvm-commits mailing list