From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16009 invoked by alias); 4 Apr 2011 11:19:03 -0000 Received: (qmail 15995 invoked by uid 22791); 4 Apr 2011 11:19:02 -0000 X-SWARE-Spam-Status: No, hits=-6.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 04 Apr 2011 11:18:28 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p34BISbU005005 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 4 Apr 2011 07:18:28 -0400 Received: from host1.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p34BIQFZ017890 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Apr 2011 07:18:27 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p34BIQ2G022320; Mon, 4 Apr 2011 13:18:26 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p34BINGJ022312; Mon, 4 Apr 2011 13:18:23 +0200 Date: Mon, 04 Apr 2011 11:19:00 -0000 From: Jan Kratochvil To: elfutils-devel@lists.fedorahosted.org, binutils@sourceware.org Cc: Roland McGrath , gdb-patches@sourceware.org Subject: obsolete: Re: [2/3, ppc64, elfutils patch] eu-strip vs. func addresses for GDB inferior calls Message-ID: <20110404111823.GA22040@host1.jankratochvil.net> References: <20110323152942.GA13640@host1.jankratochvil.net> <20110323164736.716252C1B1@topped-with-meat.com> <20110323172132.GA18225@host1.jankratochvil.net> <20110323233021.GI13754@bubble.grove.modra.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110323233021.GI13754@bubble.grove.modra.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00049.txt.bz2 On Thu, 24 Mar 2011 00:30:21 +0100, Alan Modra wrote: > I think the correct fix is for gdb to use the binary bfd when calling > get_synthetic_symtab. That isn't as simple as it sounds, because you > obviously need to use symbols from the debug info file. See oprofile > code handling exactly this situation in libutils++/bfd_support.cpp. thanks for the advice, implemented now only in GDB as: [patch 0/3 ppc64] eu-strip vs. func addresses for GDB inferior calls #2 http://sourceware.org/ml/gdb-patches/2011-04/msg00045.html therefore this former elfutils + binutils patchset [2/3]+[3/3] is now obsolete. Regards, Jan