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>
This commit is contained in:
Khem Raj
2011-12-06 05:24:35 +00:00
committed by Koen Kooi
parent 747deaff0b
commit 9e0a23fcb4
2 changed files with 0 additions and 35 deletions
@@ -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));
@@ -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 \