From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27124 invoked by alias); 14 Jun 2004 15:49:46 -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 26877 invoked from network); 14 Jun 2004 15:49:43 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 14 Jun 2004 15:49:43 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BZtiR-0007CW-Kp for ; Mon, 14 Jun 2004 11:49:43 -0400 Date: Mon, 14 Jun 2004 18:22:00 -0000 From: Daniel Jacobowitz To: gcc-patches@gcc.gnu.org Subject: Re: Patch ping Message-ID: <20040614154943.GA27612@nevyn.them.org> Mail-Followup-To: gcc-patches@gcc.gnu.org References: <200406141210.23634.paul@codesourcery.com> <40CDBA87.9010403@codesourcery.com> <20040614151659.GA26392@nevyn.them.org> <200406141627.24037.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200406141627.24037.paul@codesourcery.com> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg01027.txt.bz2 On Mon, Jun 14, 2004 at 04:27:24PM +0100, Paul Brook wrote: > 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... Oops, you're right. Silly me, I assumed the patch did something :) -- Daniel Jacobowitz