Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 12/18/2000 16:50:05
Module Name: syssrc
Committed By: mrg
Date: Mon Dec 18 14:50:05 UTC 2000
Modified Files:
syssrc/sys/compat/netbsd32: netbsd32_exec_aout.c
Log Message:
copy exec_aout.c:exec_aout_setup_stack to netbsd32_exec_aout_setup_stack,
but use USRSTACK32 not USRSTACK, so that we get 32-bit stack addresses.
now 32 bit a.out binaries work on sparc64.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/compat/netbsd32/netbsd32_exec_aout.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.