This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] libffi on XScale (BE)
- From: Tom Tromey <tromey at redhat dot com>
- To: Quaritsch Markus <quam at qwws dot net>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: 26 Oct 2004 09:30:51 -0600
- Subject: Re: [PATCH] libffi on XScale (BE)
- References: <200410211122.29449.quam@qwws.net>
- Reply-to: tromey at redhat dot com
>>>>> ">" == Quaritsch Markus <quam@qwws.net> writes:
>> We've discovered a bug in the ffi-library on XScale (BE). When running the
>> testcase 'return_ll.c' in testsuite/libffi.call it aborts on line 35. The
>> problem is related to 64bit returnvalues which are not handled correctly.
>> The attached patch (for src/arm/sysv.S) fixes this issue by
>> obtaining the correct value for the returntype and the correct
>> address for the returnvalue.
Did this ever get reviewed?
Tom