From: Jim Wilson Date: Mon, 25 Oct 1993 17:59:50 +0000 (-0700) Subject: (LONG_DOUBLE_TYPE_SIZE): Do define here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=05710c13c2bc1b2421173488ed90e614fc48c0dc;p=gcc.git (LONG_DOUBLE_TYPE_SIZE): Do define here. From-SVN: r5882 --- diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index dee4f88f80e..eb60e10b292 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -225,3 +225,9 @@ do { \ || (CHAR) == 'A' \ || (CHAR) == 'h' \ || (CHAR) == 'z') + +/* ??? This does not work in SunOS 4.x, so it is not enabled in sparc.h. + Instead, it is enabled here, 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