diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-10-25 10:59:50 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-10-25 10:59:50 -0700 |
commit | 05710c13c2bc1b2421173488ed90e614fc48c0dc (patch) | |
tree | 55f5095f4a1dca3cf7e6bc322bcdc2d28f98c481 | |
parent | 195714793d623e7706b344d5944c3d21034ced25 (diff) | |
download | gcc-05710c13c2bc1b2421173488ed90e614fc48c0dc.zip gcc-05710c13c2bc1b2421173488ed90e614fc48c0dc.tar.gz gcc-05710c13c2bc1b2421173488ed90e614fc48c0dc.tar.bz2 |
(LONG_DOUBLE_TYPE_SIZE): Do define here.
From-SVN: r5882
-rw-r--r-- | gcc/config/sparc/sol2.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index dee4f88..eb60e10 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 |