From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12729 invoked by alias); 10 Nov 2009 21:34:26 -0000 Received: (qmail 12721 invoked by uid 22791); 10 Nov 2009 21:34:26 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 10 Nov 2009 21:34:22 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 1ED832BABBB; Tue, 10 Nov 2009 16:34:21 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4GFqaiDPVbLI; Tue, 10 Nov 2009 16:34:21 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id DC6E52BAB8E; Tue, 10 Nov 2009 16:34:20 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id D99ECF5905; Tue, 10 Nov 2009 13:34:03 -0800 (PST) Date: Tue, 10 Nov 2009 21:34:00 -0000 From: Joel Brobecker To: "Joseph S. Myers" Cc: gdb-patches@sourceware.org Subject: Re: Fix solib-svr4.c:enable_break fallback for powerpc64-linux function descriptors Message-ID: <20091110213403.GW4557@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-11/txt/msg00232.txt.bz2 > 2009-11-10 Joseph Myers > > * solib-svr4.c (enable_break): Call > gdbarch_convert_from_func_ptr_addr on results of looking up > fallback symbol names. Looks good to me. Thanks for the patch, -- Joel