summaryrefslogtreecommitdiff
path: root/patches/gcc/3.3.3/pr13250-fix.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-14 20:11:44 (GMT)
commit6c368af5b4e68c05c8774ea5795b708aca9d0d66 (patch)
tree85f99014c1d7d312006d95d6dc37f9bf1ab47b8e /patches/gcc/3.3.3/pr13250-fix.patch
parentab0fc7eab41d6e253549dbc63431f9ba153a0418 (diff)
Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those, - remove associated patches no longer needed, - mark then as (OBSOLETE) in the prompt;
Diffstat (limited to 'patches/gcc/3.3.3/pr13250-fix.patch')
-rw-r--r--patches/gcc/3.3.3/pr13250-fix.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/gcc/3.3.3/pr13250-fix.patch b/patches/gcc/3.3.3/pr13250-fix.patch
deleted file mode 100644
index ce68bb1..0000000
--- a/patches/gcc/3.3.3/pr13250-fix.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-See http://gcc.gnu.org/PR13250
-Fixes bad code generated when compiling SHA256 for SH processor
-
-===================================================================
-RCS file: /cvs/gcc/gcc/gcc/config/sh/sh.md,v
-retrieving revision 1.171
-retrieving revision 1.172
-diff -u -r1.171 -r1.172
---- gcc/gcc/config/sh/sh.md 2004/05/10 23:25:13 1.171
-+++ gcc/gcc/config/sh/sh.md 2004/05/28 05:47:36 1.172
-@@ -2194,7 +2194,7 @@
- parts[0] = gen_reg_rtx (SImode);
- parts[1] = gen_reg_rtx (SImode);
- emit_insn (gen_rotlsi3_16 (parts[2-choice], operands[1]));
-- parts[choice-1] = operands[1];
-+ emit_move_insn (parts[choice-1], operands[1]);
- emit_insn (gen_ashlsi3 (parts[0], parts[0], GEN_INT (8)));
- emit_insn (gen_lshrsi3 (parts[1], parts[1], GEN_INT (8)));
- emit_insn (gen_iorsi3 (operands[0], parts[0], parts[1]));