mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
Removed these patches which are not needed anymore.
gcc-4.5.0_to_svn_162697.patch.bz2 : All the commits in this patch is
part of the 4.5.1 branch. So moving to 4.5.1 makes this patch
obsolete
gcc_revert_base_version_to_4.5.0.patch: moving to 4.5.1 removes need
of this patch
gcc-pr43698-arm-rev-instr.patch: upstream has this fix.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 lines
516 B
Diff
14 lines
516 B
Diff
Index: gcc-4.5/gcc/config/arm/arm.md
|
|
===================================================================
|
|
--- gcc-4.5.orig/gcc/config/arm/arm.md 2010-06-17 09:13:07.000000000 -0700
|
|
+++ gcc-4.5/gcc/config/arm/arm.md 2010-06-22 08:08:45.397212002 -0700
|
|
@@ -11267,7 +11267,7 @@
|
|
(define_expand "bswapsi2"
|
|
[(set (match_operand:SI 0 "s_register_operand" "=r")
|
|
(bswap:SI (match_operand:SI 1 "s_register_operand" "r")))]
|
|
-"TARGET_EITHER"
|
|
+"TARGET_EITHER && (arm_arch6 && !optimize_size)"
|
|
"
|
|
if (!arm_arch6)
|
|
{
|