summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/gcc/gcc-4.6
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-12-06 05:24:35 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-07 13:02:55 +0100
commit9e0a23fcb4e2c0c57de5e7b0ee8ed253b11d15b8 (patch)
treebe773ddf7e1dca85827774400dd6af299817fd58 /meta-oe/recipes-devtools/gcc/gcc-4.6
parent747deaff0b6c55822868b19dca77aaa51c38b2c4 (diff)
downloadmeta-openembedded-9e0a23fcb4e2c0c57de5e7b0ee8ed253b11d15b8.tar.gz
1/2] gcc-4.6: Delete the patch that is now applied in oe-core
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/gcc/gcc-4.6')
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106793.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106793.patch b/meta-oe/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106793.patch
deleted file mode 100644
index 04dabaf604..0000000000
--- a/meta-oe/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106793.patch
+++ /dev/null
@@ -1,34 +0,0 @@
12011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
2
3 gcc/
4 Backport from mainline:
5
6 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
7
8 * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
9 (arm_size_rtx_costs): Likewise.
10
11=== modified file 'gcc/config/arm/arm.c'
12--- old/gcc/config/arm/arm.c 2011-08-12 08:08:31 +0000
13+++ new/gcc/config/arm/arm.c 2011-08-18 13:53:37 +0000
14@@ -7464,6 +7464,9 @@
15 *total = COSTS_N_INSNS (4);
16 return true;
17
18+ case SET:
19+ return false;
20+
21 default:
22 *total = COSTS_N_INSNS (4);
23 return false;
24@@ -7811,6 +7814,9 @@
25 *total = COSTS_N_INSNS (1) + 1;
26 return true;
27
28+ case SET:
29+ return false;
30+
31 default:
32 if (mode != VOIDmode)
33 *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
34