From: Kazu Hirata Date: Thu, 29 Jan 2004 02:19:44 +0000 (+0000) Subject: mcore.c (mcore_external_libcall): Add a comment. X-Git-Tag: releases/gcc-4.0.0~10585 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc7efe6ea91a0ce3c619490c254529c33ba56f2b;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ad1d1f441da5..fd66cf6a0b5d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-01-28 Kazu Hirata + + * config/mcore/mcore.c (mcore_external_libcall): Add a + comment. + (mcore_return_in_memory): Likewise. + 2004-01-28 Kazu Hirata * config/mcore/mcore-protos.h: Remove the prototype for diff --git a/gcc/config/mcore/mcore.c b/gcc/config/mcore/mcore.c index 167862814402..1aaf7fcc4605 100644 --- a/gcc/config/mcore/mcore.c +++ b/gcc/config/mcore/mcore.c @@ -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) {