lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__ added to the preprocessor condition.

* config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
	added to the preprocessor condition.

From-SVN: r159780
This commit is contained in:
Daniel Gutson 2010-05-24 13:19:51 +00:00 committed by Nathan Sidwell
parent 468194f443
commit e72e2da4db
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-05-24 Daniel Gutson <dgutson@codesourcery.com>
* config/arm/lib1funcs.asm (__ARM_ARCH__): __ARM_ARCH_7EM__
added to the preprocessor condition.
2010-05-24 Paul Brook <paul@codesourcery.com>
* gengtype-lex.l: Add HARD_REG_SET.

View File

@ -104,7 +104,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#endif
#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \
|| defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__)
|| defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__) \
|| defined(__ARM_ARCH_7EM__)
# define __ARM_ARCH__ 7
#endif