From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4605 invoked by alias); 29 Oct 2003 01:28:41 -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 4574 invoked from network); 29 Oct 2003 01:28:38 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sources.redhat.com with SMTP; 29 Oct 2003 01:28:38 -0000 Received: from drow by nevyn.them.org with local (Exim 4.24 #1 (Debian)) id 1AEf8T-0003tB-47; Tue, 28 Oct 2003 20:28:33 -0500 Date: Wed, 29 Oct 2003 01:28:00 -0000 From: Daniel Jacobowitz To: "J. Johnston" Cc: Kevin Buettner , Marcel Moolenaar , ac131313@redhat.com, gdb-patches@sources.redhat.com Subject: Re: RFA: ia64 portion of libunwind patch Message-ID: <20031029012833.GA11070@nevyn.them.org> Mail-Followup-To: "J. Johnston" , Kevin Buettner , Marcel Moolenaar , ac131313@redhat.com, gdb-patches@sources.redhat.com References: <3F986E31.8050201@redhat.com> <1031024175718.ZM3475@localhost.localdomain> <3F996D88.9060505@redhat.com> <1031024185625.ZM9827@localhost.localdomain> <3F9F0180.2010702@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F9F0180.2010702@redhat.com> User-Agent: Mutt/1.5.1i X-SW-Source: 2003-10/txt/msg00828.txt.bz2 On Tue, Oct 28, 2003 at 06:53:36PM -0500, J. Johnston wrote: > I have addressed your comments below. The bfd stuff (map_segment, > map_info) has been replaced by a simple call to bfd_bread(). I have moved > the getunwind syscall stuff into ia64-linux-tdep.c and I access it via the > gdbarch_tdep structure. Nothing which involves a syscall is acceptable in a tdep file. That's what the t means - target support. Move it to the -nat file. I don't know how you should integrate it with the gdbarch tdep. -- Daniel Jacobowitz MontaVista Software Debian GNU/Linux Developer