aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-10-29 10:45:59 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-10-29 10:45:59 +0000
commit723ab81016cd6131f317d8a821ccfc3791fd89c2 (patch)
tree9103dd944c936e5207cad12ed7c154973a91771e /toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch
parent57017cf64c6f1cea7622b616fc9dd237fac73e9a (diff)
downloadupstream-723ab81016cd6131f317d8a821ccfc3791fd89c2.tar.gz
upstream-723ab81016cd6131f317d8a821ccfc3791fd89c2.tar.bz2
upstream-723ab81016cd6131f317d8a821ccfc3791fd89c2.zip
get rid of old gcc versions
SVN-Revision: 23704
Diffstat (limited to 'toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch')
-rw-r--r--toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch b/toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch
deleted file mode 100644
index 00d63a9e34..0000000000
--- a/toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- a/gcc/config/cris/cris.md 2009-10-12 10:28:01.000000000 +0200
-+++ b/gcc/config/cris/cris.md 2009-10-12 10:29:09.000000000 +0200
-@@ -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))]
-
-