diff options
Diffstat (limited to 'toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99506.patch')
-rw-r--r-- | toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99506.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99506.patch b/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99506.patch deleted file mode 100644 index 9432f4c0a5..0000000000 --- a/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99506.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | 2011-05-06 Richard Sandiford <richard.sandiford@linaro.org> | ||
2 | |||
3 | gcc/ | ||
4 | From Sergey Grechanik <mouseentity@ispras.ru>, approved for mainline | ||
5 | |||
6 | * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS | ||
7 | for constant vectors. | ||
8 | |||
9 | === modified file 'gcc/config/arm/arm.c' | ||
10 | --- old/gcc/config/arm/arm.c 2011-04-20 10:10:50 +0000 | ||
11 | +++ new/gcc/config/arm/arm.c 2011-05-04 15:13:02 +0000 | ||
12 | @@ -9353,7 +9353,7 @@ | ||
13 | /* The neon move patterns handle all legitimate vector and struct | ||
14 | addresses. */ | ||
15 | if (TARGET_NEON | ||
16 | - && MEM_P (x) | ||
17 | + && (MEM_P (x) || GET_CODE (x) == CONST_VECTOR) | ||
18 | && (GET_MODE_CLASS (mode) == MODE_VECTOR_INT | ||
19 | || GET_MODE_CLASS (mode) == MODE_VECTOR_FLOAT | ||
20 | || VALID_NEON_STRUCT_MODE (mode))) | ||
21 | |||