acadia-newlib/newlib/libc/machine/mips
Mike Frysinger 328e1b1a3d newlib: mips: delete glibc-specific logic
This code looks like it's written to be copied & pasted between diff
C libraries and relies on _LIBC only being used with glibc.  This will
break when newlib changes from _COMPILING_NEWLIB to _LIBC, so delete
the glibc-specific logic ahead of time.
2021-11-09 19:21:13 -05: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 libgloss/newlib: update configure.ac in Makefile.in files 2021-11-06 14:14:49 -04:00
aclocal.m4
configure Bump up newlib version to 4.1.0 2020-12-18 18:50:49 -05:00
configure.ac libgloss/newlib: rename configure.in to configure.ac 2021-09-13 10:14:37 -04:00
memcpy.S newlib: mips: delete glibc-specific logic 2021-11-09 19:21:13 -05:00
memset.S newlib: mips: delete glibc-specific logic 2021-11-09 19:21:13 -05:00
setjmp.S * libc/include/machine/setjmp.h [__mips__]: Remove __mips_fpr == 64 2014-11-28 08:47:39 +00:00
strcmp.S newlib: mips: delete glibc-specific logic 2021-11-09 19:21:13 -05:00
strlen.c
strncpy.c