From: Jim Wilson Date: Tue, 23 Mar 1993 19:32:21 +0000 (-0800) Subject: (RETURN_IN_MEMORY): Update comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59d7764f95a1c95f7b96dadba0935c7182b7c370;p=gcc.git (RETURN_IN_MEMORY): Update comment. From-SVN: r3855 --- 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)