Commit 59d7764f by Jim Wilson

(RETURN_IN_MEMORY): Update comment.

From-SVN: r3855
parent e419152d
...@@ -443,9 +443,7 @@ extern int leaf_function; ...@@ -443,9 +443,7 @@ extern int leaf_function;
#define FINALIZE_PIC finalize_pic () #define FINALIZE_PIC finalize_pic ()
/* Sparc ABI says that quad-precision floats and all structures are returned /* Sparc ABI says that quad-precision floats and all structures are returned
in memory. We go along regarding floats, but for structures in memory. */
we follow GCC's normal policy. Use -fpcc-struct-value
if you want to follow the ABI. */
#define RETURN_IN_MEMORY(TYPE) \ #define RETURN_IN_MEMORY(TYPE) \
(TYPE_MODE (TYPE) == BLKmode || TYPE_MODE (TYPE) == TFmode) (TYPE_MODE (TYPE) == BLKmode || TYPE_MODE (TYPE) == TFmode)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment