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:
parent
fa986bf9cd
commit
9b09fb22e2
|
@ -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>
|
2009-06-02 IWAMURO Motonori <deenheart@gmail.com>
|
||||||
|
|
||||||
* libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.
|
* libc/ctype/jp2uc.c: Skip all definition if defined __CYGWIN__.
|
||||||
|
|
|
@ -125,11 +125,6 @@
|
||||||
#define _REENT_SMALL
|
#define _REENT_SMALL
|
||||||
#endif /* __m32c__ */
|
#endif /* __m32c__ */
|
||||||
|
|
||||||
#ifdef __thumb2__
|
|
||||||
/* Thumb-2 based ARMv7M devices are really small. */
|
|
||||||
#define _REENT_SMALL
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef __SPU__
|
#ifdef __SPU__
|
||||||
#define MALLOC_ALIGNMENT 16
|
#define MALLOC_ALIGNMENT 16
|
||||||
#define __CUSTOM_FILE_IO__
|
#define __CUSTOM_FILE_IO__
|
||||||
|
|
Loading…
Reference in New Issue