summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-18 20:26:04 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-03-18 20:26:04 +0000
commit7757bc4c957a54dcb76ab9e9066d30c1dc1c2b24 (patch)
treec5e42956738f8d3e4587970ba357325c33385201 /gcc/optabs.c
parentc27daa59dc8c73ed3c852e083fa17f7c44c780d7 (diff)
downloadgcc-7757bc4c957a54dcb76ab9e9066d30c1dc1c2b24.tar.gz
(init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6809 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 3de64715d5b..46eb82381e9 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -3909,7 +3909,9 @@ init_optabs ()
#ifdef FIX_TRUNCTFSI2_LIBCALL
fixtfsi_libfunc = gen_rtx (SYMBOL_REF, Pmode, FIX_TRUNCTFSI2_LIBCALL);
#endif
-
+#ifdef FIXUNS_TRUNCTFSI2_LIBCALL
+ fixunstfsi_libfunc = gen_rtx (SYMBOL_REF, Pmode, FIXUNS_TRUNCTFSI2_LIBCALL);
+#endif
}
#ifdef BROKEN_LDEXP