This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Patch for i386-darwin: test suite results
Sandro Tolaini writes:
>
> On 17/mar/2006, at 00:57, Andrew Pinski wrote:
>
> > Actually it looks like libffi is still not working as you no longer
> > have eh info for x86-darwin. This is why all the gij tests fail.
>
> I have implemented EH for Darwin/x86 and now much more tests pass:
OK, so the only things now failing are the tests that rely on throwing
exceptions from signal handlers. Make sure that the line
can_unwind_signal=no
is present under i[34567]86-*-*-darwin in libjava's configure.host.
Andrew.