From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18394 invoked by alias); 9 Nov 2004 15:20:49 -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 18236 invoked from network); 9 Nov 2004 15:20:40 -0000 Received: from unknown (HELO walton.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org with SMTP; 9 Nov 2004 15:20:40 -0000 Received: from elgar.sibelius.xs4all.nl (elgar.sibelius.xs4all.nl [192.168.0.2]) by walton.sibelius.xs4all.nl (8.13.0/8.13.0) with ESMTP id iA9FKP6h023514; Tue, 9 Nov 2004 16:20:25 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (localhost [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6) with ESMTP id iA9FKPet091019; Tue, 9 Nov 2004 16:20:25 +0100 (CET) (envelope-from kettenis@elgar.sibelius.xs4all.nl) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.12.6p3/8.12.6/Submit) id iA9FKPfV091016; Tue, 9 Nov 2004 16:20:25 +0100 (CET) Date: Tue, 09 Nov 2004 15:20:00 -0000 Message-Id: <200411091520.iA9FKPfV091016@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sources.redhat.com In-reply-to: <20041109150510.GA9022@nevyn.them.org> (message from Daniel Jacobowitz on Tue, 9 Nov 2004 10:05:10 -0500) Subject: Re: [rfa] Fix DW_CFA_restore References: <20041109150510.GA9022@nevyn.them.org> X-SW-Source: 2004-11/txt/msg00158.txt.bz2 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.