diff options
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99409.patch')
-rw-r--r-- | recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99409.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99409.patch b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99409.patch new file mode 100644 index 0000000000..39c3ab0810 --- /dev/null +++ b/recipes-devtools/gcc/gcc-4.5/linaro/gcc-4.5-linaro-r99409.patch | |||
@@ -0,0 +1,18 @@ | |||
1 | 2010-09-30 Jie Zhang <jie@codesourcery.com> | ||
2 | |||
3 | gcc/testsuite/ | ||
4 | * gcc.target/arm/neon-thumb2-move.c: Add | ||
5 | dg-require-effective-target arm_thumb2_ok. | ||
6 | |||
7 | === modified file 'gcc/testsuite/gcc.target/arm/neon-thumb2-move.c' | ||
8 | Index: gcc-4.5/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c | ||
9 | =================================================================== | ||
10 | --- gcc-4.5.orig/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c | ||
11 | +++ gcc-4.5/gcc/testsuite/gcc.target/arm/neon-thumb2-move.c | ||
12 | @@ -1,5 +1,6 @@ | ||
13 | /* { dg-do compile } */ | ||
14 | /* { dg-require-effective-target arm_neon_ok } */ | ||
15 | +/* { dg-require-effective-target arm_thumb2_ok } */ | ||
16 | /* { dg-options "-O2 -mthumb -march=armv7-a" } */ | ||
17 | /* { dg-add-options arm_neon } */ | ||
18 | |||