(APPLY_RESULT_SIZE): Define.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 8 Dec 1993 23:04:10 +0000 (15:04 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 8 Dec 1993 23:04:10 +0000 (15:04 -0800)
From-SVN: r6197

gcc/config/sparc/sparc.h

index 42a91efb26a3d135a291b540692484afe7d7c540..2ce76de637e44853829eaa06921336f2f175e825 100644 (file)
@@ -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.  */