Subject: CVS commit: [netbsd-4] src
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 09/25/2006 00:10:02
Module Name:	src
Committed By:	riz
Date:		Mon Sep 25 00:10:02 UTC 2006

Modified Files:
	src/lib/libc/sys [netbsd-4]: rasctl.2
	src/regress/sys/kern/ras/ras1 [netbsd-4]: Makefile
	src/regress/sys/kern/ras/ras2 [netbsd-4]: Makefile

Log Message:
Pull up following revision(s) (requested by skrll in ticket #182):
	regress/sys/kern/ras/ras2/Makefile: revision 1.3
	regress/sys/kern/ras/ras1/Makefile: revision 1.3
	lib/libc/sys/rasctl.2: revision 1.12
Note that newer gcc require -fno-reorder-blocks.
Various other improvements. Bump date.
Based on a patch by skrll.
GCC 4 requires -fno-reorder-blocks to ensure that RAS_START/RAS_END
covers the right bits of code in these tests.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.11.2.1 src/lib/libc/sys/rasctl.2
cvs rdiff -r1.2 -r1.2.12.1 src/regress/sys/kern/ras/ras1/Makefile
cvs rdiff -r1.2 -r1.2.12.1 src/regress/sys/kern/ras/ras2/Makefile

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