From 784d7cce8585df1b850cec5d33d582a83c72459e Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Tue, 18 Sep 2001 22:00:37 +0000 Subject: [PATCH] config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): Define as 0. From-SVN: r45686 --- gcc/ChangeLog | 5 +++++ gcc/config/stormy16/stormy16.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 152cbeb1977..4375bacc157 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-09-18 Catherine Moore + + * config/stormy16/stormy16.h (DEFAULT_PCC_STRUCT_RETURN): + Define as 0. + 2001-09-18 Ulrich Weigand : * config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to diff --git a/gcc/config/stormy16/stormy16.h b/gcc/config/stormy16/stormy16.h index 7948ea84dff..a6badd17ba2 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 */