Fw: Re: Java interpreter on ARM GNU/Linux

Daniel Jacobowitz dan@debian.org
Fri Jul 13 03:03:00 GMT 2007


On Thu, Jul 12, 2007 at 11:53:19PM +0100, Wookey wrote:
> I can work around some of the failures, but I can't really be
> bothered: the real fix for this is EABI.

Unfortunately, the EABI won't fix this either.  In its native form it
supported neither forced unwinding nor _Unwind_Backtrace; we added
forced unwinding for the benefit of NPTL (though we're still talking
to ARM intermittently about its semantics).  But no one's tried to
make _Unwind_Backtrace work yet, and it's not clear how to.  To me
anyway.  I've thought about recognizing the standard and/or GNU
personality routines in libgcc...

-- 
Daniel Jacobowitz
CodeSourcery



More information about the Java mailing list