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

Modified Files:
	src/sys/arch/powerpc/powerpc: fpu.c trap.c

Log Message:
Add SIGFPE handling code.  Report the proper SIGINFO ksi_code when a SIGFPE
happens.  When a SIGFPE occurs, disable the exception enables in the FPSCR.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/powerpc/powerpc/fpu.c
cvs rdiff -r1.99 -r1.100 src/sys/arch/powerpc/powerpc/trap.c

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