diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-08-13 11:32:32 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-08-13 11:32:32 -0700 |
commit | aabe87cd7ec7b980fa1b3ef522c73731d6393b6e (patch) | |
tree | 0000bfb28fb4ce01dc874067ffae07eac01fc351 | |
parent | 23d5d23d23a4f75d7ecbaff702deb77d8fac0f7a (diff) | |
download | gcc-aabe87cd7ec7b980fa1b3ef522c73731d6393b6e.zip gcc-aabe87cd7ec7b980fa1b3ef522c73731d6393b6e.tar.gz gcc-aabe87cd7ec7b980fa1b3ef522c73731d6393b6e.tar.bz2 |
(LONG_DOUBLE_TYPE_SIZE): Define to 128.
From-SVN: r5155
-rw-r--r-- | gcc/config/sparc/sparc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index caa3182..c97e5b5 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). */ |