This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] libffi on XScale (BE)


On Tue, 2004-10-26 at 16:30, Tom Tromey wrote:
> >>>>> ">" == 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

I've just been looking at it right now.  Doesn't look right to me, but
I'm still investigating.

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]