From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14055 invoked by alias); 17 May 2006 14:53:13 -0000 Received: (qmail 14043 invoked by uid 22791); 17 May 2006 14:53:12 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 17 May 2006 14:53:10 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FgNOe-0001Gj-Cw; Wed, 17 May 2006 10:53:08 -0400 Date: Wed, 17 May 2006 15:01:00 -0000 From: Daniel Jacobowitz To: Michael Snyder , gdb-patches@sourceware.org, Jim Blandy Subject: Re: [RFA/RFC] dwarf2-frame read_reg Message-ID: <20060517145308.GB4118@nevyn.them.org> Mail-Followup-To: Michael Snyder , gdb-patches@sourceware.org, Jim Blandy References: <443C7529.7020206@redhat.com> <20060505194429.GN31029@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060505194429.GN31029@nevyn.them.org> User-Agent: Mutt/1.5.11+cvs20060403 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-05/txt/msg00378.txt.bz2 On Fri, May 05, 2006 at 03:44:29PM -0400, Daniel Jacobowitz wrote: > I think the thread consensus was to do the attached. I've tested it on > x86_64, and I'm fairly confident in it. Any concerns? (Concerns that > come with test results for some other platform are the best kind!) > 2006-05-05 Daniel Jacobowitz > > * dwarf2-frame.c: Include "value.h". > (read_reg): Use unpack_long and register_type. > * Makefile.in (dwarf2-frame.o): Update. There weren't any concerns, so I have committed this. -- Daniel Jacobowitz CodeSourcery