(RETURN_IN_MEMORY): Update comment.
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 23 Mar 1993 19:32:21 +0000 (11:32 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 23 Mar 1993 19:32:21 +0000 (11:32 -0800)
From-SVN: r3855

gcc/config/sparc/sparc.h

index b017400f071a7ace7f82a544329a1d75c1f79432..eebcb433ebd191298479ebfc60c26b1b9d00eb72 100644 (file)
@@ -443,9 +443,7 @@ extern int leaf_function;
 #define FINALIZE_PIC finalize_pic ()
 
 /* Sparc ABI says that quad-precision floats and all structures are returned
-   in memory.  We go along regarding floats, but for structures
-   we follow GCC's normal policy.  Use -fpcc-struct-value
-   if you want to follow the ABI.  */
+   in memory.  */
 #define RETURN_IN_MEMORY(TYPE) \
   (TYPE_MODE (TYPE) == BLKmode || TYPE_MODE (TYPE) == TFmode)