diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-27 21:44:59 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-05-27 21:44:59 +0000 |
commit | 9c886b373d5f4d7078e1df59c0cbef090dd029ea (patch) | |
tree | c6281a56dbdd350b0273ca4736a05867571c31c6 /gcc/config/clipper | |
parent | cb382e70cd1c846c7480694c167de6f93538d00f (diff) | |
download | gcc-9c886b373d5f4d7078e1df59c0cbef090dd029ea.tar.gz |
(PCC_STATIC_STRUCT_RETURN): No longer defined.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/clipper')
-rw-r--r-- | gcc/config/clipper/clipper.h | 6 |
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 |