From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7031 invoked by alias); 9 Nov 2004 20:42:43 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 7015 invoked from network); 9 Nov 2004 20:42:36 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 9 Nov 2004 20:42:36 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CRcox-0002Db-UJ for ; Tue, 09 Nov 2004 15:42:32 -0500 Date: Tue, 09 Nov 2004 20:42:00 -0000 From: Daniel Jacobowitz To: gdb-patches@sources.redhat.com Subject: Re: [rfa] Fix DW_CFA_restore Message-ID: <20041109204231.GA8391@nevyn.them.org> Mail-Followup-To: gdb-patches@sources.redhat.com References: <20041109150510.GA9022@nevyn.them.org> <200411091520.iA9FKPfV091016@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200411091520.iA9FKPfV091016@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00176.txt.bz2 On Tue, Nov 09, 2004 at 04:20:25PM +0100, Mark Kettenis wrote: > Date: Tue, 9 Nov 2004 10:05:10 -0500 > From: Daniel Jacobowitz > > We weren't copying all of the initial registers to fs->initial because of a > typo. This shows up when debugging the vsyscall DSO, since its hand-written > CFI does cover its epilogue. > > OK? > > Sure. > > 2004-11-09 Daniel Jacobowitz > > * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated > size. Checked in for HEAD, thanks. -- Daniel Jacobowitz