From 34aaacec0ef88f10710110dcfdb294b7a2d40336 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 8 Dec 1993 15:04:10 -0800 Subject: [PATCH] (APPLY_RESULT_SIZE): Define. From-SVN: r6197 --- gcc/config/sparc/sparc.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/sparc/sparc.h b/gcc/config/sparc/sparc.h index 42a91efb26a..2ce76de637e 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. */ -- 2.30.2