diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-12-08 15:04:10 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-12-08 15:04:10 -0800 |
commit | 34aaacec0ef88f10710110dcfdb294b7a2d40336 (patch) | |
tree | 6417cb7d0eba8cf78e740e465ec919da3ca19335 /gcc | |
parent | dc67e35c1db4ca004e89e4a6e588420d8771a7ec (diff) | |
download | gcc-34aaacec0ef88f10710110dcfdb294b7a2d40336.zip gcc-34aaacec0ef88f10710110dcfdb294b7a2d40336.tar.gz gcc-34aaacec0ef88f10710110dcfdb294b7a2d40336.tar.bz2 |
(APPLY_RESULT_SIZE): Define.
From-SVN: r6197
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 42a91ef..2ce76de 100644 --- a/gcc/config/sparc/sparc.h +++ b/gcc/config/sparc/sparc.h @@ -774,6 +774,11 @@ extern char leaf_reg_backmap[]; #define FUNCTION_VALUE_REGNO_P(N) ((N) == 8 || (N) == 32) +/* Define the size of space to allocate for the return value of an + untyped_call. */ + +#define APPLY_RESULT_SIZE 16 + /* 1 if N is a possible register number for function argument passing. On SPARC, these are the "output" registers. */ |