aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain-layer/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99506.patch
diff options
context:
space:
mode:
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.patch21
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 @@
-2011-05-06 Richard Sandiford <richard.sandiford@linaro.org>
-
- gcc/
- From Sergey Grechanik <mouseentity@ispras.ru>, approved for mainline
-
- * config/arm/arm.c (coproc_secondary_reload_class): Return NO_REGS
- for constant vectors.
-
-=== modified file 'gcc/config/arm/arm.c'
---- old/gcc/config/arm/arm.c 2011-04-20 10:10:50 +0000
-+++ new/gcc/config/arm/arm.c 2011-05-04 15:13:02 +0000
-@@ -9353,7 +9353,7 @@
- /* The neon move patterns handle all legitimate vector and struct
- addresses. */
- if (TARGET_NEON
-- && MEM_P (x)
-+ && (MEM_P (x) || GET_CODE (x) == CONST_VECTOR)
- && (GET_MODE_CLASS (mode) == MODE_VECTOR_INT
- || GET_MODE_CLASS (mode) == MODE_VECTOR_FLOAT
- || VALID_NEON_STRUCT_MODE (mode)))
-