OSDN Git Service

2003-02-12 Ranjit Mathew <rmathew@hotmail.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2003 23:39:50 +0000 (23:39 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Feb 2003 23:39:50 +0000 (23:39 +0000)
commit0d35194bc0252a8c5488564809d3dc2de9e2f743
treed6c0a327ca1e0c7251a002f72b3c77ceb151d70e
parentc8adb15003cb3835e60f12d7cb15db610b3321a7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62795 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/expr.c