diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-23 11:32:21 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-23 11:32:21 -0800 |
commit | 59d7764f95a1c95f7b96dadba0935c7182b7c370 (patch) | |
tree | d80ea10f4fc4fb1d182834f11a0fe67a587aa41c | |
parent | e419152dc72f54fd10741a84db06526818d25e42 (diff) | |
download | gcc-59d7764f95a1c95f7b96dadba0935c7182b7c370.zip gcc-59d7764f95a1c95f7b96dadba0935c7182b7c370.tar.gz gcc-59d7764f95a1c95f7b96dadba0935c7182b7c370.tar.bz2 |
(RETURN_IN_MEMORY): Update comment.
From-SVN: r3855
-rw-r--r-- | gcc/config/sparc/sparc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index b017400..eebcb43 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) |