2009-06-02 Richard Earnshaw <rearnsha@arm.com>

* libc/include/sys/config.h: Remove specification of _REENT_SMALL for
        thumb2.
This commit is contained in:
Jeff Johnston 2009-06-02 20:39:17 +00:00
parent fa986bf9cd
commit 9b09fb22e2
2 changed files with 5 additions and 5 deletions

View 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__.

View File

@ -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__