Commit 694d3cfd by Matthias Klose Committed by Matthias Klose

sysv.S (__ARM_ARCH__): Define for processor __ARM_ARCH_7EM__.

2010-02-15  Matthias Klose  <doko@ubuntu.com>

        * src/arm/sysv.S (__ARM_ARCH__): Define for processor
        __ARM_ARCH_7EM__.

From-SVN: r156771
parent 313333a6
2010-02-15 Matthias Klose <doko@ubuntu.com>
* src/arm/sysv.S (__ARM_ARCH__): Define for processor
__ARM_ARCH_7EM__.
2010-01-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> 2010-01-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
PR libffi/40701 PR libffi/40701
......
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
#endif #endif
#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) \ #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__)
# undef __ARM_ARCH__ # undef __ARM_ARCH__
# define __ARM_ARCH__ 7 # define __ARM_ARCH__ 7
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment