2010-02-09 Daniel Gutson <dgutson@codesourcery.com>
* libc/machine/arm/arm_asm.h (_ISA_THUMB_2): __ARM_ARCH_7EM__ added to the preprocessor condition.
This commit is contained in:
parent
23a4a3517f
commit
5880fbf783
|
@ -1,3 +1,8 @@
|
||||||
|
2010-02-09 Daniel Gutson <dgutson@codesourcery.com>
|
||||||
|
|
||||||
|
* libc/machine/arm/arm_asm.h (_ISA_THUMB_2): __ARM_ARCH_7EM__
|
||||||
|
added to the preprocessor condition.
|
||||||
|
|
||||||
2010-02-09 Corinna Vinschen <corinna@vinschen.de>
|
2010-02-09 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* libc/locale/lmessages.c (__messages_load_locale): Take additional
|
* libc/locale/lmessages.c (__messages_load_locale): Take additional
|
||||||
|
|
|
@ -51,7 +51,8 @@
|
||||||
#define _ISA_ARM_4T
|
#define _ISA_ARM_4T
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined (__ARM_ARCH_7M__) || defined (__ARM_ARCH_7__)
|
#if defined (__ARM_ARCH_7M__) || defined (__ARM_ARCH_7__) || \
|
||||||
|
defined (__ARM_ARCH_7EM__)
|
||||||
#define _ISA_THUMB_2
|
#define _ISA_THUMB_2
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue