summaryrefslogtreecommitdiffstats
path: root/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99531.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99531.patch')
-rw-r--r--toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99531.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99531.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99531.patch
deleted file mode 100644
index 5559dfeda4..0000000000
--- a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99531.patch
+++ /dev/null
@@ -1,25 +0,0 @@
12011-07-29 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
2
3 gcc/
4 Backport only bits marked as [*] from mainline:
5 2010-12-19 Chung-Lin Tang <cltang@codesourcery.com>
6
7 * config/arm/arm.c ([*]arm_legitimate_index_p): Add VFP load/store
8 index range case. Change to SF/DFmode tests to avoid capturing HFmode.
9 (thumb2_legitimate_index_p): Same.
10
11=== modified file 'gcc/config/arm/arm.c'
12--- old/gcc/config/arm/arm.c 2011-06-29 10:46:39 +0000
13+++ new/gcc/config/arm/arm.c 2011-07-29 15:01:53 +0000
14@@ -5643,8 +5643,8 @@
15
16 /* Standard coprocessor addressing modes. */
17 if (TARGET_HARD_FLOAT
18- && (TARGET_FPA || TARGET_MAVERICK)
19- && (GET_MODE_CLASS (mode) == MODE_FLOAT
20+ && (TARGET_FPA || TARGET_MAVERICK || TARGET_VFP)
21+ && ((mode == SFmode || mode == DFmode)
22 || (TARGET_MAVERICK && mode == DImode)))
23 return (code == CONST_INT && INTVAL (index) < 1024
24 && INTVAL (index) > -1024
25