[ELF] Add R_X86_64_IRELATIVE.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 24 Jan 2013 02:08:25 +0000 (02:08 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Thu, 24 Jan 2013 02:08:25 +0000 (02:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173316 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/ELF.h

index 005b3adcf71818d12aedcdb35305c437cdd67b36..e35924495eb733d8cc0f9eb968dec14e143afd83 100644 (file)
@@ -366,7 +366,8 @@ enum {
   R_X86_64_SIZE64     = 33,
   R_X86_64_GOTPC32_TLSDESC = 34,
   R_X86_64_TLSDESC_CALL    = 35,
   R_X86_64_SIZE64     = 33,
   R_X86_64_GOTPC32_TLSDESC = 34,
   R_X86_64_TLSDESC_CALL    = 35,
-  R_X86_64_TLSDESC    = 36
+  R_X86_64_TLSDESC    = 36,
+  R_X86_64_IRELATIVE  = 37
 };
 
 // i386 relocations.
 };
 
 // i386 relocations.