aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106793.patch34
-rw-r--r--meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc1
2 files changed, 0 insertions, 35 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 @@
-2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
-
- gcc/
- Backport from mainline:
-
- 2011-08-18 Richard Sandiford <richard.sandiford@linaro.org>
-
- * config/arm/arm.c (arm_rtx_costs_1): Don't modify the costs of SET.
- (arm_size_rtx_costs): Likewise.
-
-=== modified file 'gcc/config/arm/arm.c'
---- old/gcc/config/arm/arm.c 2011-08-12 08:08:31 +0000
-+++ new/gcc/config/arm/arm.c 2011-08-18 13:53:37 +0000
-@@ -7464,6 +7464,9 @@
- *total = COSTS_N_INSNS (4);
- return true;
-
-+ case SET:
-+ return false;
-+
- default:
- *total = COSTS_N_INSNS (4);
- return false;
-@@ -7811,6 +7814,9 @@
- *total = COSTS_N_INSNS (1) + 1;
- return true;
-
-+ case SET:
-+ return false;
-+
- default:
- if (mode != VOIDmode)
- *total = COSTS_N_INSNS (ARM_NUM_REGS (mode));
-
diff --git a/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc b/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc
index fcdccf5d2d..882876ecc2 100644
--- a/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc
+++ b/meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc
@@ -39,7 +39,6 @@ file://linaro/gcc-4.6-linaro-r106786.patch \
file://linaro/gcc-4.6-linaro-r106787.patch \
file://linaro/gcc-4.6-linaro-r106789.patch \
file://linaro/gcc-4.6-linaro-r106792.patch \
-file://linaro/gcc-4.6-linaro-r106793.patch \
file://linaro/gcc-4.6-linaro-r106794.patch \
file://linaro/gcc-4.6-linaro-r106796.patch \
file://linaro/gcc-4.6-linaro-r106797.patch \