diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-12 14:48:13 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-11-12 14:48:13 -0500 |
commit | 3aad04640f70b2c9f75638e2c2143459df4461b7 (patch) | |
tree | afb84477d8241e2d3e78ce9636822a159a2dfae5 /gcc | |
parent | f6ae488b65eb89dbe19c5c13c670f2b0ccd2dd27 (diff) | |
download | gcc-3aad04640f70b2c9f75638e2c2143459df4461b7.zip gcc-3aad04640f70b2c9f75638e2c2143459df4461b7.tar.gz gcc-3aad04640f70b2c9f75638e2c2143459df4461b7.tar.bz2 |
(TARGET_DEFAULT): Use MASK_68040_ALSO, not MASK_68040.
From-SVN: r13140
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/ccur-GAS.h | 3 | ||||
-rw-r--r-- | gcc/config/m68k/mot3300.h | 2 | ||||
-rw-r--r-- | gcc/config/m68k/next.h | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/gcc/config/m68k/ccur-GAS.h b/gcc/config/m68k/ccur-GAS.h index 17410c8..a7c8d7f 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 59892ae..37a53e2 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 84d416f..1c7c7fd 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. */ |