From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2546 invoked by alias); 12 Jun 2003 23:09:39 -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 2537 invoked from network); 12 Jun 2003 23:09:39 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 12 Jun 2003 23:09:39 -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 h5CN9dH17117 for ; Thu, 12 Jun 2003 19:09:39 -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 h5CN9dI01530 for ; Thu, 12 Jun 2003 19:09:39 -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 h5CN9ce09372; Thu, 12 Jun 2003 19:09:38 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5CN9XE31844; Thu, 12 Jun 2003 16:09:33 -0700 Date: Thu, 12 Jun 2003 23:09:00 -0000 From: Kevin Buettner Message-Id: <1030612230932.ZM31843@localhost.localdomain> In-Reply-To: Jim Blandy "Re: [ppc64-linux]: Recognize dl event entry point symbol" (Jun 12, 4:20pm) References: <1030611225434.ZM27222@localhost.localdomain> To: Jim Blandy Subject: Re: [ppc64-linux]: Recognize dl event entry point symbol Cc: gdb-patches@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00436.txt.bz2 On Jun 12, 4:20pm, Jim Blandy wrote: > > (I wonder why the tools implementor's felt compelled to add that > > leading ".".) > > On PPC64 Linux, the symbol whose name lacks the dot points to the > function descriptor; the symbol with the dot is the entry point. So > this change works along with this patch I just posted: > > http://sources.redhat.com/ml/gdb-patches/2003-06/msg00430.html I see. Thanks for the explanation. Kevin