Declare __fixunsxfdi.
authorRichard Stallman <rms@gnu.org>
Wed, 15 Sep 1993 13:30:09 +0000 (13:30 +0000)
committerRichard Stallman <rms@gnu.org>
Wed, 15 Sep 1993 13:30:09 +0000 (13:30 +0000)
From-SVN: r5325

gcc/libgcc2.c

index fb0a0a9cb583dd27d887361e4510c578d0a449d1..4dd28435714cf029b724dc76ebfc8a1f41e25dce 100644 (file)
@@ -115,6 +115,7 @@ typedef union
 
 extern DItype __fixunssfdi (SFtype a);
 extern DItype __fixunsdfdi (DFtype a);
+extern DItype __fixunsxfdi (XFtype a);
 \f
 #if defined (L_negdi2) || defined (L_divdi3) || defined (L_moddi3)
 #if defined (L_divdi3) || defined (L_moddi3)
@@ -640,6 +641,7 @@ __udivmoddi4 (n, d, rp)
 
 #ifdef L_divdi3
 UDItype __udivmoddi4 ();
+
 DItype
 __divdi3 (u, v)
      DItype u, v;