aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/sequent.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i386/sequent.h')
-rw-r--r--gcc/config/i386/sequent.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h
index 4d76c389b6a..8613ad79e2d 100644
--- a/gcc/config/i386/sequent.h
+++ b/gcc/config/i386/sequent.h
@@ -1,5 +1,5 @@
/* Definitions for Sequent Intel 386.
- Copyright (C) 1988, 1994 Free Software Foundation, Inc.
+ Copyright (C) 1988, 1994, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -26,11 +26,10 @@ Boston, MA 02111-1307, USA. */
/* By default, don't use IEEE compatible arithmetic comparisons
because the assembler can't handle the fucom insn.
- Return float values in the 387.
- (TARGET_80387 | TARGET_FLOAT_RETURNS_IN_80387) */
+ Return float values in the 387. */
#undef TARGET_DEFAULT
-#define TARGET_DEFAULT 0201
+#define TARGET_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS)
/* Specify predefined symbols in preprocessor. */