From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23921 invoked by alias); 13 Jun 2003 05:40:05 -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 23874 invoked from network); 13 Jun 2003 05:40:03 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Jun 2003 05:40:03 -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 h5D5e3H26410 for ; Fri, 13 Jun 2003 01:40:03 -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 h5D5e3I08002 for ; Fri, 13 Jun 2003 01:40:03 -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 h5D5e3e31323; Fri, 13 Jun 2003 01:40:03 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5D5dv600330; Thu, 12 Jun 2003 22:39:57 -0700 Date: Fri, 13 Jun 2003 05:40:00 -0000 From: Kevin Buettner Message-Id: <1030613053957.ZM329@localhost.localdomain> In-Reply-To: Jim Blandy "[ppc64-linux]: add function to read a descriptor's entry point" (Jun 12, 7:11pm) References: To: Jim Blandy , gdb-patches@sources.redhat.com Subject: Re: [ppc64-linux]: add function to read a descriptor's entry point MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00457.txt.bz2 On Jun 12, 7:11pm, Jim Blandy wrote: > * ppc-linux-tdep.c (ppc64_desc_entry_point): New function. > (ppc64_standard_linkage_target): Use it. Okay. Kevin