From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16074 invoked by alias); 14 Nov 2003 20:49:40 -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 16067 invoked from network); 14 Nov 2003 20:49:40 -0000 Received: from unknown (HELO touchme.toronto.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 14 Nov 2003 20:49:40 -0000 Received: from redhat.com (toocool.toronto.redhat.com [172.16.14.72]) by touchme.toronto.redhat.com (Postfix) with ESMTP id B1C80800350; Fri, 14 Nov 2003 15:49:39 -0500 (EST) Message-ID: <3FB53FE3.10301@redhat.com> Date: Fri, 14 Nov 2003 20:49:00 -0000 From: "J. Johnston" Organization: Red Hat Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: Andrew Cagney , Daniel Jacobowitz , Marcel Moolenaar , gdb-patches@sources.redhat.com Subject: Re: RFA: ia64 portion of libunwind patch 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> <1031114011736.ZM6030@localhost.localdomain> In-Reply-To: <1031114011736.ZM6030@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00308.txt.bz2 Patch checked in. Thanks. -- Jeff J. Kevin Buettner wrote: > 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 >