]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
elf.h: Update from glibc.
authorRoland McGrath <roland@redhat.com>
Thu, 11 Mar 2010 08:45:28 +0000 (00:45 -0800)
committerRoland McGrath <roland@redhat.com>
Thu, 11 Mar 2010 08:45:28 +0000 (00:45 -0800)
libelf/ChangeLog
libelf/elf.h

index d553eee6b8833223ff92ac612cc1473c9b31f017..b0cff67c35859d15fe7ae99be7cbfa8c62068cae 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-11  Roland McGrath  <roland@redhat.com>
+
+       * elf.h: Update from glibc.
+
 2010-03-04  Ulrich Drepper  <drepper@redhat.com>
 
        * elf.h: Update from glibc.
index fd6236b8cf3ff2541f4080eece89ec6142c33c81..f41a02649e37639b26f4a832c2a545ee96e5e166 100644 (file)
@@ -2666,7 +2666,13 @@ typedef Elf32_Addr Elf32_Conflict;
 #define R_X86_64_GOTOFF64      25      /* 64 bit offset to GOT */
 #define R_X86_64_GOTPC32       26      /* 32 bit signed pc relative
                                           offset to GOT */
-/* 27 .. 31 */
+#define R_X86_64_GOT64         27      /* 64-bit GOT entry offset */
+#define R_X86_64_GOTPCREL64    28      /* 64-bit PC relative offset
+                                          to GOT entry */
+#define R_X86_64_GOTPC64       29      /* 64-bit PC relative offset to GOT */
+#define R_X86_64_GOTPLT64      30      /* like GOT64, says PLT entry needed */
+#define R_X86_64_PLTOFF64      31      /* 64-bit GOT relative offset
+                                          to PLT entry */
 #define R_X86_64_SIZE32                32      /* Size of symbol plus 32-bit addend */
 #define R_X86_64_SIZE64                33      /* Size of symbol plus 64-bit addend */
 #define R_X86_64_GOTPC32_TLSDESC 34    /* GOT offset for TLS descriptor.  */