This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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 ping: MIPS ffi=o32 patch...


Bryce McKinlay wrote:
> David/Casey,
> 
> I'm no MIPS or libffi expert, but this patch looks fine to me. You 
> should also check that libffi's ffitest continues to work on MIPS. 
> Otherwise, OK to commit.
> 

The libffi testsuite contains all the tests that were in ffitest and more.

Here is my problem.  I configured GCC --with-float=soft which has a
different ABI than --with-float=hard.  Casey's implementation works only
with hard float.

The good news is we get many XPASSes.  The failures I see are for
floating point and structure parameters and return values.

I would like to commit as is, and then as a follow up patch fix things
so that the soft float ABI works also.

I am assuming that hard float works on Casey's word.

May I do this?

David Daney



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