This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Fix JNI failures on s390x
- From: Tom Tromey <tromey at redhat dot com>
- To: Ulrich Weigand <weigand at i1 dot informatik dot uni-erlangen dot de>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: 14 Oct 2004 12:13:17 -0600
- Subject: Re: [PATCH] Fix JNI failures on s390x
- References: <200410132334.BAA23347@faui1m.informatik.uni-erlangen.de>
- Reply-to: tromey at redhat dot com
>>>>> "Ulrich" == Ulrich Weigand <weigand@i1.informatik.uni-erlangen.de> writes:
Ulrich> OK for mainline?
Ulrich> ChangeLog:
Ulrich> * jni.cc (_Jv_JNIMethod::call): Use ffi_java_raw_call instead of
Ulrich> ffi_raw_call if FFI_NATIVE_RAW_API is not defined.
Please check this in. Thanks.
Tom