newlib-cygwin/newlib/libc/machine/mips
Eshan dhawan 55a6e49a08 Removed Soft float from MIPS
This Patch removes Soft Float code from MIPS.
Instead It adds the soft float code from RISCV

The code came from FreeBSD and assumes the FreeBSD softfp
implementation not the one with GCC. That was an overlooked and
fixed in the other fenv code already.

Signed-off-by: Eshan Dhawan <eshandhawan51@gmail.com>
2021-02-05 10:32:16 +01:00
..
machine Removed Soft float from MIPS 2021-02-05 10:32:16 +01:00
sys mips fenv support 2020-07-03 10:41:45 +02:00
Makefile.am 2014-10-08 Steve Ellcey <sellcey@mips.com> 2014-10-08 22:29:52 +00:00
Makefile.in 2014-10-08 Steve Ellcey <sellcey@mips.com> 2014-10-08 22:29:52 +00:00
aclocal.m4 2012-12-11 Steve Ellcey <sellcey@mips.com> 2012-12-11 21:37:59 +00:00
configure Bump up newlib version to 4.1.0 2020-12-18 18:50:49 -05:00
configure.in 2006-04-13 Ralf Corsepius <ralf.corsepius@rtems.org> 2006-04-13 19:56:32 +00:00
memcpy.S Fix memcpy bug that reads past end of buffer. 2016-01-28 14:08:35 -08:00
memset.S * libc/machine/mips/memset.S: Add support for mips32r6/mips64r6. 2015-03-03 19:49:00 +00:00
setjmp.S * libc/include/machine/setjmp.h [__mips__]: Remove __mips_fpr == 64 2014-11-28 08:47:39 +00:00
strcmp.S 2014-10-08 Steve Ellcey <sellcey@mips.com> 2014-10-08 22:29:52 +00:00
strlen.c * libc/machine/mips/strlen.c (strlen): Add delay slot for R3000. 2011-01-10 12:11:55 +00:00
strncpy.c 2008-07-07 Hans-Peter Nilsson <hp@axis.com> 2008-07-07 15:51:55 +00:00