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 */
 
 /*
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to