[llvm] r194149 - Add DT_VERSYM dynamic table entry tag definition.
Simon Atanasyan
simon at atanasyan.com
Wed Nov 6 04:23:52 PST 2013
Author: atanasyan
Date: Wed Nov 6 06:23:52 2013
New Revision: 194149
URL: http://llvm.org/viewvc/llvm-project?rev=194149&view=rev
Log:
Add DT_VERSYM dynamic table entry tag definition.
Modified:
llvm/trunk/include/llvm/Support/ELF.h
Modified: llvm/trunk/include/llvm/Support/ELF.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/ELF.h?rev=194149&r1=194148&r2=194149&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/ELF.h (original)
+++ llvm/trunk/include/llvm/Support/ELF.h Wed Nov 6 06:23:52 2013
@@ -1570,6 +1570,7 @@ enum {
DT_RELCOUNT = 0x6FFFFFFA, // ELF32_Rel count.
DT_FLAGS_1 = 0X6FFFFFFB, // Flags_1.
+ DT_VERSYM = 0x6FFFFFF0, // The address of .gnu.version section.
DT_VERDEF = 0X6FFFFFFC, // The address of the version definition table.
DT_VERDEFNUM = 0X6FFFFFFD, // The number of entries in DT_VERDEF.
DT_VERNEED = 0X6FFFFFFE, // The address of the version Dependency table.
More information about the llvm-commits
mailing list