From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27345 invoked by alias); 5 Apr 2006 18:37:07 -0000 Received: (qmail 27337 invoked by uid 22791); 5 Apr 2006 18:37:07 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Apr 2006 18:37:06 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k35Ia0uq003514; Wed, 5 Apr 2006 20:36:01 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id k35Ia04i031370; Wed, 5 Apr 2006 20:36:00 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id k35Ia0Il022834; Wed, 5 Apr 2006 20:36:00 +0200 (CEST) Date: Wed, 05 Apr 2006 18:37:00 -0000 Message-Id: <200604051836.k35Ia0Il022834@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: davem@davemloft.net CC: gdb-patches@sources.redhat.com In-reply-to: <20060404.164437.83533654.davem@davemloft.net> Subject: Re: [PATCH]: Fix signal frames on sparc*-*-linux* References: <20060404.164437.83533654.davem@davemloft.net> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00056.txt.bz2 > Date: Tue, 04 Apr 2006 16:44:37 -0700 (PDT) > From: "David S. Miller" > > 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 > > * 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.