]> gcc.gnu.org Git - gcc.git/commitdiff
(TARGET_DEFAULT): Use MASK_68040, not MASK_68040_ALSO.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 9 Jun 1997 21:58:15 +0000 (17:58 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 9 Jun 1997 21:58:15 +0000 (17:58 -0400)
From-SVN: r14192

gcc/config/m68k/ccur-GAS.h
gcc/config/m68k/mot3300.h
gcc/config/m68k/next.h

index a7c8d7fe3fdc9d1724e2fbf65e726424fd8331f9..685eb971a500f98ef97e16e70a27833302522059 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  Concurrent 68k version.
-   Copyright (C) 1987, 1988, 1995, 1996 Free Software Foundation, Inc.
+   Copyright (C) 1987, 1988, 1995, 1996, 1997 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA.  */
 #define SWITCHES_NEED_SPACES "oL"
 
 /* See m68k.h.  7 means 68020 with 68881.  */
-#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020)
+#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
 
 #include "m68k/m68k.h"
 
index e6160ec1a07ecc42da661bf08f275086234a58a5..fc3cc52dfd0517a61f74578f983ac10a9af3d6a2 100644 (file)
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA.  */
 /* See m68k.h.  0407 means 68020-68040.  */
 
 #ifndef TARGET_DEFAULT
-#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020)
+#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
 #endif
 
 /* -m[c]6800 requires special flag to the assembler.  */
index 4ce05e3dc75d961aca52f34c8b69a527fca96bdb..a296e0b1f00dc8363d2d03c6c207525f858c552c 100644 (file)
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* See m68k.h.  0407 means 68040 (or 68030 or 68020, with 68881/2).  */
 
-#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020)
+#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
 
 /* Boundary (in *bits*) on which stack pointer should be aligned.  */
 
This page took 0.074285 seconds and 5 git commands to generate.