From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10072 invoked by alias); 14 Jun 2004 15:27:28 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 9953 invoked from network); 14 Jun 2004 15:27:26 -0000 Received: from unknown (HELO colossus.systems.pipex.net) (62.241.160.73) by sourceware.org with SMTP; 14 Jun 2004 15:27:26 -0000 Received: from nowt.org (81-178-225-237.dsl.pipex.com [81.178.225.237]) by colossus.systems.pipex.net (Postfix) with ESMTP id D4C441C0021F; Mon, 14 Jun 2004 16:27:24 +0100 (BST) Received: from wren.home (wren.home [192.168.1.7]) by nowt.org (Postfix) with ESMTP id 05772AC92; Mon, 14 Jun 2004 16:27:23 +0100 (BST) From: Paul Brook Organization: CodeSourcery To: gcc-patches@gcc.gnu.org Subject: Re: Patch ping Date: Mon, 14 Jun 2004 18:13:00 -0000 User-Agent: KMail/1.6.2 Cc: Daniel Jacobowitz , Mark Mitchell , "gcc-patches@gcc.gnu.org" References: <200406141210.23634.paul@codesourcery.com> <40CDBA87.9010403@codesourcery.com> <20040614151659.GA26392@nevyn.them.org> In-Reply-To: <20040614151659.GA26392@nevyn.them.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200406141627.24037.paul@codesourcery.com> X-SW-Source: 2004-06/txt/msg01026.txt.bz2 On Monday 14 June 2004 16:16, Daniel Jacobowitz wrote: > On Mon, Jun 14, 2004 at 07:47:35AM -0700, Mark Mitchell wrote: > > Paul Brook wrote: > > >The following patch seems to have slipped past without comment. > > > > > >Create DWARF3 cie frame entries: > > >http://gcc.gnu.org/ml/gcc-patches/2004-05/msg00845.html > > > > > >The infrastructure to support this change (ie. unwinder and debugger) > > >should now be in place. > > > > OK. > > Must we? This will silently regress debugging support for anyone using > the most recent released version of GDB or the upcoming GDB 6.1.1. It should have exactly zero impact because DW_CIE_VERSION is still 1. Unless I'm missing something of course... Paul