summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches/4.2.4/903-avr32_fix_expanding_builtin_xchg.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-12-02 18:10:03 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-12-02 18:10:03 +0000
commit95f2b6bb76e1ac16595034330e839d5f86e53df0 (patch)
treecc97b7c9bdecfb3c38e8665a0eccc240e3cdd309 /toolchain/gcc/patches/4.2.4/903-avr32_fix_expanding_builtin_xchg.patch
parent9e54c8bf9e776de5330fd33786283aa1b2f07b3a (diff)
downloadmtk-20170518-95f2b6bb76e1ac16595034330e839d5f86e53df0.zip
mtk-20170518-95f2b6bb76e1ac16595034330e839d5f86e53df0.tar.gz
mtk-20170518-95f2b6bb76e1ac16595034330e839d5f86e53df0.tar.bz2
sync gcc patches with the Atmel 1.1.3 release
SVN-Revision: 13480
Diffstat (limited to 'toolchain/gcc/patches/4.2.4/903-avr32_fix_expanding_builtin_xchg.patch')
-rw-r--r--toolchain/gcc/patches/4.2.4/903-avr32_fix_expanding_builtin_xchg.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/toolchain/gcc/patches/4.2.4/903-avr32_fix_expanding_builtin_xchg.patch b/toolchain/gcc/patches/4.2.4/903-avr32_fix_expanding_builtin_xchg.patch
deleted file mode 100644
index be89cd7..0000000
--- a/toolchain/gcc/patches/4.2.4/903-avr32_fix_expanding_builtin_xchg.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: gcc-4.2.3/gcc/config/avr32/avr32.c
-===================================================================
---- gcc-4.2.3.orig/gcc/config/avr32/avr32.c 2008-05-21 13:45:57.202289511 +0200
-+++ gcc-4.2.3/gcc/config/avr32/avr32.c 2008-05-21 13:45:58.533289214 +0200
-@@ -1388,7 +1388,8 @@
- op1 = copy_to_mode_reg (mode1, op1);
- }
-
-- op0 = gen_rtx_MEM (SImode, op0);
-+ op0 = force_reg (GET_MODE (op0), op0);
-+ op0 = gen_rtx_MEM (GET_MODE (op0), op0);
- if (!(*insn_data[icode].operand[1].predicate) (op0, mode0))
- {
- error