aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.3.3+cs/420-fix_pr26515.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gcc/patches/4.3.3+cs/420-fix_pr26515.patch')
-rw-r--r--toolchain/gcc/patches/4.3.3+cs/420-fix_pr26515.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/toolchain/gcc/patches/4.3.3+cs/420-fix_pr26515.patch b/toolchain/gcc/patches/4.3.3+cs/420-fix_pr26515.patch
deleted file mode 100644
index 24b3720726..0000000000
--- a/toolchain/gcc/patches/4.3.3+cs/420-fix_pr26515.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/gcc/config/cris/cris.md
-+++ b/gcc/config/cris/cris.md
-@@ -4920,7 +4920,9 @@
- "REGNO (operands[2]) == REGNO (operands[0])
- && INTVAL (operands[3]) <= 65535 && INTVAL (operands[3]) >= 0
- && !CONST_OK_FOR_LETTER_P (INTVAL (operands[3]), 'I')
-- && !side_effects_p (operands[1])"
-+ && !side_effects_p (operands[1])
-+ && (!REG_P (operands[1])
-+ || REGNO (operands[1]) <= CRIS_LAST_GENERAL_REGISTER)"
- ;; FIXME: CC0 valid except for M (i.e. CC_NOT_NEGATIVE).
- [(set (match_dup 0) (match_dup 4))
- (set (match_dup 5) (match_dup 6))]