summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2010-03-11 00:45:28 -0800
committerRoland McGrath <[email protected]>2010-03-11 00:45:28 -0800
commit331a186dcd7a4511a35c5e928201d24313807fb1 (patch)
tree2758e3a8c2967a36c459b25ae1f96a032d9aa1d6
parent8068e06dd70d08789fafd8d6d22bbb42adbd2e7d (diff)
elf.h: Update from glibc.
-rw-r--r--libelf/ChangeLog4
-rw-r--r--libelf/elf.h8
2 files changed, 11 insertions, 1 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog
index d553eee6..b0cff67c 100644
--- a/libelf/ChangeLog
+++ b/libelf/ChangeLog
@@ -1,3 +1,7 @@
+2010-03-11 Roland McGrath <[email protected]>
+
+ * elf.h: Update from glibc.
+
2010-03-04 Ulrich Drepper <[email protected]>
* elf.h: Update from glibc.
diff --git a/libelf/elf.h b/libelf/elf.h
index fd6236b8..f41a0264 100644
--- a/libelf/elf.h
+++ b/libelf/elf.h
@@ -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. */