Subject: CVS commit: src/sys/arch/acorn26/conf
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 09/28/2006 22:10:53
Module Name:	src
Committed By:	bjh21
Date:		Thu Sep 28 22:10:53 UTC 2006

Modified Files:
	src/sys/arch/acorn26/conf: Makefile.acorn26

Log Message:
Add -mapcs-frame -fno-omit-frame-pointer to acorn26 kernel builds.  This
is necessary to ensure that GCC saves R14_svc on entry to every function,
and thus that page faults within the kernel are safe (since they corrupt
R14_svc).  I think this used to be the default, but it's not any more.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/acorn26/conf/Makefile.acorn26

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