OSDN Git Service

Declare __fixunsxfdi.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 1993 13:30:09 +0000 (13:30 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 Sep 1993 13:30:09 +0000 (13:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5325 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/libgcc2.c

index fb0a0a9..4dd2843 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;