m68k.h (TARGET_SWITCHES): Don't remove MASK_68040 for -m68020-60, to prevent the...
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Mon, 31 Aug 1998 02:16:48 +0000 (02:16 +0000)
committerAndreas Schwab <schwab@gcc.gnu.org>
Mon, 31 Aug 1998 02:16:48 +0000 (02:16 +0000)
* config/m68k/m68k.h (TARGET_SWITCHES): Don't remove MASK_68040
for -m68020-60, to prevent the use of fintrz.

From-SVN: r22122

gcc/ChangeLog
gcc/config/m68k/m68k.h

index 613f119..5b3193c 100644 (file)
@@ -1,3 +1,8 @@
+Mon Aug 31 10:47:16 1998  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
+
+       * config/m68k/m68k.h (TARGET_SWITCHES): Don't remove MASK_68040
+       for m68020-60, to prevent the use of fintrz.
+
 Sun Aug 30 22:17:20 1998  Mark Mitchell  <mark@markmitchell.com>
 
        * configure.in: If the native compiler is GCC use $(WARN_CFLAGS) 
index a912b76..1c17e28 100644 (file)
@@ -155,8 +155,9 @@ extern int target_flags;
     { "soft-float", - (MASK_FPA|MASK_SKY|MASK_68040_ONLY|MASK_68881)}, \
     { "68020-40", -(MASK_5200|MASK_68060|MASK_68040_ONLY)},            \
     { "68020-40", (MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68040)},   \
-    { "68020-60", -(MASK_5200|MASK_68040|MASK_68040_ONLY)},            \
-    { "68020-60", (MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68060)},   \
+    { "68020-60", -(MASK_5200|MASK_68040_ONLY)},                       \
+    { "68020-60", (MASK_BITFIELD|MASK_68881|MASK_68020|MASK_68040      \
+                  |MASK_68060)},                                       \
     { "68030", - (MASK_5200|MASK_68060|MASK_68040|MASK_68040_ONLY)},   \
     { "68030", (MASK_68020|MASK_BITFIELD)},                            \
     { "68040", - (MASK_5200|MASK_68060)},                              \