Re: A question about java/lang.c:java_get_callee_fndecl.

2005-03-22 Thread Andrew Haley
Steven Bosscher writes: > On Tuesday 22 March 2005 09:11, Andrew Haley wrote: > > Kazu Hirata writes: > > > Hi, > > > > > > I see that the implementation of LANG_HOOKS_GET_CALLEE_FNDECL in Java > > > always returns NULL (at least for the time being). > > > > > > static tree > > > ja

Re: A question about java/lang.c:java_get_callee_fndecl.

2005-03-22 Thread Steven Bosscher
On Tuesday 22 March 2005 09:11, Andrew Haley wrote: > Kazu Hirata writes: > > Hi, > > > > I see that the implementation of LANG_HOOKS_GET_CALLEE_FNDECL in Java > > always returns NULL (at least for the time being). > > > > static tree > > java_get_callee_fndecl (tree call_expr) > > { > >

Re: A question about java/lang.c:java_get_callee_fndecl.

2005-03-22 Thread Andrew Haley
Kazu Hirata writes: > Hi, > > I see that the implementation of LANG_HOOKS_GET_CALLEE_FNDECL in Java > always returns NULL (at least for the time being). > > static tree > java_get_callee_fndecl (tree call_expr) > { > tree method, table, element, atable_methods; > > HOST_WIDE_INT i