decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to reflect the...
authorRanjit Mathew <rmathew@hotmail.com>
Wed, 12 Feb 2003 23:39:50 +0000 (23:39 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Wed, 12 Feb 2003 23:39:50 +0000 (23:39 +0000)
commit697ec3260d91cf5b268fc2d33f45665806593ad5
treed6c0a327ca1e0c7251a002f72b3c77ceb151d70e
parent2bbfc54272ae1622f1935f916f47eec7373bd943
decl.c (java_init_decl_processing): Change soft_lookupjnimethod_node to reflect the change in signature of...

2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>

* decl.c (java_init_decl_processing): Change
soft_lookupjnimethod_node to reflect the change in
signature of _Jv_LookupJNIMethod in libjava/jni.cc
* expr.c (build_jni_stub): Calculate and pass the size
on the stack of the arguments to a JNI function. Use
new target macro MODIFY_JNI_METHOD_CALL to allow a
target to modify the call to a JNI method.

From-SVN: r62795
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/expr.c