Subject: CVS commit: src/regress/sys/kern/ras
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 01/06/2004 21:40:57
Module Name:	src
Committed By:	martin
Date:		Tue Jan  6 21:40:57 UTC 2004

Added Files:
	src/regress/sys/kern/ras: Makefile.inc

Log Message:
Avoid optimizations that move common code out of the RAS.
The compiler does not understand RAS, so it makes wrong assumptions
about the lifetime of register values.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/regress/sys/kern/ras/Makefile.inc

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