diff options
| author | Manuel Novoa III <mjn3@codepoet.org> | 2004-10-31 20:43:24 +0000 | 
|---|---|---|
| committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-10-31 20:43:24 +0000 | 
| commit | d657698096757aed6a476e1b716177e35e093bca (patch) | |
| tree | 3f3035444e7d2417999163c53b23474174979d79 | |
| parent | be20459e0a6cdb0f73369b95024a51f57d983055 (diff) | |
| download | buildroot-novena-d657698096757aed6a476e1b716177e35e093bca.tar.gz buildroot-novena-d657698096757aed6a476e1b716177e35e093bca.zip  | |
Upstream bug fix.
| -rw-r--r-- | toolchain/gcc/3.4.2/402-mips-pr17770.patch | 12 | 
1 files changed, 12 insertions, 0 deletions
diff --git a/toolchain/gcc/3.4.2/402-mips-pr17770.patch b/toolchain/gcc/3.4.2/402-mips-pr17770.patch new file mode 100644 index 000000000..87d603023 --- /dev/null +++ b/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")  | 
