aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99478.patch
blob: 38463a9b407d8dfc2b58fb974cebff239b4ba14e (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
2011-01-11  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	* config/arm/t-arm: Fix up last commit.

2011-01-11  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>

	* config/arm/t-arm: Update MD_INCLUDES to include
	all the files correctly.
	* config/arm/arm.md: Update comments.

=== modified file 'gcc/config/arm/arm.md'
--- old/gcc/config/arm/arm.md	2011-02-22 11:38:56 +0000
+++ new/gcc/config/arm/arm.md	2011-03-01 14:32:39 +0000
@@ -11246,6 +11246,7 @@
   "
 )
 
+;; Make sure that the includes are reflected in MD_INCLUDES.
 ;; Load the load/store multiple patterns
 (include "ldmstm.md")
 ;; Load the FPA co-processor patterns

=== modified file 'gcc/config/arm/t-arm'
--- old/gcc/config/arm/t-arm	2010-08-16 09:41:58 +0000
+++ new/gcc/config/arm/t-arm	2011-01-11 21:01:30 +0000
@@ -18,20 +18,33 @@
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-MD_INCLUDES= 	$(srcdir)/config/arm/arm-tune.md \
-		$(srcdir)/config/arm/predicates.md \
-		$(srcdir)/config/arm/arm-generic.md \
-		$(srcdir)/config/arm/arm1020e.md \
-		$(srcdir)/config/arm/arm1026ejs.md \
-		$(srcdir)/config/arm/arm1136jfs.md \
-		$(srcdir)/config/arm/arm926ejs.md \
-		$(srcdir)/config/arm/cirrus.md \
-		$(srcdir)/config/arm/fpa.md \
-		$(srcdir)/config/arm/vec-common.md \
-		$(srcdir)/config/arm/iwmmxt.md \
-		$(srcdir)/config/arm/vfp.md \
-		$(srcdir)/config/arm/neon.md \
-		$(srcdir)/config/arm/thumb2.md
+MD_INCLUDES=	$(srcdir)/config/arm/arm-tune.md          	\
+		$(srcdir)/config/arm/predicates.md		\
+		$(srcdir)/config/arm/arm-generic.md       	\
+	 	$(srcdir)/config/arm/arm1020e.md          	\
+	 	$(srcdir)/config/arm/arm1026ejs.md        	\
+		$(srcdir)/config/arm/arm1136jfs.md        	\
+	 	$(srcdir)/config/arm/arm926ejs.md         	\
+		$(srcdir)/config/arm/cirrus.md            	\
+		$(srcdir)/config/arm/fpa.md               	\
+		$(srcdir)/config/arm/vec-common.md        	\
+		$(srcdir)/config/arm/iwmmxt.md            	\
+		$(srcdir)/config/arm/vfp.md               	\
+	 	$(srcdir)/config/arm/cortex-a5.md         	\
+		$(srcdir)/config/arm/cortex-a8.md         	\
+		$(srcdir)/config/arm/cortex-a9.md         	\
+		$(srcdir)/config/arm/cortex-a9-neon.md		\
+		$(srcdir)/config/arm/cortex-r4.md         	\
+		$(srcdir)/config/arm/cortex-r4f.md        	\
+		$(srcdir)/config/arm/cortex-m4.md         	\
+		$(srcdir)/config/arm/cortex-m4-fpu.md     	\
+		$(srcdir)/config/arm/vfp11.md             	\
+		$(srcdir)/config/arm/ldmstm.md            	\
+		$(srcdir)/config/arm/thumb2.md            	\
+		$(srcdir)/config/arm/neon.md              	\
+		$(srcdir)/config/arm/sync.md              	\
+		$(srcdir)/config/arm/cortex-a8-neon.md    	\
+		$(srcdir)/config/arm/constraints.md       	
 
 LIB1ASMSRC = arm/lib1funcs.asm
 LIB1ASMFUNCS = _thumb1_case_sqi _thumb1_case_uqi _thumb1_case_shi \