2006-08-29 Paul Brook <paul@codesourcery.com>

* libc/include/sys/config.h: Define _REENT_SMALL for Thumb-2.
This commit is contained in:
Jeff Johnston 2006-08-29 21:00:59 +00:00
parent c1f828e56e
commit 859742654a
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-08-29 Paul Brook <paul@codesourcery.com>
* libc/include/sys/config.h: Define _REENT_SMALL for Thumb-2.
2006-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
* libc/sys/rtems/machine/sys/param.h: Conditionalize definition of

View File

@ -125,6 +125,10 @@
#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