svn commit: r280858 - head/sys/sys

Ed Maste emaste at FreeBSD.org
Mon Mar 30 17:15:49 UTC 2015


Author: emaste
Date: Mon Mar 30 17:15:48 2015
New Revision: 280858
URL: https://svnweb.freebsd.org/changeset/base/280858

Log:
  Fill out arm64 dynamic relocation #defines
  
  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	Mon Mar 30 16:42:08 2015	(r280857)
+++ head/sys/sys/elf_common.h	Mon Mar 30 17:15:48 2015	(r280858)
@@ -870,7 +870,11 @@ typedef struct {
 #define	R_AARCH64_GLOB_DAT	1025	/* Set GOT entry to data address */
 #define	R_AARCH64_JUMP_SLOT	1026	/* Set GOT entry to code address */
 #define	R_AARCH64_RELATIVE 	1027	/* Add load address of shared object */
+#define	R_AARCH64_TLS_DTPREL64	1028
+#define	R_AARCH64_TLS_DTPMOD64	1029
+#define	R_AARCH64_TLS_TPREL64 	1030
 #define	R_AARCH64_TLSDESC 	1031	/* Identify the TLS descriptor */
+#define	R_AARCH64_IRELATIVE	1032
 
 #define	R_ARM_NONE		0	/* No relocation. */
 #define	R_ARM_PC24		1


More information about the svn-src-head mailing list