aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-10-25 11:00:11 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-10-25 11:00:11 -0700
commit360b1451cbd3e2a74d305f4ee25a0ca168702b1f (patch)
tree94458cfb6c3b2c8afe2cce55041021e6483a78a2 /gcc/config/sparc
parent05710c13c2bc1b2421173488ed90e614fc48c0dc (diff)
downloadgcc-360b1451cbd3e2a74d305f4ee25a0ca168702b1f.zip
gcc-360b1451cbd3e2a74d305f4ee25a0ca168702b1f.tar.gz
gcc-360b1451cbd3e2a74d305f4ee25a0ca168702b1f.tar.bz2
(LONG_DOUBLE_TYPE_SIZE): Don't define here.
From-SVN: r5883
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r--gcc/config/sparc/sparc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h
index e988bbf..6fa5640 100644
--- a/gcc/config/sparc/sparc.h
+++ b/gcc/config/sparc/sparc.h
@@ -179,9 +179,13 @@ extern int target_flags;
/* 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). */