(FUNCTION_ARG_CALLEE_COPIES): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 6 Jun 1995 22:43:00 +0000 (18:43 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 6 Jun 1995 22:43:00 +0000 (18:43 -0400)
From-SVN: r9896

gcc/config/pa/pa.h

index 5b52a9d26e24141093eb66d8fe18a7165eb55805..414d67d979c0490169b5aa6bc3f64b0f67829f32 100644 (file)
@@ -992,6 +992,10 @@ struct hppa_args {int words, nargs_prototype; };
 
 #define FUNCTION_ARG_PASS_BY_REFERENCE(CUM, MODE, TYPE, NAMED)         \
   ((TYPE) && int_size_in_bytes (TYPE) > 8)
+#define FUNCTION_ARG_CALLEE_COPIES(CUM, MODE, TYPE, NAMED) \
+  ((TYPE) && int_size_in_bytes (TYPE) > 8)
+
 \f
 extern struct rtx_def *hppa_compare_op0, *hppa_compare_op1;
 extern enum cmp_type hppa_branch_type;