diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 16:39:48 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 16:39:48 +0000 |
commit | daf672063270480be6e8cb94f9b1b8c6c2fc9bfd (patch) | |
tree | 39a0507b3cd3072fb5a5c5c17a1aa3664eb9c843 /gcc/config/i386/sequent.h | |
parent | eeadfa9ded5cfd8a5fdb403365122295389ad1d0 (diff) | |
download | gcc-daf672063270480be6e8cb94f9b1b8c6c2fc9bfd.tar.gz |
* i386/isc.h (TARGET_DEFAULT): Define symbolicly.
* i386/isccoff.h, i386/next.h, i386/sco.h, i386/sco5.h: Likewise.
* i386/scodbx.h, i386/sequent.h, i386.unix.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24769 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/sequent.h')
-rw-r--r-- | gcc/config/i386/sequent.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h index 4d76c389b6a..df40484f4c7 100644 --- a/gcc/config/i386/sequent.h +++ b/gcc/config/i386/sequent.h @@ -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. */ |