Subject: CVS commit: src/sys/compat/linux/arch/powerpc
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 06/16/2004 00:03:25
Module Name:	src
Committed By:	manu
Date:		Wed Jun 16 00:03:25 UTC 2004

Modified Files:
	src/sys/compat/linux/arch/powerpc: linux_exec.h linux_exec_powerpc.c

Log Message:
COMPAT_LINUX/powerpc used the native stack setup routine, but now the
native version does non executable mappings on the stack. This is a
showstopper for Linux binaries.

To fix that we supply a copy f the native stack setup function for Linux
binaries, with the executable bit set.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/compat/linux/arch/powerpc/linux_exec.h
cvs rdiff -r1.12 -r1.13 \
    src/sys/compat/linux/arch/powerpc/linux_exec_powerpc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.