summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch')
-rw-r--r--recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch
new file mode 100644
index 0000000000..bbdd38b559
--- /dev/null
+++ b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch
@@ -0,0 +1,27 @@
1 2010-06-12 Jie Zhang <jie@codesourcery.com>
2
3 gcc/
4 * config/arm/vfp.md (arm_movsi_vfp): Set neon_type correctly
5 for neon_ldr and neon_str instructions.
6
72010-07-26 Julian Brown <julian@codesourcery.com>
8
9 Merge from Sourcery G++ 4.4:
10
11 2010-04-11 Julian Brown <julian@codesourcery.com>
12
13 Issue #7326
14
15=== modified file 'gcc/config/arm/vfp.md'
16--- old/gcc/config/arm/vfp.md 2010-08-13 11:40:17 +0000
17+++ new/gcc/config/arm/vfp.md 2010-08-13 15:28:31 +0000
18@@ -82,7 +82,7 @@
19 "
20 [(set_attr "predicable" "yes")
21 (set_attr "type" "*,*,*,*,load1,store1,r_2_f,f_2_r,fcpys,f_loads,f_stores")
22- (set_attr "neon_type" "*,*,*,*,*,*,neon_mcr,neon_mrc,neon_vmov,*,*")
23+ (set_attr "neon_type" "*,*,*,*,*,*,neon_mcr,neon_mrc,neon_vmov,neon_ldr,neon_str")
24 (set_attr "pool_range" "*,*,*,*,4096,*,*,*,*,1020,*")
25 (set_attr "neg_pool_range" "*,*,*,*,4084,*,*,*,*,1008,*")]
26 )
27