diff options
author | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-01-16 11:43:02 +0000 |
---|---|---|
committer | mbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-01-16 11:43:02 +0000 |
commit | 3d80c3754b3421428b47f89ce26f07adf10e7501 (patch) | |
tree | 986493f1905c17f3a385831d60709492c4c5ed7a /openwrt/toolchain/gcc/3.4.2/402-mips-pr17770.patch | |
parent | f93f63a886f8fb0adcbc15fa0630e6ab9e7adc02 (diff) |
Initial revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@197 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain/gcc/3.4.2/402-mips-pr17770.patch')
-rw-r--r-- | openwrt/toolchain/gcc/3.4.2/402-mips-pr17770.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openwrt/toolchain/gcc/3.4.2/402-mips-pr17770.patch b/openwrt/toolchain/gcc/3.4.2/402-mips-pr17770.patch new file mode 100644 index 000000000..87d603023 --- /dev/null +++ b/openwrt/toolchain/gcc/3.4.2/402-mips-pr17770.patch @@ -0,0 +1,12 @@ +--- gcc-3.4.2/gcc/config/mips/mips.md 2004-06-25 02:35:30.000000000 -0500 ++++ gcc-3.4-cvs/gcc/config/mips/mips.md 2004-10-26 01:54:56.000000000 -0500 +@@ -4073,8 +4073,7 @@ + "!TARGET_MIPS16" + "lwl\t%0,%2" + [(set_attr "type" "load") +- (set_attr "mode" "SI") +- (set_attr "hazard" "none")]) ++ (set_attr "mode" "SI")]) + + (define_insn "mov_lwr" + [(set (match_operand:SI 0 "register_operand" "=d") |