aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1997-08-02 17:15:09 +0000
committerRichard Kenner <kenner@vlsi1.ultra.nyu.edu>1997-08-02 17:15:09 +0000
commit845b2dccfb80491ec4a7cc0e10d0fa836adae94a (patch)
tree97b02a1d60563ef1e6c63bf06f02e8858844fecc
parent6a0f22270834e90dbfd65592048d6b70b2f4eafb (diff)
(init_decl_processing): Add __builtin_aggregate_incoming_address.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@14609 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/c-decl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index 4662d39f2dd..295e5941ab7 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -3182,6 +3182,10 @@ init_decl_processing ()
endlink)),
BUILT_IN_FRAME_ADDRESS, NULL_PTR);
+ builtin_function ("__builtin_aggregate_incoming_address",
+ build_function_type (ptr_type_node, NULL_TREE),
+ BUILT_IN_AGGREGATE_INCOMING_ADDRESS, NULL_PTR);
+
builtin_function ("__builtin_alloca",
build_function_type (ptr_type_node,
tree_cons (NULL_TREE,