aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-08-05 06:22:16 +0000
committerJeff Law <law@gcc.gnu.org>1999-08-05 00:22:16 -0600
commit14fe6c707fa8df05577b5480b7cc3e9c7d7fd860 (patch)
tree9d41eff4fb683dcbac88c629584659b1bbac9a9b
parentd7afe8ec4478d6dee4fdccd88f719542ae1d5ea0 (diff)
downloadgcc-14fe6c707fa8df05577b5480b7cc3e9c7d7fd860.zip
gcc-14fe6c707fa8df05577b5480b7cc3e9c7d7fd860.tar.gz
gcc-14fe6c707fa8df05577b5480b7cc3e9c7d7fd860.tar.bz2
m68k.md (xordi3, anddi3): These patterns are not available on the coldfire.
* m68k.md (xordi3, anddi3): These patterns are not available on the coldfire. From-SVN: r28524
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/m68k/m68k.md4
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fee7376..cc55b5e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 5 00:20:47 1999 Jeffrey A Law (law@cygnus.com)
+
+ * m68k.md (xordi3, anddi3): These patterns are not available on
+ the coldfire.
+
Wed Aug 4 23:39:20 1999 Mark Mitchell <mark@codesourcery.com>
* real.c (GET_REAL): Don't violate ANSI/ISO aliasing rules.
diff --git a/gcc/config/m68k/m68k.md b/gcc/config/m68k/m68k.md
index c36e5dd..33c9885 100644
--- a/gcc/config/m68k/m68k.md
+++ b/gcc/config/m68k/m68k.md
@@ -3636,7 +3636,7 @@
[(set (match_operand:DI 0 "general_operand" "=o,d")
(and:DI (match_operand:DI 1 "general_operand" "%0,0")
(match_operand:DI 2 "general_operand" "dn,don")))]
- ""
+ "!TARGET_5200"
"*
{
CC_STATUS_INIT;
@@ -3996,7 +3996,7 @@
[(set (match_operand:DI 0 "general_operand" "=od")
(xor:DI (match_operand:DI 1 "general_operand" "%0")
(match_operand:DI 2 "general_operand" "dn")))]
- ""
+ "!TARGET_5200"
"*
{
CC_STATUS_INIT;