summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/optabs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 79f47681c30..427ccf46bb3 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -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