From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10154 invoked by alias); 4 Nov 2003 20:48:34 -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 10147 invoked from network); 4 Nov 2003 20:48:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 4 Nov 2003 20:48:33 -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 hA4KmXM05159 for ; Tue, 4 Nov 2003 15:48:33 -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 hA4KmV632118; Tue, 4 Nov 2003 15:48:31 -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 hA4KmTJm023163; Tue, 4 Nov 2003 15:48:29 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hA4KmOx22622; Tue, 4 Nov 2003 13:48:24 -0700 Date: Tue, 04 Nov 2003 20:48:00 -0000 From: Kevin Buettner Message-Id: <1031104204824.ZM22621@localhost.localdomain> In-Reply-To: "J. Johnston" "Re: RFA: ia64 portion of libunwind patch" (Nov 4, 2:09pm) 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> To: "J. Johnston" , Andrew Cagney Subject: Re: RFA: ia64 portion of libunwind patch Cc: 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/msg00052.txt.bz2 On Nov 4, 2:09pm, J. Johnston wrote: > I have chosen the first option to implement the syscall. I have included a > patch here regarding this mechanism. > > Ok to commit? > > 2003-11-04 Jeff Johnston > > * config/ia64/nm-linux.h (CHILD_TO_XFER_PARTIAL): New macro to set up the > ia64 linux native target to_xfer_partial method. > (ia64_linux_xfer_partial): New prototype. > * ia64-linux-nat.c (ia64_linux_xfer_partial): New function. > * inftarg.c (init_child_ops)[CHILD_TO_XFER_PARTIAL]: Set up xfer partial > method if one provided via macro. > * target.c (init_dummy_target): Initialize to_xfer_partial to default. > * target.h (target_object): Add new TARGET_OBJECT_UNWIND_TABLE enum. The IA-64 specific portions of this patch are approved so long as the approach taken is acceptable to the target vector maintainer (Andrew). Note that we'll still (at some point) need to add machinery to remote.c in order to work with remote IA-64 targets. Kevin