diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-29 10:45:59 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-29 10:45:59 +0000 |
commit | 723ab81016cd6131f317d8a821ccfc3791fd89c2 (patch) | |
tree | 9103dd944c936e5207cad12ed7c154973a91771e /toolchain/gcc/patches/4.3.3/420-fix_pr26515.patch | |
parent | 57017cf64c6f1cea7622b616fc9dd237fac73e9a (diff) | |
download | upstream-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.patch | 15 |
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))] - - |