From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23132 invoked by alias); 5 Apr 2006 19:21:27 -0000 Received: (qmail 23121 invoked by uid 22791); 5 Apr 2006 19:21:27 -0000 X-Spam-Check-By: sourceware.org Received: from dsl027-180-168.sfo1.dsl.speakeasy.net (HELO sunset.davemloft.net) (216.27.180.168) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Apr 2006 19:21:26 +0000 Received: from localhost ([127.0.0.1] ident=davem) by sunset.davemloft.net with esmtp (Exim 4.60) (envelope-from ) id 1FRDXk-00068V-Cb; Wed, 05 Apr 2006 12:19:52 -0700 Date: Wed, 05 Apr 2006 19:21:00 -0000 Message-Id: <20060405.121939.121894574.davem@davemloft.net> To: mark.kettenis@xs4all.nl Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH]: Fix signal frames on sparc*-*-linux* From: "David S. Miller" In-Reply-To: <200604051836.k35Ia0Il022834@elgar.sibelius.xs4all.nl> References: <20060404.164437.83533654.davem@davemloft.net> <200604051836.k35Ia0Il022834@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00060.txt.bz2 From: Mark Kettenis Date: Wed, 5 Apr 2006 20:36:00 +0200 (CEST) > > 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. Done, thanks for reviewing.