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: MIPS support for libjava (version 2).


David Daney writes:
 > Andrew Haley wrote:
 > 
 > >One thing that's possible: if you can't do a full dejagnu test run,
 > >you could check your changes in but we'll have to leave the status of
 > >this port as "untested".  It's better to do that than to lose the code
 > >altogether, I think.
 > >
 > I was able to run the testsuite via dejagnu.

Oh, excellent.

 > Unfortunatly I found a couple of bugs that I am trying to resolve.

Ah.  Well, I'm glad you ran the tests!

 > One is throwing exceptions from leaf methods (the PR218 test).  The 
 > problem is not in my code.  The compiler is emitting incorrect 
 > "eh_frame" data for this case.  If you could point me to where to look 
 > to correct it, that would be helpful.

Sure.  It would help me if you could post the disassembly of the code
and the ouput of 'readelf --debug=F' for the method.

Andrew.


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