Commit 159c2aed by Doug Evans

(init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS.

From-SVN: r7725
parent 44d65d84
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment