Subject: CVS commit: src/sys/arch/sh3/include
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 11/22/2003 17:05:53
Module Name:	src
Committed By:	uwe
Date:		Sat Nov 22 17:05:53 UTC 2003

Modified Files:
	src/sys/arch/sh3/include: mcontext.h

Log Message:
Add _UC_SETSTACK, _UC_CLRSTACK flags.  Add __fpr_fpul to __fpregset_t
and redefine __fpr_regs as an array of 32 ints (SH3E has 16, SH4 has
32 32-bit FP registers) to reserve the space for FPU registers - we
will properly redefine this as a union when we do support FPU.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/sh3/include/mcontext.h

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