Commit dc7efe6e by Kazu Hirata Committed by Kazu Hirata

mcore.c (mcore_external_libcall): Add a comment.

	* config/mcore/mcore.c (mcore_external_libcall): Add a
	comment.
	(mcore_return_in_memory): Likewise.

From-SVN: r76836
parent 09a2b93a
2004-01-28 Kazu Hirata <kazu@cs.umass.edu> 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 * config/mcore/mcore-protos.h: Remove the prototype for
mcore_setup_incoming_varargs. mcore_setup_incoming_varargs.
* config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New. * config/mcore/mcore.c (TARGET_ASM_EXTERNAL_LIBCALL): New.
......
...@@ -3453,6 +3453,8 @@ mcore_asm_named_section (const char *name, unsigned int flags ATTRIBUTE_UNUSED) ...@@ -3453,6 +3453,8 @@ mcore_asm_named_section (const char *name, unsigned int flags ATTRIBUTE_UNUSED)
} }
#endif /* OBJECT_FORMAT_ELF */ #endif /* OBJECT_FORMAT_ELF */
/* Worker function for TARGET_ASM_EXTERNAL_LIBCALL. */
static void static void
mcore_external_libcall (rtx fun) mcore_external_libcall (rtx fun)
{ {
...@@ -3461,6 +3463,8 @@ mcore_external_libcall (rtx fun) ...@@ -3461,6 +3463,8 @@ mcore_external_libcall (rtx fun)
fprintf (asm_out_file, "\n"); fprintf (asm_out_file, "\n");
} }
/* Worker function for TARGET_RETURN_IN_MEMORY. */
static bool static bool
mcore_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED) mcore_return_in_memory (tree type, tree fntype ATTRIBUTE_UNUSED)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment