floatunditf.c: Use if __LDBL_MANT_DIG__ == 113.
authorRichard Sandiford <richard@codesourcery.com>
Mon, 13 Feb 2006 19:56:21 +0000 (19:56 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 13 Feb 2006 19:56:21 +0000 (19:56 +0000)
* config/floatunditf.c: Use if __LDBL_MANT_DIG__ == 113.
* config/fixtfdi.c: Likewise.
* config/fixunstfdi.c: Likewise.
* config/floatditf.c: Likewise.

From-SVN: r110923

gcc/ChangeLog
gcc/config/fixtfdi.c
gcc/config/fixunstfdi.c
gcc/config/floatditf.c
gcc/config/floatunditf.c

index a5c9761dc4681096cebb01b9ed5ce1415cbd18b9..8cb23e0a7b5a7a93aacb7dd32f8d815261e8f5b5 100644 (file)
@@ -1,3 +1,10 @@
+2006-02-13  Richard Sandiford  <richard@codesourcery.com>
+
+       * config/floatunditf.c: Use if __LDBL_MANT_DIG__ == 113.
+       * config/fixtfdi.c: Likewise.
+       * config/fixunstfdi.c: Likewise.
+       * config/floatditf.c: Likewise.
+
 2006-02-13  Roger Sayle  <roger@eyesopen.com>
 
        PR middle-end/24427
index 9fa13c248479c9e9977d2bbccc572c5aa5c0d0b7..42b8c2301c1c0cfdea7e4d8be6cdcdc18827bd55 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 float TFtype __attribute__ ((mode (TF)));
 
index ed81366dcfa47561c8c837ef8bd6bf173372a10c..4a0012a1abd6c9b2c9e616a26423ddf74cfca3d4 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)));
index 7656f2db37fe08f7dd0ed5f24de876cc18eab3df..9671ac710f13438202e05ec1127237387285a9a1 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)));
index 27fa058e79c523348b8731030f6e8b6c7cde30b9..1583e2a2e5684c2967a9c04cde6dbc6309c2f0b6 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)));