(init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS.

From-SVN: r7725
This commit is contained in:
Doug Evans 1994-07-11 22:37:14 +00:00
parent 44d65d8450
commit 159c2aedc6

View file

@ -4075,6 +4075,11 @@ init_optabs ()
#ifdef FIXUNS_TRUNCTFSI2_LIBCALL
fixunstfsi_libfunc = gen_rtx (SYMBOL_REF, Pmode, FIXUNS_TRUNCTFSI2_LIBCALL);
#endif
#ifdef INIT_TARGET_OPTABS
/* Allow the target to add more libcalls or rename some, etc. */
INIT_TARGET_OPTABS;
#endif
}
#ifdef BROKEN_LDEXP