Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/09/1996 22:10:01
mark
Mon Sep  9 15:00:41 PDT 1996
Update of /cvsroot/src/lib/libc/arch/arm32/gen
In directory netbsd1:/var/slash-tmp/cvs-serv1153

Added Files:
	fpgetmask.S fpgetsticky.S fpsetmask.S fpsetsticky.S 
Log Message:
Initial commit of working versions of the functions for manipulating
the floating point cumulative exception flags and exception enable masks.
These functions replace the dummy C functions that just called abort().


mark
Mon Sep  9 15:03:25 PDT 1996
Update of /cvsroot/src/lib/libc/arch/arm32/gen
In directory netbsd1:/var/slash-tmp/cvs-serv1549

Modified Files:
	Makefile.inc 
Log Message:
Use the new assembly files for fpgetmask(), fpsetmask(), fpgetsticky()
and fpsetsticky().


mark
Mon Sep  9 15:06:28 PDT 1996
Update of /cvsroot/src/lib/libc/arch/arm32/gen
In directory netbsd1:/var/slash-tmp/cvs-serv1915

Removed Files:
	fpgetmask.c fpsetmask.c fpgetsticky.c fpsetsticky.c 
Log Message:
These files contains stub functions that just called abort() are no
longer needed now we have working assembly versions.