]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
(init_decl_processing): Add __builtin_aggregate_incoming_address.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 2 Aug 1997 17:15:09 +0000 (13:15 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 2 Aug 1997 17:15:09 +0000 (13:15 -0400)
From-SVN: r14609

gcc/c-decl.c

index 4662d39f2dd2586874b62cb523d3d34dfb865ff8..295e5941ab7a18bc3c9e41ce6f5ca7c86ae0540a 100644 (file)
@@ -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,