[PATCH] D16185: [Support/ELF] - Added DT_TLSDESC_PLT and DT_TLSDESC_GOT constants.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 10:13:23 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL257911: [Support/ELF] - Added DT_TLSDESC_PLT and DT_TLSDESC_GOT constants. (authored by grimar).
Changed prior to commit:
http://reviews.llvm.org/D16185?vs=44865&id=45008#toc
Repository:
rL LLVM
http://reviews.llvm.org/D16185
Files:
llvm/trunk/include/llvm/Support/ELF.h
Index: llvm/trunk/include/llvm/Support/ELF.h
===================================================================
--- llvm/trunk/include/llvm/Support/ELF.h
+++ llvm/trunk/include/llvm/Support/ELF.h
@@ -1116,6 +1116,8 @@
DT_HIPROC = 0x7FFFFFFF, // End of processor specific tags.
DT_GNU_HASH = 0x6FFFFEF5, // Reference to the GNU hash table.
+ DT_TLSDESC_PLT = 0x6FFFFEF6, // Location of PLT entry for TLS descriptor resolver calls.
+ DT_TLSDESC_GOT = 0x6FFFFEF7, // Location of GOT entry used by TLS descriptor resolver PLT entry.
DT_RELACOUNT = 0x6FFFFFF9, // ELF32_Rela count.
DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16185.45008.patch
Type: text/x-patch
Size: 661 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160115/6f1eb67b/attachment.bin>
More information about the llvm-commits
mailing list