summaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorDoug Evans <dje@gnu.org>1994-07-11 22:37:14 +0000
committerDoug Evans <dje@gnu.org>1994-07-11 22:37:14 +0000
commit159c2aedc68ef2d82cb9adcd668bf883b519a14f (patch)
tree93cd09b83a911db79470dc9ff0941a517e720186 /gcc/optabs.c
parent44d65d8450722d05e0f183b95ae396319a3190b6 (diff)
downloadgcc-159c2aedc68ef2d82cb9adcd668bf883b519a14f.tar.gz
(init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS.
From-SVN: r7725
Diffstat (limited to 'gcc/optabs.c')
-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