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/unix.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/unix.h')
-rw-r--r-- | gcc/config/i386/unix.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index 47440ddd943..bc0a11ae618 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -131,10 +131,9 @@ Boston, MA 02111-1307, USA. */ (fputs (".globl ", FILE), assemble_name (FILE, NAME), fputs ("\n", FILE)) /* By default, target has a 80387, uses IEEE compatible arithmetic, - and returns float values in the 387, ie, - (TARGET_80387 | TARGET_IEEE_FP | TARGET_FLOAT_RETURNS_IN_80387) */ + and returns float values in the 387. */ -#define TARGET_DEFAULT 0301 +#define TARGET_DEFAULT (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS) /* Floating-point return values come in the FP register. */ |