This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: libffi: new typedef for return value
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Tom Tromey <tromey at redhat dot com>, java-patches at gcc dot gnu dot org, green at redhat dot com
- Date: Sun, 24 Feb 2002 16:31:28 +1300
- Subject: Re: libffi: new typedef for return value
- References: <Pine.LNX.4.10.10202230908360.16702-100000@mars.deadcafe.org>
Jeff Sturm wrote:
>On 22 Feb 2002, Tom Tromey wrote:
>
>>Anthony told me today he'd have some hacking time this weekend, so
>>hopefully this issue will get resolved soon. This is one of the two
>>"must fix" bugs I have listed for 3.1.
>>
>
>Here's what I'm testing now. It depends on the ffi_arg patch and is
>considerably shorter than what I posted before.
>
>Tested on alphaev56-linux. (I'll see what I can do to get on a sparc this
>weekend.)
>
>2002-02-23 Jeff Sturm <jsturm@one-point.com>
>
> * java/lang/reflect/natMethod.cc (_Jv_CallAnyMethodA):
> Define ffi_result union for ffi_call result. Cast
> ffi_result members to jvalue.
>
Cheers Jeff. I can confirm that this fixes the problem on PowerPC linux.
Please check it in, unless Anthony wants to do something different with
the libffi part?
regards
Bryce.