Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Apr 2018 13:55:47 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r333062 - head/sys/sys
Message-ID:  <201804271355.w3RDtloK015324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */
 
 /*



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804271355.w3RDtloK015324>