diff options
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4.6/linaro/gcc-4.6-linaro-r106793.patch | 34 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/gcc/gcc-4_6-branch-linaro-backports.inc | 1 |
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 @@ | |||
1 | 2011-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 | |||
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 \ | |||
39 | file://linaro/gcc-4.6-linaro-r106787.patch \ | 39 | file://linaro/gcc-4.6-linaro-r106787.patch \ |
40 | file://linaro/gcc-4.6-linaro-r106789.patch \ | 40 | file://linaro/gcc-4.6-linaro-r106789.patch \ |
41 | file://linaro/gcc-4.6-linaro-r106792.patch \ | 41 | file://linaro/gcc-4.6-linaro-r106792.patch \ |
42 | file://linaro/gcc-4.6-linaro-r106793.patch \ | ||
43 | file://linaro/gcc-4.6-linaro-r106794.patch \ | 42 | file://linaro/gcc-4.6-linaro-r106794.patch \ |
44 | file://linaro/gcc-4.6-linaro-r106796.patch \ | 43 | file://linaro/gcc-4.6-linaro-r106796.patch \ |
45 | file://linaro/gcc-4.6-linaro-r106797.patch \ | 44 | file://linaro/gcc-4.6-linaro-r106797.patch \ |