This is the mail archive of the java@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]

Re: 3.0: unwinder changes


Jeff Sturm writes:
 > 
 > 
 > On Tue, 29 May 2001, Andrew Haley wrote:
 > > This patch fixes unwinding on PPC, i386, and Alpha.
 > 
 > Andrew, do you have any idea what needs to be done for sparc?  I've got
 > testsuite failures on Invoke_1 and Thread_Alive, both related to signal
 > handling.
 > 
 > I'm assuming changes may be needed similar to what you did for
 > i386-signal.h.

The critical file is config/sparc/linux.h, where we need to define
MD_FALLBACK_FRAME_STATE_FOR.  This routine is basically just a
structure copy, copying each register from the save area in the
sigcontext left by the kernel to the frame state in the unwinder.
There are already examples for PPC, x86, and Alpha.

Andrew.



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