OSDN Git Service

2009-06-02 Richard Earnshaw <rearnsha@arm.com>
authorjjohnstn <jjohnstn>
Tue, 2 Jun 2009 20:39:12 +0000 (20:39 +0000)
committerjjohnstn <jjohnstn>
Tue, 2 Jun 2009 20:39:12 +0000 (20:39 +0000)
        * libc/include/sys/config.h: Remove specification of _REENT_SMALL for
        thumb2.

newlib/ChangeLog
newlib/libc/include/sys/config.h

index b1cf326..0859a53 100644 (file)
@@ -1,3 +1,8 @@
+2009-06-02  Richard Earnshaw  <rearnsha@arm.com>
+
+       * libc/include/sys/config.h: Remove specification of _REENT_SMALL for
+       thumb2.
+
 2009-06-02  IWAMURO Motonori  <deenheart@gmail.com>
 
        * libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.
index d20a945..ed0557d 100644 (file)
 #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__