diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2009-06-02 20:39:17 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2009-06-02 20:39:17 +0000 |
commit | 9b09fb22e21b47e75677842f357cfe150638954b (patch) | |
tree | f1d2c0c428cf71ee379ef95beb0ba1a725bc227e /newlib/libc/include | |
parent | fa986bf9cd546690b92a444881835b2454d5c434 (diff) | |
download | newlib-9b09fb22e21b47e75677842f357cfe150638954b.zip newlib-9b09fb22e21b47e75677842f357cfe150638954b.tar.gz newlib-9b09fb22e21b47e75677842f357cfe150638954b.tar.bz2 |
2009-06-02 Richard Earnshaw <rearnsha@arm.com>
* libc/include/sys/config.h: Remove specification of _REENT_SMALL for
thumb2.
Diffstat (limited to 'newlib/libc/include')
-rw-r--r-- | newlib/libc/include/sys/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/newlib/libc/include/sys/config.h b/newlib/libc/include/sys/config.h index d20a945..ed0557d 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__ |