summaryrefslogtreecommitdiff
path: root/gcc/config/clipper
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-05-27 17:44:59 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-05-27 17:44:59 -0400
commit4326de0b2550fd4e7e7399bf6f3ed6ef1598667e (patch)
treec6281a56dbdd350b0273ca4736a05867571c31c6 /gcc/config/clipper
parente4c83b5283be8d252a28dd12c1351e83145f80d5 (diff)
downloadgcc-4326de0b2550fd4e7e7399bf6f3ed6ef1598667e.tar.gz
(PCC_STATIC_STRUCT_RETURN): No longer defined.
From-SVN: r7374
Diffstat (limited to 'gcc/config/clipper')
-rw-r--r--gcc/config/clipper/clipper.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/config/clipper/clipper.h b/gcc/config/clipper/clipper.h
index 1e3adb69607..c0294b38dd9 100644
--- a/gcc/config/clipper/clipper.h
+++ b/gcc/config/clipper/clipper.h
@@ -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