From 59d7764f95a1c95f7b96dadba0935c7182b7c370 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Tue, 23 Mar 1993 11:32:21 -0800 Subject: [PATCH] (RETURN_IN_MEMORY): Update comment. From-SVN: r3855 --- gcc/config/sparc/sparc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index b017400f071..eebcb433ebd 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -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) -- 2.30.2