aboutsummaryrefslogtreecommitdiff
path: root/gcc/libgcc2.c
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-09-15 13:30:09 +0000
committerRichard Stallman <rms@gnu.org>1993-09-15 13:30:09 +0000
commitf70ad14cb484fe7388cbafc6d38dc04a08a71ac9 (patch)
tree48ebbe05b41a244371caf9a2b78f4e89956236ef /gcc/libgcc2.c
parent81d823048d1e858d64b872224e6d0414df438445 (diff)
downloadgcc-f70ad14cb484fe7388cbafc6d38dc04a08a71ac9.zip
gcc-f70ad14cb484fe7388cbafc6d38dc04a08a71ac9.tar.gz
gcc-f70ad14cb484fe7388cbafc6d38dc04a08a71ac9.tar.bz2
Declare __fixunsxfdi.
From-SVN: r5325
Diffstat (limited to 'gcc/libgcc2.c')
-rw-r--r--gcc/libgcc2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index fb0a0a9..4dd2843 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -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;