Author: emaste
Date: Wed Jan 21 01:12:21 2015
New Revision: 277464
URL: https://svnweb.freebsd.org/changeset/base/277464

Log:
  Add missing R_X86_64_ constants to elf_common.h
  
  PR:           196918
  MFC after:    2 weeks
  Sponsored by: The FreeBSD Foundation

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h   Wed Jan 21 01:11:37 2015        (r277463)
+++ head/sys/sys/elf_common.h   Wed Jan 21 01:12:21 2015        (r277464)
@@ -1223,6 +1223,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-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to