This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]: Fix signal frames on sparc*-*-linux*


> Date: Tue, 04 Apr 2006 16:44:37 -0700 (PDT)
> From: "David S. Miller" <davem@davemloft.net>
> 
> The current code is pulling the register window out of the
> trampoline's stack frame, not the signal stack frame.
> 
> The other targets were getting this right.
> 
> This fixes that.
> 
> Any objections?

By all means, go ahead and commit.

> 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
> 
> 	* sparc-linux-tdep.c (sparc32_linux_sigframe_init): Pull register
> 	window out of the correct stack frame.
> 	* sparc64-linux-tdep.c (sparc64_linux_sigframe_init): Likewise.


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