Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/exec_elf32 Disable PAX_ASLR on sh3 as well. exec...



details:   https://anonhg.NetBSD.org/src/rev/3a7c6ade211a
branches:  trunk
changeset: 758012:3a7c6ade211a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Wed Oct 13 14:15:23 2010 +0000

description:
Disable PAX_ASLR on sh3 as well. exec_elf32 module doesn't work with it
at least on dreamcast.

diffstat:

 sys/modules/exec_elf32/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r dc4b8c802b84 -r 3a7c6ade211a sys/modules/exec_elf32/Makefile
--- a/sys/modules/exec_elf32/Makefile   Wed Oct 13 14:13:32 2010 +0000
+++ b/sys/modules/exec_elf32/Makefile   Wed Oct 13 14:15:23 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2009/09/17 23:07:12 jnemeth Exp $
+#      $NetBSD: Makefile,v 1.3 2010/10/13 14:15:23 tsutsui Exp $
 
 .include "../Makefile.inc"
 
@@ -11,6 +11,8 @@
     ${MACHINE_ARCH} != "m68k" && \
     ${MACHINE_ARCH} != "powerpc" && \
     ${MACHINE_ARCH} != "powerpc64" && \
+    ${MACHINE_ARCH} != "sh3eb" && \
+    ${MACHINE_ARCH} != "sh3el" && \
     ${MACHINE_ARCH} != "sparc" && \
     ${MACHINE_ARCH} != "sparc64"
 CPPFLAGS+=     -DPAX_ASLR



Home | Main Index | Thread Index | Old Index