]> git.ipfire.org Git - thirdparty/gcc.git/commit
langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
authorAndrew Haley <aph@redhat.com>
Tue, 10 Jun 2003 16:43:39 +0000 (16:43 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Tue, 10 Jun 2003 16:43:39 +0000 (16:43 +0000)
commite076f71a38f9945415a6dd2b037b20c1de9b6d3b
tree7ccc0967b6f9a3aa999e7661ed16ff9f1bebe3cc
parente7e09ad8f27d4a239b2109f719e69753e4f3abc7
langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.

2003-05-21  Andrew Haley  <aph@redhat.com>

* langhooks-def.h (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
(LANG_HOOKS_DECLS): Add LANG_HOOKS_DECL_OK_FOR_SIBCALL.
(lhd_decl_ok_for_sibcall): New.
* langhooks.c (lhd_decl_ok_for_sibcall): New.
* langhooks.h (lang_hooks_for_decls.ok_for_sibcall): New field.
* calls.c (expand_call): Check lang_hook before generating a
sibcall.

2003-05-21  Andrew Haley  <aph@redhat.com>

* lang.c (LANG_HOOKS_DECL_OK_FOR_SIBCALL): New.
(java_decl_ok_for_sibcall): New.

From-SVN: r67713
gcc/ChangeLog
gcc/calls.c
gcc/java/ChangeLog
gcc/java/lang.c
gcc/langhooks-def.h
gcc/langhooks.c
gcc/langhooks.h