svn commit: r288188 - stable/10/sys/sys

Ed Maste emaste at FreeBSD.org
Thu Sep 24 19:59:33 UTC 2015


Author: emaste
Date: Thu Sep 24 19:59:32 2015
New Revision: 288188
URL: https://svnweb.freebsd.org/changeset/base/288188

Log:
  MFC r281308: Add R_AARCH64_NONE, the null relocation.

Modified:
  stable/10/sys/sys/elf_common.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/sys/elf_common.h
==============================================================================
--- stable/10/sys/sys/elf_common.h	Thu Sep 24 19:53:24 2015	(r288187)
+++ stable/10/sys/sys/elf_common.h	Thu Sep 24 19:59:32 2015	(r288188)
@@ -649,6 +649,7 @@ typedef struct {
 #define	R_386_TLS_TPOFF32	37	/* GOT entry of -ve static TLS offset */
 #define	R_386_IRELATIVE		42	/* PLT entry resolved indirectly at runtime */
 
+#define	R_AARCH64_NONE		0	/* No relocation */
 #define	R_AARCH64_ABS64		257	/* Absolute offset */
 #define	R_AARCH64_ABS32		258	/* Absolute, 32-bit overflow check */
 #define	R_AARCH64_ABS16		259	/* Absolute, 16-bit overflow check */


More information about the svn-src-all mailing list