aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-09-15 22:09:57 +0000
committerRichard Stallman <rms@gnu.org>1993-09-15 22:09:57 +0000
commitcc3cdac3bbb122bd647b0d9521a9b8b93218fc21 (patch)
treec931fc905263d9be3f264d986c3901951a832a3e /gcc
parent8e1404b384f324c67332950787a72ff08a64854d (diff)
downloadgcc-cc3cdac3bbb122bd647b0d9521a9b8b93218fc21.zip
gcc-cc3cdac3bbb122bd647b0d9521a9b8b93218fc21.tar.gz
gcc-cc3cdac3bbb122bd647b0d9521a9b8b93218fc21.tar.bz2
Declare __fixunstfdi.
From-SVN: r5333
Diffstat (limited to 'gcc')
-rw-r--r--gcc/libgcc2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index 4dd2843..bd42c90 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -116,6 +116,7 @@ typedef union
extern DItype __fixunssfdi (SFtype a);
extern DItype __fixunsdfdi (DFtype a);
extern DItype __fixunsxfdi (XFtype a);
+extern DItype __fixunstfdi (TFtype a);
#if defined (L_negdi2) || defined (L_divdi3) || defined (L_moddi3)
#if defined (L_divdi3) || defined (L_moddi3)