Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 08/29/1999 16:01:41
Module Name:	basesrc
Committed By:	mycroft
Date:		Sun Aug 29 23:01:41 UTC 1999

Modified Files:
	basesrc/lib/libc/arch/mips/gen: Makefile.inc
Added Files:
	basesrc/lib/libc/arch/mips/gen: isinf.c isnan.c
Removed Files:
	basesrc/lib/libc/arch/mips/gen: isinf.S

Log Message:
Use C versions of isinf() and isnan().  The assembler code is basically
identical, but was endian-dependent.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/arch/mips/gen/Makefile.inc
cvs rdiff -r1.6 -r0 basesrc/lib/libc/arch/mips/gen/isinf.S
cvs rdiff -r0 -r1.1 basesrc/lib/libc/arch/mips/gen/isinf.c \
    basesrc/lib/libc/arch/mips/gen/isnan.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.