From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26104 invoked by alias); 3 Jan 2007 21:17:24 -0000 Received: (qmail 26089 invoked by uid 22791); 3 Jan 2007 21:17:23 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 03 Jan 2007 21:17:16 +0000 Received: (qmail 31650 invoked from network); 3 Jan 2007 21:17:14 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 3 Jan 2007 21:17:14 -0000 To: Andreas Schwab Cc: "dodji Seketeli" , gdb@sourceware.org Subject: Re: gdb very slow during 'step into' References: From: Jim Blandy Date: Wed, 03 Jan 2007 21:17:00 -0000 In-Reply-To: (Andreas Schwab's message of "Wed, 03 Jan 2007 21:59:17 +0100") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00039.txt.bz2 Andreas Schwab writes: > Jim Blandy writes: > >> @@ -90,8 +90,14 @@ >> >> if (resolver) >> { >> + /* This is the name used in the dynamic linker at the beginning >> + of 2007. */ >> struct minimal_symbol *fixup >> - = lookup_minimal_symbol ("fixup", NULL, objfile); >> + = lookup_minimal_symbol ("_dl_fixup", NULL, objfile); > > JFTR, the function was renamed (almost exactly) 2 years ago. Great --- I'll update the comment, if this fix actually works (or if it looks right enough to others that they suggest just putting it in anyway).