svn commit: r333062 - head/sys/sys

Ed Maste emaste at FreeBSD.org
Fri Apr 27 13:55:47 UTC 2018


Author: emaste
Date: Fri Apr 27 13:55:46 2018
New Revision: 333062
URL: https://svnweb.freebsd.org/changeset/base/333062

Log:
  elf_common.h: add DT_SUNW_ASLR tag
  
  For upcoming ELF Tool Chain import (readelf).

Modified:
  head/sys/sys/elf_common.h

Modified: head/sys/sys/elf_common.h
==============================================================================
--- head/sys/sys/elf_common.h	Fri Apr 27 12:57:39 2018	(r333061)
+++ head/sys/sys/elf_common.h	Fri Apr 27 13:55:46 2018	(r333062)
@@ -598,6 +598,7 @@ typedef struct {
 #define	DT_SUNW_RTLDINF		0x6000000e	/* ld.so.1 info (private) */
 #define	DT_SUNW_FILTER		0x6000000f	/* symbol filter name */
 #define	DT_SUNW_CAP		0x60000010	/* hardware/software */
+#define	DT_SUNW_ASLR		0x60000023	/* ASLR control */
 #define	DT_HIOS		0x6ffff000	/* Last OS-specific */
 
 /*


More information about the svn-src-all mailing list