OSDN Git Service

* config/sh/t-symbian: Add rule to build sh-c.o
[pf3gnuchains/gcc-fork.git] / gcc / config / floatunditf.c
index 27fa058..1583e2a 100644 (file)
@@ -1,5 +1,5 @@
 /* Public domain.  */
-#if __LDBL_MANT_DIG__ == 106
+#if __LDBL_MANT_DIG__ == 106 || __LDBL_MANT_DIG__ == 113
 typedef int DItype __attribute__ ((mode (DI)));
 typedef int SItype __attribute__ ((mode (SI)));
 typedef unsigned int UDItype __attribute__ ((mode (DI)));