mcore.c (mcore_external_libcall): Add a comment.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 29 Jan 2004 02:19:44 +0000 (02:19 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 29 Jan 2004 02:19:44 +0000 (02:19 +0000)
* config/mcore/mcore.c (mcore_external_libcall): Add a
comment.
(mcore_return_in_memory): Likewise.

From-SVN: r76836

gcc/ChangeLog
gcc/config/mcore/mcore.c

index ad1d1f441da55e189a21cccd59fc0f82675fac11..fd66cf6a0b5d1e92e3bedf3e1dd8f3b66d95aee0 100644 (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
index 167862814402a070d09ac350b96bbbe54bd31a68..1aaf7fcc4605100e67661691d63538787096fc5b 100644 (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)
 {