summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch')
-rw-r--r--recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch
new file mode 100644
index 0000000000..92dfe00383
--- /dev/null
+++ b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch
@@ -0,0 +1,27 @@
12010-07-28 Julian Brown <julian@codesourcery.com>
2
3 Backport from FSF mainline:
4
5 gcc/
6 * config/arm/thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives
7 for pool ranges.
8
9 2010-07-26 Julian Brown <julian@codesourcery.com>
10
11 Merge from Sourcery G++ 4.4:
12
13=== modified file 'gcc/config/arm/thumb2.md'
14--- old/gcc/config/arm/thumb2.md 2010-08-13 10:30:35 +0000
15+++ new/gcc/config/arm/thumb2.md 2010-08-13 16:00:58 +0000
16@@ -319,8 +319,8 @@
17 "
18 [(set_attr "length" "8,12,16,8,8")
19 (set_attr "type" "*,*,*,load2,store2")
20- (set_attr "pool_range" "1020")
21- (set_attr "neg_pool_range" "0")]
22+ (set_attr "pool_range" "*,*,*,1020,*")
23+ (set_attr "neg_pool_range" "*,*,*,0,*")]
24 )
25
26 (define_insn "*thumb2_cmpsi_shiftsi"
27