Commit 4326de0b by Richard Kenner

(PCC_STATIC_STRUCT_RETURN): No longer defined.

From-SVN: r7374
parent e4c83b52
......@@ -413,9 +413,11 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS, LIM_REG_CLASSES};
((N) == 0 || (N) == 1 || (N) == 16 || (N) == 17)
/* Define this if PCC uses the nonreentrant convention for returning
structure and union values. */
structure and union values. Old Green Hills C-Clipper returns static
structs but the newer Apogee compiler passes structs as hidden arg 0.
Structs etc are always passed in memory */
#define PCC_STATIC_STRUCT_RETURN
/* #define PCC_STATIC_STRUCT_RETURN */
/* Define a data type for recording info about an argument list
......
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