OSDN Git Service

(LONG_DOUBLE_TYPE_SIZE): Define as 64 bits
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 1993 05:10:13 +0000 (05:10 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 1993 05:10:13 +0000 (05:10 +0000)
due to FP emulator bugs in the target kernel.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5823 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/i386/sco.h

index 9bb8fd2..0288928 100644 (file)
 #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