diff options
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99351.patch')
-rw-r--r-- | recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99351.patch | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99351.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99351.patch index a1a2c2ad81..aa3b3eb85f 100644 --- a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99351.patch +++ b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99351.patch | |||
@@ -1,3 +1,11 @@ | |||
1 | 2010-07-26 Julian Brown <julian@codesourcery.com> | ||
2 | |||
3 | Merge from Sourcery G++ 4.4: | ||
4 | |||
5 | Jie Zhang <jie@codesourcery.com> | ||
6 | Issue #7122 | ||
7 | |||
8 | gcc/ | ||
1 | * config/arm/arm.c (arm_rtx_costs_1): Adjust cost for | 9 | * config/arm/arm.c (arm_rtx_costs_1): Adjust cost for |
2 | CONST_VECTOR. | 10 | CONST_VECTOR. |
3 | (arm_size_rtx_costs): Likewise. | 11 | (arm_size_rtx_costs): Likewise. |
@@ -25,18 +33,6 @@ | |||
25 | * gcc.target/arm/neon-vdup-18.c: New test case. | 33 | * gcc.target/arm/neon-vdup-18.c: New test case. |
26 | * gcc.target/arm/neon-vdup-19.c: New test case. | 34 | * gcc.target/arm/neon-vdup-19.c: New test case. |
27 | 35 | ||
28 | 2010-07-26 Julian Brown <julian@codesourcery.com> | ||
29 | |||
30 | Merge from Sourcery G++ 4.4: | ||
31 | |||
32 | Jie Zhang <jie@codesourcery.com> | ||
33 | |||
34 | Issue #7122 | ||
35 | |||
36 | gcc/ | ||
37 | * config/arm/vfp.md (movdf_vfp): Add load double 0.0 case. | ||
38 | (thumb2_movdf_vfp): Likewise. Require that one of the operands be a | ||
39 | register. | ||
40 | 36 | ||
41 | === modified file 'gcc/config/arm/arm.c' | 37 | === modified file 'gcc/config/arm/arm.c' |
42 | --- old/gcc/config/arm/arm.c 2010-08-13 10:55:28 +0000 | 38 | --- old/gcc/config/arm/arm.c 2010-08-13 10:55:28 +0000 |