summaryrefslogtreecommitdiffstats
path: root/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch
diff options
context:
space:
mode:
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.patch24
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 4abfa02a7..000000000
--- a/toolchain-layer/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106763.patch
+++ /dev/null
@@ -1,24 +0,0 @@
12011-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.
10Index: 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