Author: emaste
Date: Fri Apr 24 16:12:30 2015
New Revision: 281939
URL: https://svnweb.freebsd.org/changeset/base/281939
Log:
MFC r277464: Add missing R_X86_64_ constants to elf_common.h
PR: 196918
Sponsored by: The FreeBSD Foundation
Modified:
stable/9/sys/sys/elf_common.h
Directory Properties:
stable/9/sys/ (props changed)
stable/9/sys/sys/ (props changed)
Modified: stable/9/sys/sys/elf_common.h
==============================================================================
--- stable/9/sys/sys/elf_common.h Fri Apr 24 16:11:22 2015
(r281938)
+++ stable/9/sys/sys/elf_common.h Fri Apr 24 16:12:30 2015
(r281939)
@@ -979,6 +979,19 @@ typedef struct {
#define R_X86_64_DTPOFF32 21 /* Offset in TLS block */
#define R_X86_64_GOTTPOFF 22 /* PC relative offset to IE GOT
entry */
#define R_X86_64_TPOFF32 23 /* Offset in static TLS block */
+#define R_X86_64_PC64 24 /* PC-relative 64 bit signed
sym value. */
+#define R_X86_64_GOTOFF64 25
+#define R_X86_64_GOTPC32 26
+#define R_X86_64_GOT64 27
+#define R_X86_64_GOTPCREL64 28
+#define R_X86_64_GOTPC64 29
+#define R_X86_64_GOTPLT64 30
+#define R_X86_64_PLTOFF64 31
+#define R_X86_64_SIZE32 32
+#define R_X86_64_SIZE64 33
+#define R_X86_64_GOTPC32_TLSDESC 34
+#define R_X86_64_TLSDESC_CALL 35
+#define R_X86_64_TLSDESC 36
#define R_X86_64_IRELATIVE 37
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-stable-9
To unsubscribe, send any mail to "[email protected]"