mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-19 20:30:07 +08:00
(init_decl_processing): Add __builtin_aggregate_incoming_address.
From-SVN: r14609
This commit is contained in:
parent
7815214ef7
commit
18989c57d3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user