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: 09/25/1995 15:30:02
jonathan
Mon Sep 25 15:21:44 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/mips/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3002

Modified Files:
	brk.S sbrk.S 
Log Message:
Fix an old bug, whereby ASMSTR() was used before #including "SYS.h", where
it was defined.


jonathan
Mon Sep 25 15:28:28 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/mips/gen
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv3073

Modified Files:
	modf.S 
Log Message:
The old mips modf didn't work (pr 1048). This replaces it with
a version that does work on little-endian MIPS CPUs. Not tested on
big-endian MIPS; the "li.d" may be byteorder-dependent.