From 9b09fb22e21b47e75677842f357cfe150638954b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Tue, 2 Jun 2009 20:39:17 +0000 Subject: [PATCH] 2009-06-02 Richard Earnshaw * libc/include/sys/config.h: Remove specification of _REENT_SMALL for thumb2. --- newlib/ChangeLog | 5 +++++ newlib/libc/include/sys/config.h | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index b1cf326ca..0859a5380 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2009-06-02 Richard Earnshaw + + * libc/include/sys/config.h: Remove specification of _REENT_SMALL for + thumb2. + 2009-06-02 IWAMURO Motonori * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__. diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index d20a945b3..ed0557d36 100644 --- a/newlib/libc/include/sys/config.h +++ b/newlib/libc/include/sys/config.h @@ -125,11 +125,6 @@ #define _REENT_SMALL #endif /* __m32c__ */ -#ifdef __thumb2__ -/* Thumb-2 based ARMv7M devices are really small. */ -#define _REENT_SMALL -#endif - #ifdef __SPU__ #define MALLOC_ALIGNMENT 16 #define __CUSTOM_FILE_IO__