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
This commit is contained in:
Kazu Hirata 2004-01-29 02:19:44 +00:00 committed by Kazu Hirata
parent 09a2b93aa8
commit dc7efe6ea9
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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

View File

@ -3453,6 +3453,8 @@ mcore_asm_named_section (const char *name, unsigned int flags ATTRIBUTE_UNUSED)
}
#endif /* OBJECT_FORMAT_ELF */
/* Worker function for TARGET_ASM_EXTERNAL_LIBCALL. */
static void
mcore_external_libcall (rtx fun)
{
@ -3461,6 +3463,8 @@ 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)
{