diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-06-28 12:19:53 -0700 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-07-09 18:40:21 +0200 |
commit | 6b278fbb02d818b54b5a9fa2716fc49e896b72a8 (patch) | |
tree | 833783fb738ff7abf3d0e3029c9a468e73b06e28 /toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch | |
parent | 680af24d1ff95533db610176e6b01fcc9dcf6699 (diff) | |
download | meta-openembedded-6b278fbb02d818b54b5a9fa2716fc49e896b72a8.tar.gz |
gcc-4.6: Migrate recipes from OE-Core
Remove linaro patches. If one needs to use linaro
modified gcc they should use meta-linaro
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch deleted file mode 100644 index 4abfa02a77..0000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | 2011-06-28 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> | ||
2 | |||
3 | Backport from mainline. | ||
4 | gcc/ | ||
5 | 2011-06-24 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org> | ||
6 | |||
7 | PR target/49385 | ||
8 | * config/arm/thumb2.md (*thumb2_movhi_insn): Make sure atleast | ||
9 | one of the operands is a register. | ||
10 | Index: gcc-4_6-branch/gcc/config/arm/thumb2.md | ||
11 | =================================================================== | ||
12 | --- gcc-4_6-branch.orig/gcc/config/arm/thumb2.md 2011-09-16 20:22:40.000000000 -0700 | ||
13 | +++ gcc-4_6-branch/gcc/config/arm/thumb2.md 2011-09-16 20:28:47.648690433 -0700 | ||
14 | @@ -207,7 +207,9 @@ | ||
15 | (define_insn "*thumb2_movhi_insn" | ||
16 | [(set (match_operand:HI 0 "nonimmediate_operand" "=r,r,m,r") | ||
17 | (match_operand:HI 1 "general_operand" "rI,n,r,m"))] | ||
18 | - "TARGET_THUMB2" | ||
19 | + "TARGET_THUMB2 | ||
20 | + && (register_operand (operands[0], HImode) | ||
21 | + || register_operand (operands[1], HImode))" | ||
22 | "@ | ||
23 | mov%?\\t%0, %1\\t%@ movhi | ||
24 | movw%?\\t%0, %L1\\t%@ movhi | ||