isc.h (TARGET_DEFAULT): Define symbolicly.
authorRichard Henderson <rth@cygnus.com>
Tue, 19 Jan 1999 16:39:48 +0000 (08:39 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 19 Jan 1999 16:39:48 +0000 (08:39 -0800)
        * 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.

From-SVN: r24769

gcc/ChangeLog
gcc/config/i386/isc.h
gcc/config/i386/isccoff.h
gcc/config/i386/next.h
gcc/config/i386/sco.h
gcc/config/i386/sco5.h
gcc/config/i386/scodbx.h
gcc/config/i386/sequent.h
gcc/config/i386/unix.h

index 29765084b0a9bcda94f9e1763cb9c9259eb939ea..4b51d91c9b420805e3400a5e1c22fe7b9b73229a 100644 (file)
@@ -1,3 +1,9 @@
+Tue Jan 19 16:37:36 1999  Richard Henderson  <rth@cygnus.com>
+
+       * 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.
+
 Tue Jan 19 15:00:10 1999  Jeffrey A Law  (law@cygnus.com)
 
        * Makefile.in (protoize.o, unprotoize.o): Depend on Makefile.
index 92d0b7e95d5b0a210539dfa4736bb70f77c92867..6c1c4c7271804ab25152b584b49a6f6d23dc8b79 100644 (file)
@@ -59,7 +59,7 @@
    So don't make TARGET_IEEE_FP default for ISC. */
 
 #undef TARGET_DEFAULT
-#define TARGET_DEFAULT 0201
+#define TARGET_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS)
 
 /* The ISC 2.0.2 software FPU emulator apparently can't handle
    80-bit XFmode insns, so don't generate them.  */
index 383b981328b01671eb13e059fdef643ea83f6487..595c7d98fe3f1967a15897aedf4ad3addac75dff 100644 (file)
@@ -1,8 +1,8 @@
 /* Definitions for Intel 386 running Interactive Unix System V.
    Specifically, this is for recent versions that support POSIX;
    for version 2.0.2, use configuration option i386-sysv instead.
-   (But set TARGET_DEFAULT to 0201 if you do that,
-   if you don't have a real 80387.)  */
+   (But set TARGET_DEFAULT to (MASK_80307 | MASK_FLOAT_RETURNS)
+   if you do that, if you don't have a real 80387.)  */
 
 /* Mostly it's like AT&T Unix System V. */
 
index 65f74023999ec9f65659bf57cb9973ffbd631fe2..7706d23588970f2899f704f8a0832ed7dfd23e44 100644 (file)
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA.  */
 /* By default, target has a 80387, with IEEE FP.  */
 
 #undef TARGET_DEFAULT
-#define TARGET_DEFAULT  (1|0100)
+#define TARGET_DEFAULT  (MASK_80387 | MASK_IEEE_FP)
 
 /* Implicit library calls should use memcpy, not bcopy, etc.  */
 
index 016e0a00ce07fc76d2e64a59391ffe57abf5c76c..7fa3b4506cbbd9651466f53b859ef401cc7dce82 100644 (file)
@@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA.  */
    So don't make TARGET_IEEE_FP default for SCO. */
 
 #undef TARGET_DEFAULT
-#define TARGET_DEFAULT 0201
+#define TARGET_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS)
 
 /* Let's guess that the SCO software FPU emulator can't handle
    80-bit XFmode insns, so don't generate them.  */
index 7637f171463fc5d0950063b521c1be826bf9bfa1..bd99689cd6322ecc54a9b5fd0959ba4fc210af68 100644 (file)
@@ -724,7 +724,7 @@ dtors_section ()                                                    \
   && strcmp (STR, "Tbss"))
 
 #undef TARGET_DEFAULT
-#define TARGET_DEFAULT 0301
+#define TARGET_DEFAULT (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS)
 
 #undef HANDLE_SYSV_PRAGMA
 #define HANDLE_SYSV_PRAGMA 1
index a2581d4257f10bb6823c839de6681cdc0e205932..dbb296bc25eb49da2a23816eb8c581482fc29432 100644 (file)
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA.  */
    So don't make TARGET_IEEE_FP default for SCO. */
 
 #undef TARGET_DEFAULT
-#define TARGET_DEFAULT 0201
+#define TARGET_DEFAULT (MASK_80387 | MASK_FLOAT_RETURNS)
 
 /* Use crt1.o as a startup file and crtn.o as a closing file.  */
 
index 4d76c389b6ae5c360e7efafa3d63be3f7df73b3b..df40484f4c76daaa07bcda5416aba43b1243776f 100644 (file)
@@ -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.  */
 
index 47440ddd943df4aea685a7915218517d0c27b1ac..bc0a11ae6185e822ef7b77009060c132b3d6ece3 100644 (file)
@@ -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.  */