summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2010-11-02 22:03:58 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2010-11-02 22:12:02 +0100
commitbe10a6b1321f250b1034c7d9d0a8ef18b296eef1 (patch)
tree9249025cbfbfbee4cc430d62b27f75301dd4dfde /recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99359.patch
parent93b28937ac67ba46d65f55637e42552e224aa7e2 (diff)
downloadmeta-openembedded-be10a6b1321f250b1034c7d9d0a8ef18b296eef1.tar.gz
angstrom-layers: meta-openembedded: replace poky gcc 4.5 sources with OE ones
This needs further investigation, but for now we can get the tested sources into the poky gcc harness Signed-off-by: Koen Kooi <k-kooi@ti.com>
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