Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 02/05/1996 12:00:14
mark
Mon Feb  5 11:52:06 EST 1996
Update of /a/cvsroot/src/sys/arch/arm32/fpe-arm
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv18494

Modified Files:
	armfpe_init.c armfpe_glue.S armfpe.h 
Log Message:
post instruction emulation callback now expects a trapframe structure
to be passed as well as the fp frame.
FPE<->kernel glue code now builds a trapframe structure for passing in
and out of the post instruction emulation callback.
Signal delivery during FP emulation now works correctly.