(init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS.
From-SVN: r7725
This commit is contained in:
parent
44d65d8450
commit
159c2aedc6
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue