(LONG_DOUBLE_TYPE_SIZE): Define to 128.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 13 Aug 1993 18:32:32 +0000 (11:32 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 13 Aug 1993 18:32:32 +0000 (11:32 -0700)
From-SVN: r5155

gcc/config/sparc/sparc.h

index caa3182597b991ad1d2435f52ea2f7a435ff1261..c97e5b5a696eb7156d02fcf55ce848a4a99bdcb2 100644 (file)
@@ -168,16 +168,9 @@ extern int target_flags;
 \f
 /* target machine storage layout */
 
-#if 0
-/* ??? This fails because REAL_VALUE_TYPE is `double' making it impossible to
-   represent and output `long double' constants.  This causes problems during
-   a bootstrap with enquire/float.h, and hence must be disabled for now.
-   To fix, we need to implement code for TFmode just like the existing XFmode
-   support in real.[ch].  */
 /* 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).  */