]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: Use new __builtin_init_heap_trampoline.
authorIan Lance Taylor <iant@google.com>
Fri, 27 Jan 2012 22:25:02 +0000 (22:25 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 27 Jan 2012 22:25:02 +0000 (22:25 +0000)
commit183dd1301c72cacee121b79651fb0dbe2f8cc864
treed398842589b29ac849e11574620ca087d812c8b1
parenta6bc04232912152fff06106d082c8f04a6d6fa91
compiler: Use new __builtin_init_heap_trampoline.

PR go/47656
* builtins.def (BUILT_IN_INIT_HEAP_TRAMPOLINE): Define.
* builtins.c (expand_builtin_init_trampoline): Add onstack
parameter.  Change caller.
(expand_builtin): Handle BUILT_IN_INIT_HEAP_TRAMPOLINE.
* tree.c (build_common_builtin_nodes): Declare
__builtin_init_heap_trampoline.

From-SVN: r183650
gcc/ChangeLog
gcc/builtins.c
gcc/builtins.def
gcc/go/gofrontend/gogo-tree.cc
gcc/tree.c