From: Richard Kenner Date: Tue, 12 Nov 1996 19:48:13 +0000 (-0500) Subject: (TARGET_DEFAULT): Use MASK_68040_ALSO, not MASK_68040. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3aad04640f70b2c9f75638e2c2143459df4461b7;p=gcc.git (TARGET_DEFAULT): Use MASK_68040_ALSO, not MASK_68040. From-SVN: r13140 --- diff --git a/gcc/config/m68k/ccur-GAS.h b/gcc/config/m68k/ccur-GAS.h index 17410c80740..a7c8d7fe3fd 100644 --- a/gcc/config/m68k/ccur-GAS.h +++ b/gcc/config/m68k/ccur-GAS.h @@ -40,7 +40,8 @@ Boston, MA 02111-1307, USA. */ #define SPACE_AFTER_L_OPTION #define SWITCHES_NEED_SPACES "oL" -#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020) /* See m68k.h. 7 means 68020 with 68881. */ +/* See m68k.h. 7 means 68020 with 68881. */ +#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020) #include "m68k/m68k.h" diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index 59892aecee1..37a53e26e8d 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */ /* See m68k.h. 0407 means 68020-68040. */ #ifndef TARGET_DEFAULT -#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020) +#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020) #endif /* -m[c]6800 requires special flag to the assembler. */ diff --git a/gcc/config/m68k/next.h b/gcc/config/m68k/next.h index 84d416fb329..1c7c7fd1692 100644 --- a/gcc/config/m68k/next.h +++ b/gcc/config/m68k/next.h @@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */ /* See m68k.h. 0407 means 68040 (or 68030 or 68020, with 68881/2). */ -#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020) +#define TARGET_DEFAULT (MASK_68040_ALSO|MASK_BITFIELD|MASK_68881|MASK_68020) /* Boundary (in *bits*) on which stack pointer should be aligned. */