aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99344.patch
blob: d03ee9406e3c0ee0b7e53c32b48017bcdcdb5c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
	2010-02-03  Daniel Gutson  <dgutson@codesourcery.com>

	Issue #6472

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

2010-07-26  Julian Brown  <julian@codesourcery.com>

	Backport from FSF mainline:

 	gcc/
 	* config/arm/thumb2.md (*thumb2_addsi3_compare0): New.
 	(*thumb2_addsi3_compare0_scratch): New.

=== modified file 'gcc/config/arm/lib1funcs.asm'
--- old/gcc/config/arm/lib1funcs.asm	2010-08-05 15:20:54 +0000
+++ new/gcc/config/arm/lib1funcs.asm	2010-08-12 16:49:44 +0000
@@ -104,7 +104,8 @@
 #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