Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/06/1995 20:50:02
jtc
Thu Apr  6 20:41:51 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/m68k/gen
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22374

Modified Files:
	Makefile.inc 
Added Files:
	flt_rounds.S fpgetmask.S fpgetround.S fpgetsticky.S 
	fpsetmask.S fpsetround.S fpsetsticky.S 
Log Message:
Added __flt_rounds(), fp{get,set}{round,mask,sticky}().


jtc
Thu Apr  6 20:44:38 EDT 1995
Update of /a/cvsroot/src/sys/arch/m68k/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv22420

Modified Files:
	float.h 
Log Message:
Changed FLT_ROUNDS from constant to a call to __flt_rounds(), so that the
current rounding mode is accurately reported.