From aabe87cd7ec7b980fa1b3ef522c73731d6393b6e Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 13 Aug 1993 11:32:32 -0700 Subject: [PATCH] (LONG_DOUBLE_TYPE_SIZE): Define to 128. From-SVN: r5155 --- gcc/config/sparc/sparc.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index caa3182597b..c97e5b5a696 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -168,16 +168,9 @@ extern int target_flags; /* 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). */ -- 2.30.2