[PATCH] D18330: [ELF/AArch64] Implemented set of R_AARCH64_TLSDESC_* relocations.
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 23 14:11:55 PDT 2016
rafael added inline comments.
================
Comment at: ELF/OutputSections.cpp:80
@@ -69,1 +79,3 @@
+template <class ELFT> size_t GotPltSection<ELFT>::getTailIndex(uint32_t I) {
+ return Target->GotPltHeaderEntriesNum + Entries.size() - Tail + I;
----------------
Can you provide a description of what this is?
In general, any reason you cannot just use GlobalDynIndex for the position of the pair of got entries you need?
Repository:
rL LLVM
http://reviews.llvm.org/D18330
More information about the llvm-commits
mailing list