Module Name: src
Committed By: christos
Date: Fri Oct 14 16:02:35 UTC 2016
Modified Files:
src/tests/rump/modautoload: Makefile
Log Message:
Disable aslr too since we are playing address space range tricks.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/rump/modautoload/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/rump/modautoload/Makefile
diff -u src/tests/rump/modautoload/Makefile:1.7 src/tests/rump/modautoload/Makefile:1.8
--- src/tests/rump/modautoload/Makefile:1.7 Sat Sep 10 07:04:24 2016
+++ src/tests/rump/modautoload/Makefile Fri Oct 14 12:02:35 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2016/09/10 11:04:24 christos Exp $
+# $NetBSD: Makefile,v 1.8 2016/10/14 16:02:35 christos Exp $
#
.include <bsd.init.mk>
@@ -6,7 +6,7 @@
TESTSDIR= ${TESTSBASE}/rump/modautoload
TESTS_C= t_modautoload
-PAXCTL_FLAGS= +m
+PAXCTL_FLAGS= +ma
SRCS.t_modautoload+= t_modautoload.c