Subject: CVS commit: src/lib/libc/arch/powerpc/gen
To: None <source-changes@NetBSD.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 04/04/2004 19:31:19
Module Name:	src
Committed By:	matt
Date:		Sun Apr  4 19:31:19 UTC 2004

Modified Files:
	src/lib/libc/arch/powerpc/gen: fpsetsticky.c

Log Message:
Deal with the way FP_X_INV works.  That maps to FPSCR_VX.  However FPSCR_VX
is not a sticky, it's actually an inclusive OR of 9 stick bits.  So when
FP_X_INV is cleared, we need to clear all of those bits.  When FP_X_INV is
set, we set all of them.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libc/arch/powerpc/gen/fpsetsticky.c

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