From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14535 invoked by alias); 12 Jun 2003 21:44:03 -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 14521 invoked from network); 12 Jun 2003 21:44:02 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 Jun 2003 21:44:02 -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 h5CLi2H28382 for ; Thu, 12 Jun 2003 17:44:02 -0400 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 h5CLi2I06557 for ; Thu, 12 Jun 2003 17:44:02 -0400 Received: from localhost.localdomain (vpn50-31.rdu.redhat.com [172.16.50.31]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5CLi1e01851; Thu, 12 Jun 2003 17:44:01 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5CLhuD31423; Thu, 12 Jun 2003 14:43:56 -0700 Date: Thu, 12 Jun 2003 21:44:00 -0000 From: Kevin Buettner Message-Id: <1030612214356.ZM31422@localhost.localdomain> In-Reply-To: Jim Blandy "Re: [ppc64-linux]: register CONVERT_FROM_FUNC_PTR_ADDR method" (Jun 12, 4:11pm) References: <1030611224249.ZM27163@localhost.localdomain> To: Jim Blandy , Kevin Buettner Subject: Re: [ppc64-linux]: register CONVERT_FROM_FUNC_PTR_ADDR method Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00432.txt.bz2 On Jun 12, 4:11pm, Jim Blandy wrote: > > Okay, but could you revise the comment to not mention RS/6000 and > > to make it clear that the representation in question only pertains > > to the 64-bit ABI? > > How's this? > > 2003-06-11 Jim Blandy > > * ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New > function. > (ppc_linux_init_abi): Register it as the > CONVERT_FROM_FUNC_PTR_ADDR method under the PPC64 Linux ABI. Okay. Kevin