Commit f70ad14c by Richard Stallman

Declare __fixunsxfdi.

From-SVN: r5325
parent 81d82304
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment