Commit 360b1451 by Jim Wilson

(LONG_DOUBLE_TYPE_SIZE): Don't define here.

From-SVN: r5883
parent 05710c13
...@@ -179,9 +179,13 @@ extern int target_flags; ...@@ -179,9 +179,13 @@ extern int target_flags;
/* target machine storage layout */ /* 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. /* Define for support of TFmode long double and REAL_ARITHMETIC.
Sparc ABI says that long double is 4 words. */ Sparc ABI says that long double is 4 words. */
#define LONG_DOUBLE_TYPE_SIZE 128 #define LONG_DOUBLE_TYPE_SIZE 128
#endif
/* Define for cross-compilation to a sparc target with no TFmode from a host /* Define for cross-compilation to a sparc target with no TFmode from a host
with a different float format (e.g. VAX). */ with a different float format (e.g. VAX). */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment