* config/mcore/mcore.c (mcore_external_libcall): Add a
comment.
(mcore_return_in_memory): Likewise.
From-SVN: r76836
+2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/mcore/mcore.c (mcore_external_libcall): Add a
+ comment.
+ (mcore_return_in_memory): Likewise.
+
2004-01-28 Kazu Hirata <kazu@cs.umass.edu>
* config/mcore/mcore-protos.h: Remove the prototype for
}
#endif /* OBJECT_FORMAT_ELF */
+/* Worker function for TARGET_ASM_EXTERNAL_LIBCALL. */
+
static void
mcore_external_libcall (rtx fun)
{
fprintf (asm_out_file, "\n");
}
+/* Worker function for TARGET_RETURN_IN_MEMORY. */
+
static bool
mcore_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
{