Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index