]> sourceware.org Git - newlib-cygwin.git/commitdiff
2009-06-02 Richard Earnshaw <rearnsha@arm.com>
authorJeff Johnston <jjohnstn@redhat.com>
Tue, 2 Jun 2009 20:39:17 +0000 (20:39 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Tue, 2 Jun 2009 20:39:17 +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 b1cf326ca0f7b06f6adabe50f45103007109d9c5..0859a538003e5737b4e7eef474ed973836cd39cb 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 d20a945b38ad73d6fe05c19f419977e6ce93e9bf..ed0557d36838ccd50ef6221e263db61489453923 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__
This page took 0.054626 seconds and 5 git commands to generate.