Declare __fixunsxfdi only if really have XFmode.
authorRichard Stallman <rms@gnu.org>
Sat, 18 Sep 1993 00:39:21 +0000 (00:39 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 18 Sep 1993 00:39:21 +0000 (00:39 +0000)
Likewise for __fixunstfdi.

From-SVN: r5349

gcc/libgcc2.c

index bd42c90f9683892c4d4a0da295332ea2f10cefef..d020e97b74852ff73a8298ec4822e26377f129ee 100644 (file)
@@ -115,8 +115,12 @@ typedef union
 
 extern DItype __fixunssfdi (SFtype a);
 extern DItype __fixunsdfdi (DFtype a);
+#if LONG_DOUBLE_TYPE_SIZE == 96
 extern DItype __fixunsxfdi (XFtype a);
+#endif
+#if LONG_DOUBLE_TYPE_SIZE == 128
 extern DItype __fixunstfdi (TFtype a);
+#endif
 \f
 #if defined (L_negdi2) || defined (L_divdi3) || defined (L_moddi3)
 #if defined (L_divdi3) || defined (L_moddi3)