From: Jim Wilson Date: Fri, 18 Mar 1994 20:26:04 +0000 (-0800) Subject: (init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro. X-Git-Tag: misc/cutover-egcs-0~7134 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=927c745d807e746b0036bd57aa36ef923c3e68cc;p=thirdparty%2Fgcc.git (init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro. From-SVN: r6809 --- diff --git a/gcc/optabs.c b/gcc/optabs.c index 3de64715d5bd..46eb82381e91 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