From: Richard Stallman Date: Wed, 20 Oct 1993 05:10:13 +0000 (+0000) Subject: (LONG_DOUBLE_TYPE_SIZE): Define as 64 bits X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=db4f69a89fd3066430c948bcf4cde96e50cf3236;p=gcc.git (LONG_DOUBLE_TYPE_SIZE): Define as 64 bits due to FP emulator bugs in the target kernel. From-SVN: r5823 --- diff --git a/gcc/config/i386/sco.h b/gcc/config/i386/sco.h index 9bb8fd22f4b..028892879b5 100644 --- a/gcc/config/i386/sco.h +++ b/gcc/config/i386/sco.h @@ -16,6 +16,11 @@ #undef TARGET_DEFAULT #define TARGET_DEFAULT 0201 +/* Let's guess that the SCO software FPU emulator can't handle + 80-bit XFmode insns, so don't generate them. */ +#undef LONG_DOUBLE_TYPE_SIZE +#define LONG_DOUBLE_TYPE_SIZE 64 + /* Use crt1.o as a startup file and crtn.o as a closing file. */ #undef STARTFILE_SPEC