From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28850 invoked by alias); 14 Nov 2003 14:35:42 -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 28843 invoked from network); 14 Nov 2003 14:35:42 -0000 Received: from unknown (HELO localhost.redhat.com) (216.129.200.20) by sources.redhat.com with SMTP; 14 Nov 2003 14:35:42 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 1D4EF2B8F; Fri, 14 Nov 2003 09:35:39 -0500 (EST) Message-ID: <3FB4E83A.7000902@redhat.com> Date: Fri, 14 Nov 2003 14:35:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Buettner Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc64] Get descriptor FN from the same object file as symbol ".FN" References: <3FB420DB.6030809@redhat.com> <1031114011544.ZM6022@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-11/txt/msg00294.txt.bz2 > > Okay. > Committed. On PPC64 GNU/Linux, (gdb) print "string" should now work. Andrew