diff options
author | Catherine Moore <clm@redhat.com> | 2001-09-18 22:00:37 +0000 |
---|---|---|
committer | Catherine Moore <clm@gcc.gnu.org> | 2001-09-18 18:00:37 -0400 |
commit | 784d7cce8585df1b850cec5d33d582a83c72459e (patch) | |
tree | c40d8d1f0d56203e183a29787a740d382d87591f /gcc/config | |
parent | 70eeb10b992831c1172a53b271ce7bfada4c4391 (diff) | |
download | gcc-784d7cce8585df1b850cec5d33d582a83c72459e.zip gcc-784d7cce8585df1b850cec5d33d582a83c72459e.tar.gz gcc-784d7cce8585df1b850cec5d33d582a83c72459e.tar.bz2 |
config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): Define as 0.
From-SVN: r45686
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/stormy16/stormy16.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 7948ea8..a6badd1 100644 --- a/gcc/config/stormy16/stormy16.h +++ b/gcc/config/stormy16/stormy16.h @@ -2292,7 +2292,7 @@ typedef int CUMULATIVE_ARGS; return values are decided by the `RETURN_IN_MEMORY' macro. If not defined, this defaults to the value 1. */ -/* #define DEFAULT_PCC_STRUCT_RETURN */ +#define DEFAULT_PCC_STRUCT_RETURN 0 /* If the structure value address is passed in a register, then `STRUCT_VALUE_REGNUM' should be the number of that register. */ @@ -5352,4 +5352,4 @@ do { \ extern struct rtx_def *stormy16_compare_op0, *stormy16_compare_op1; -/* End of generic.h */ +/* End of stormy16.h */ |