[PATCH] D16201: [ELF/AArch64] - Implemented set of R_AARCH64_TLSDESC_* relocations.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 29 08:01:10 PST 2016
grimar updated this revision to Diff 49377.
grimar added a comment.
- Placed R_AARCH64_TLSDESC after R_AARCH64_JUMP_SLOT ones.
- Placed .got.plt entries after common ones for these relocations.
- Updated the testcase.
With that changes helloworld application mentioned above in this thread works fine.
http://reviews.llvm.org/D16201
Files:
ELF/InputSection.cpp
ELF/OutputSections.cpp
ELF/OutputSections.h
ELF/Symbols.cpp
ELF/Symbols.h
ELF/Target.cpp
ELF/Target.h
ELF/Writer.cpp
test/ELF/aarch64-tls-desc.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16201.49377.patch
Type: text/x-patch
Size: 27035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160229/48282c37/attachment.bin>
More information about the llvm-commits
mailing list