newlib-cygwin/newlib/libc/machine/mips
Mike Frysinger 372093689c define _COMPILING_NEWLIB for all targets when compiling
The _COMPILING_NEWLIB symbol is for declaring "the code is being
compiled for newlib itself" so headers can change behavior vs the
header being used by users (who should get the normal clean API).
Unfortunately, this symbol is defined inconsistently leading to it
only being useful for a few subsections of the tree.

Pull it out so that it's defined all the time for all targets.
2021-11-11 17:26:45 -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 define _COMPILING_NEWLIB for all targets when compiling 2021-11-11 17:26:45 -05:00
Makefile.in define _COMPILING_NEWLIB for all targets when compiling 2021-11-11 17:26:45 -05: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.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 * 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