From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13664 invoked by alias); 14 Nov 2003 01:17:46 -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 13657 invoked from network); 14 Nov 2003 01:17:45 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 14 Nov 2003 01:17:45 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hAE1HjM29710 for ; Thu, 13 Nov 2003 20:17:45 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hAE1Hi628104; Thu, 13 Nov 2003 20:17:44 -0500 Received: from localhost.localdomain (vpn50-2.rdu.redhat.com [172.16.50.2]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hAE1Hgg0023247; Thu, 13 Nov 2003 20:17:42 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hAE1Hbd06031; Thu, 13 Nov 2003 18:17:37 -0700 Date: Fri, 14 Nov 2003 01:17:00 -0000 From: Kevin Buettner Message-Id: <1031114011736.ZM6030@localhost.localdomain> In-Reply-To: "J. Johnston" "Re: RFA: ia64 portion of libunwind patch" (Nov 13, 7:26pm) References: <3F986E31.8050201@redhat.com> <1031024175718.ZM3475@localhost.localdomain> <3F996D88.9060505@redhat.com> <1031024185625.ZM9827@localhost.localdomain> <3F9F0180.2010702@redhat.com> <20031029012833.GA11070@nevyn.them.org> <3FA043B2.6090401@redhat.com> <3FA7F97B.4090909@redhat.com> <3FB4211F.9040603@redhat.com> To: "J. Johnston" Subject: Re: RFA: ia64 portion of libunwind patch Cc: Andrew Cagney , Daniel Jacobowitz , Kevin Buettner , Marcel Moolenaar , gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-11/txt/msg00285.txt.bz2 On Nov 13, 7:26pm, J. Johnston wrote: > I have just added a new patch which accounts for Andrew's latest xfer_partial > changes. > > 2003-11-13 Jeff Johnston > > * config/ia64/nm-linux.h (NATIVE_XFER_UNWIND_TABLE): New macro to > set up the ia64 linux native target method for getting the kernel > unwind table. > * ia64-linux-nat.c (ia64_linux_xfer_unwind_table): New function. > * inftarg.c (child_xfer_partial): Enable section of code to > handle TARGET_OBJECT_UNWIND_TABLE. > * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE macro. Okay. Kevin