From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24909 invoked by alias); 10 Aug 2009 17:59:09 -0000 Received: (qmail 24901 invoked by uid 22791); 10 Aug 2009 17:59:08 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 10 Aug 2009 17:59:00 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7AHwuZ8015638; Mon, 10 Aug 2009 13:58:56 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n7AHwtaw019025; Mon, 10 Aug 2009 13:58:55 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n7AHwsjw018315; Mon, 10 Aug 2009 13:58:54 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 2B7CA37857D; Mon, 10 Aug 2009 11:58:54 -0600 (MDT) To: Paul Pluzhnikov Cc: gdb-patches ml Subject: Re: [patch] Speed up find_pc_section References: <8ac60eac0907161724v40e5bd8bg7877d8901b8d7b6e@mail.gmail.com> <8ac60eac0908040806g4f0495f6gc24ae4d6e440e7e6@mail.gmail.com> <8ac60eac0908042358q4d2061d2md3c49cf4aab26398@mail.gmail.com> <8ac60eac0908050940we3dc478rd182f4367a650f1b@mail.gmail.com> <8ac60eac0908052259l7b1c21d1t212991886a5f8b18@mail.gmail.com> <8ac60eac0908070030g7500a5ack3fcc81862e2a5b0a@mail.gmail.com> <8ac60eac0908071529j5be2241bjf7fac5cbf55168a9@mail.gmail.com> <8ac60eac0908081108nd118424l7a1c88b87130bb78@mail.gmail.com> From: Tom Tromey Reply-To: Tom Tromey Date: Mon, 10 Aug 2009 18:09:00 -0000 In-Reply-To: <8ac60eac0908081108nd118424l7a1c88b87130bb78@mail.gmail.com> (Paul Pluzhnikov's message of "Sat\, 8 Aug 2009 11\:08\:38 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-08/txt/msg00146.txt.bz2 >>>>> "Paul" == Paul Pluzhnikov writes: Paul> Update: running 'make check' on F11 after prelinking shows many Paul> similar failures. The "java setup" in Tom's repro instructions Paul> doesn't appear necessary. Paul> Here is a fix. Tested on F11/i586 (with prelinking) and Paul> Linux/x86_64 (without). Thanks for addressing this so quickly. This patch is ok. Can I trouble you to also look at the related bug reported by Twist on the gdb list? This one happens on Darwin; I don't know whether Darwin has prelink or not... http://sourceware.org/ml/gdb/2009-08/msg00056.html Tom