]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2005-11-10 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Thu, 10 Nov 2005 22:49:53 +0000 (22:49 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 10 Nov 2005 22:49:53 +0000 (22:49 +0000)
* elf.h: Update from glibc.

libelf/ChangeLog
libelf/elf.h

index 35667cee3c5731763dc71faa4c09f9b779fb0ffa..d4ffdbafef5eba175ae74794e2d1f81c324cd02e 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-10  Roland McGrath  <roland@redhat.com>
+
+       * elf.h: Update from glibc.
+
 2005-09-09  Roland McGrath  <roland@redhat.com>
 
        * elf_update.c (write_file): Stat the file and fchmod it after update
index ef9e27cccc3a8c18979a6a81e4bc09bd9bd58714..c98bb5233dab6e1846f019de0a48c93ab345f10a 100644 (file)
@@ -2174,6 +2174,9 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_ARM_THM_SWI8         14
 #define R_ARM_XPC25            15
 #define R_ARM_THM_XPC22                16
+#define R_ARM_TLS_DTPMOD32     17      /* ID of module containing symbol */
+#define R_ARM_TLS_DTPOFF32     18      /* Offset in TLS block */
+#define R_ARM_TLS_TPOFF32      19      /* Offset in static TLS block */
 #define R_ARM_COPY             20      /* Copy symbol at runtime */
 #define R_ARM_GLOB_DAT         21      /* Create GOT entry */
 #define R_ARM_JUMP_SLOT                22      /* Create PLT entry */
@@ -2192,6 +2195,16 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_ARM_GNU_VTINHERIT    101
 #define R_ARM_THM_PC11         102     /* thumb unconditional branch */
 #define R_ARM_THM_PC9          103     /* thumb conditional branch */
+#define R_ARM_TLS_GD32         104     /* PC-rel 32 bit for global dynamic
+                                          thread local data */
+#define R_ARM_TLS_LDM32                105     /* PC-rel 32 bit for local dynamic
+                                          thread local data */
+#define R_ARM_TLS_LDO32                106     /* 32 bit offset relative to TLS
+                                          block */
+#define R_ARM_TLS_IE32         107     /* PC-rel 32 bit for GOT entry of
+                                          static TLS block offset */
+#define R_ARM_TLS_LE32         108     /* 32 bit offset relative to static
+                                          TLS block */
 #define R_ARM_RXPC25           249
 #define R_ARM_RSBREL32         250
 #define R_ARM_THM_RPC22                251
@@ -2556,6 +2569,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_M32R_SDA16_RELA      42      /* 16 bit offset in SDA */
 #define R_M32R_RELA_GNU_VTINHERIT      43
 #define R_M32R_RELA_GNU_VTENTRY        44
+#define R_M32R_REL32           45      /* PC relative 32 bit.  */
 
 #define R_M32R_GOT24           48      /* 24 bit GOT entry */
 #define R_M32R_26_PLTREL       49      /* 26 bit PC relative to PLT shifted */