(LONG_DOUBLE_TYPE_SIZE): Don't define here.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 25 Oct 1993 18:00:11 +0000 (11:00 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 25 Oct 1993 18:00:11 +0000 (11:00 -0700)
From-SVN: r5883

gcc/config/sparc/sparc.h

index e988bbf..6fa5640 100644 (file)
@@ -179,9 +179,13 @@ extern int target_flags;
 \f
 /* target machine storage layout */
 
+#if 0
+/* ??? This does not work in SunOS 4.x, so it is not enabled here.
+   Instead, it is enabled in sol2.h, because it does work under Solaris.  */
 /* Define for support of TFmode long double and REAL_ARITHMETIC.
    Sparc ABI says that long double is 4 words.  */
 #define LONG_DOUBLE_TYPE_SIZE 128
+#endif
 
 /* Define for cross-compilation to a sparc target with no TFmode from a host
    with a different float format (e.g. VAX).  */