]> gcc.gnu.org Git - gcc.git/commitdiff
(LONG_DOUBLE_TYPE_SIZE): Redefine as 64.
authorRichard Stallman <rms@gnu.org>
Thu, 13 May 1993 13:57:53 +0000 (13:57 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 13 May 1993 13:57:53 +0000 (13:57 +0000)
From-SVN: r4438

gcc/config/m68k/3b1.h
gcc/config/m68k/3b1g.h
gcc/config/m68k/crds.h
gcc/config/m68k/hp2bsd.h
gcc/config/m68k/hp310.h
gcc/config/m68k/isi-nfp.h
gcc/config/m68k/pbb.h
gcc/config/m68k/plexus.h
gcc/config/m68k/sun2.h
gcc/config/m68k/sun3n.h
gcc/config/m68k/tower.h

index f22cf0dfe25e75e48ba8fb4e570aa9f0e81c9996..0fe1f7d7cab036fa64f0ee24c6b755bd2848ae64 100644 (file)
@@ -31,6 +31,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef TARGET_DEFAULT
 #define        TARGET_DEFAULT 0
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 /* -m68020 requires special flags to the assembler.  */
 
 #undef ASM_SPEC
index e07e9c6e7452122934942b9aac488d541b31feb5..d8c7471c9f13826274ff8215e2cb4016fb41cfd2 100644 (file)
@@ -22,6 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* See m68k.h.  0 means 68000 with no 68881.  */
 #define TARGET_DEFAULT 0
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 /* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
    This will control the use of inline 68881 insns in certain macros.
    Also inform the program which CPU this is for.  */
index f20b34ec8889db1c4f99077be3f1035b0e7440f3..b026344b2e69d65c44e4f17b2afe417626ec23ce 100644 (file)
@@ -40,6 +40,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #undef TARGET_DEFAULT
 #define        TARGET_DEFAULT 0
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 /* special flags to the unos assembler.  */
 
 #undef ASM_SPEC
index 7c5ebd381b3a7e4964b8d8e93699362cc078bd61..f27ecb3b718169c985dea333f9b9e8047ee90ac9 100644 (file)
@@ -23,6 +23,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define TARGET_DEFAULT 0
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 /* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
    This will control the use of inline 68881 insns in certain macros.
    Also inform the program which CPU this is for.  */
index 0637675b90708e72308ef7b4fcbe25a70d56a34e..a9d24f4ec1930a1f7220c29d5b1d50593bf046f1 100644 (file)
@@ -5,6 +5,10 @@
 
 #include "m68k/hp320.h"
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 #undef CPP_SPEC
 #undef ASM_SPEC
 
index 8bbf6b6583616ded7d4c19a5074a50f03e695fae..f3544485feb869a42dbb98ba05254f2eb03d2fc2 100644 (file)
@@ -3,3 +3,7 @@
 #define TARGET_DEFAULT 5
 
 #include "m68k/isi.h"
+
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
index 065fcf8f1f229da68a3af3f8bbbdd60ddca43d5f..7f36e00edd54c7d3dba128c63f2b76aeda347fe3 100644 (file)
@@ -30,6 +30,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define TARGET_DEFAULT 5
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 /* Every structure or union's size must be a multiple of 2 bytes.  */
 #define STRUCTURE_SIZE_BOUNDARY 16
 
index 7f84bda9a446ffb54261792e0bb9fb053c8dd01c..1bea8096ba6e8fb73a181859ae9c088bacaa3fde 100644 (file)
@@ -43,6 +43,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define TARGET_DEFAULT 5                      /* set to 5 if on a '020 box */
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 #define CPP_SPEC "%{m68881:-D__HAVE_68881__}"
 #define CPP_PREDEFINES "-Dm68 -Dunix -Dplexus"
 
index 792f50387a96d86902b3e9c5809c0a1dbcb46c66..db94cf12cd95163e5a593f708e3fd7b495267c5e 100644 (file)
@@ -24,6 +24,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define TARGET_DEFAULT 0
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 /* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
    This will control the use of inline 68881 insns in certain macros.
    Also inform the program which CPU this is for.  */
index a4d72e8193ac2d641ebf1697fd112c939a83853c..d93bee0fbe41ddd0cee196ed57e90799cbab216a 100644 (file)
@@ -3,3 +3,7 @@
 #define TARGET_DEFAULT 5
 
 #include "m68k/sun3.h"
+
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
index 11cc2c36e5f92e97d87360ce4ae0b84027e35b29..c3de28d1a441db68899c03417da0ac0b06db6e52 100644 (file)
@@ -41,6 +41,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define TARGET_DEFAULT 5
 
+/* Don't try using XFmode.  */
+#undef LONG_DOUBLE_TYPE_SIZE
+#define LONG_DOUBLE_TYPE_SIZE 64
+
 /* Names to predefine in the preprocessor for this target machine.  */
 
 #define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_200"
This page took 0.077085 seconds and 5 git commands to generate.