From: Richard Stallman Date: Tue, 29 Jun 1993 04:40:00 +0000 (+0000) Subject: (fix_truncdfsi2, fix_truncdfhi2, fix_truncdfqi2): X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55c8e1db2abaaba0d971a551277d7ce8023a91f8;p=gcc.git (fix_truncdfsi2, fix_truncdfhi2, fix_truncdfqi2): Require TARGET_68881 as well as TARGET_68040. From-SVN: r4794 --- diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md index ce6b42f8e9b..85e66d8fd79 100644 --- a/gcc/config/m68k/m68k.md +++ b/gcc/config/m68k/m68k.md @@ -1744,7 +1744,7 @@ (fix:SI (fix:DF (match_operand:DF 1 "register_operand" "f")))) (clobber (match_scratch:SI 2 "=d")) (clobber (match_scratch:SI 3 "=d"))] - "TARGET_68040" + "TARGET_68881 && TARGET_68040" "* { CC_STATUS_INIT; @@ -1756,7 +1756,7 @@ (fix:HI (fix:DF (match_operand:DF 1 "register_operand" "f")))) (clobber (match_scratch:SI 2 "=d")) (clobber (match_scratch:SI 3 "=d"))] - "TARGET_68040" + "TARGET_68881 && TARGET_68040" "* { CC_STATUS_INIT; @@ -1768,7 +1768,7 @@ (fix:QI (fix:DF (match_operand:DF 1 "register_operand" "f")))) (clobber (match_scratch:SI 2 "=d")) (clobber (match_scratch:SI 3 "=d"))] - "TARGET_68040" + "TARGET_68881 && TARGET_68040" "* { CC_STATUS_INIT;