2006-08-29 Paul Brook <paul@codesourcery.com>
* libc/include/sys/config.h: Define _REENT_SMALL for Thumb-2.
This commit is contained in:
parent
c1f828e56e
commit
859742654a
@ -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>
|
2006-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* libc/sys/rtems/machine/sys/param.h: Conditionalize definition of
|
* libc/sys/rtems/machine/sys/param.h: Conditionalize definition of
|
||||||
|
@ -125,6 +125,10 @@
|
|||||||
#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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user