Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/06/1997 00:30:05
mark
Sun Oct 5 17:20:32 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/gen
In directory netbsd1:/var/slash-tmp/cvs-serv19500
Modified Files:
alloca.S
Log Message:
Minor code cleanup.
Use machine/asm.h instead of DEFS.h
mark
Sun Oct 5 17:22:43 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/gen
In directory netbsd1:/var/slash-tmp/cvs-serv20069
Modified Files:
flt_rounds.c
Log Message:
Use fpgetround() to get the current rounding mode.
mark
Sun Oct 5 17:23:59 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/gen
In directory netbsd1:/var/slash-tmp/cvs-serv20136
Modified Files:
fpsetround.c fpgetround.c
Log Message:
If SOFTFLOAT is defined provide glue for the softfloat rounding functions.
mark
Sun Oct 5 17:26:16 PDT 1997
Update of /cvsroot/src/lib/libc/arch/arm32/gen
In directory netbsd1:/var/slash-tmp/cvs-serv20561
Modified Files:
fpgetmask.S fpgetsticky.S fpsetmask.S fpsetsticky.S
Log Message:
Use machine/asm.h instead of DEFS.h
If SOFTFLOAT is defined provide glue to the softfloat functions.
hubertf
Sun Oct 5 17:28:17 PDT 1997
Update of /cvsroot/src/lib/libc/stdio
In directory netbsd1:/var/slash-tmp/cvs-serv20116
Modified Files:
remove.c
Log Message:
remove(3) doesn't remove dangling links due to stat() returning an
error. Now try lstat() before really aborting.
OK'd by thorpej.