(init_optabs): Allow target specific libcalls with INIT_TARGET_OPTABS.
authorDoug Evans <dje@gnu.org>
Mon, 11 Jul 1994 22:37:14 +0000 (22:37 +0000)
committerDoug Evans <dje@gnu.org>
Mon, 11 Jul 1994 22:37:14 +0000 (22:37 +0000)
From-SVN: r7725

gcc/optabs.c

index 79f47681c3044454a7195ce92173804b3ba70d60..427ccf46bb3c7d9a3fa5e046df75baf766aed708 100644 (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
 }
 \f
 #ifdef BROKEN_LDEXP