diff options
Diffstat (limited to 'recipes-devtools/gcc/gcc-4.5/arm-bswapsi2.patch')
| -rw-r--r-- | recipes-devtools/gcc/gcc-4.5/arm-bswapsi2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-devtools/gcc/gcc-4.5/arm-bswapsi2.patch b/recipes-devtools/gcc/gcc-4.5/arm-bswapsi2.patch deleted file mode 100644 index 7ac61a6d63..0000000000 --- a/recipes-devtools/gcc/gcc-4.5/arm-bswapsi2.patch +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 1 | Index: gcc-4.5/gcc/config/arm/arm.md | ||
| 2 | =================================================================== | ||
| 3 | --- gcc-4.5.orig/gcc/config/arm/arm.md 2010-06-17 09:13:07.000000000 -0700 | ||
| 4 | +++ gcc-4.5/gcc/config/arm/arm.md 2010-06-22 08:08:45.397212002 -0700 | ||
| 5 | @@ -11267,7 +11267,7 @@ | ||
| 6 | (define_expand "bswapsi2" | ||
| 7 | [(set (match_operand:SI 0 "s_register_operand" "=r") | ||
| 8 | (bswap:SI (match_operand:SI 1 "s_register_operand" "r")))] | ||
| 9 | -"TARGET_EITHER" | ||
| 10 | +"TARGET_EITHER && (arm_arch6 && !optimize_size)" | ||
| 11 | " | ||
| 12 | if (!arm_arch6) | ||
| 13 | { | ||
