Declare __fixunsxfdi.

From-SVN: r5325
This commit is contained in:
Richard Stallman 1993-09-15 13:30:09 +00:00
parent 81d823048d
commit f70ad14cb4
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,7 @@ typedef union
extern DItype __fixunssfdi (SFtype a);
extern DItype __fixunsdfdi (DFtype a);
extern DItype __fixunsxfdi (XFtype a);
#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;