diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 22:03:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-11-02 22:12:02 +0100 |
commit | be10a6b1321f250b1034c7d9d0a8ef18b296eef1 (patch) | |
tree | 9249025cbfbfbee4cc430d62b27f75301dd4dfde /recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch | |
parent | 93b28937ac67ba46d65f55637e42552e224aa7e2 (diff) | |
download | meta-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-r99357.patch')
-rw-r--r-- | recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99357.patch | 27 |
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 | |||
7 | 2010-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 | |||