[PATCH] D18330: [ELF/AArch64] Implemented set of R_AARCH64_TLSDESC_* relocations.

Adhemerval Zanella via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 25 10:19:24 PDT 2016


zatrazz removed rL LLVM as the repository for this revision.
zatrazz updated this revision to Diff 51651.
zatrazz added a comment.

I have rebased and simplified the patch a bit, based on previous comments.
Changes from previous version:

- Reword the comment about TLSDESC description;
- Remove getTailSize function and used internal SymbolBody fields instead;
- Changes PltRev to PltTlsDesc to describe better the idea of the new field.

I have check and bootstrapped the compiler (along with http://reviews.llvm.org/D18332).


http://reviews.llvm.org/D18330

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: D18330.51651.patch
Type: text/x-patch
Size: 31543 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160325/4b45cf95/attachment.bin>


More information about the llvm-commits mailing list