Module Name: src Committed By: matt Date: Thu Jul 14 01:59:19 UTC 2016
Added Files: src/lib/libc_fp: Makefile gcc-softfloat.c src/lib/libc_fp/arch/mips: Makefile.inc fpdf.S fpsf.S shlib_version Log Message: Library which implements the softfloat primitives using FP instructions Currently contains only untested MIPS routines. XXX move arm libc_vfp to here. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/lib/libc_fp/Makefile \ src/lib/libc_fp/gcc-softfloat.c cvs rdiff -u -r0 -r1.1 src/lib/libc_fp/arch/mips/Makefile.inc \ src/lib/libc_fp/arch/mips/fpdf.S src/lib/libc_fp/arch/mips/fpsf.S \ src/lib/libc_fp/arch/mips/shlib_version Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.