From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 415 invoked by alias); 21 Jan 2010 17:12:39 -0000 Received: (qmail 398 invoked by alias); 21 Jan 2010 17:12:39 -0000 Date: Thu, 21 Jan 2010 17:12:00 -0000 Message-ID: <20100121171239.397.qmail@sourceware.org> From: "cvs-commit at gcc dot gnu dot org" To: gdb-prs@sourceware.org In-Reply-To: <20100120161016.11198.andre.poenitz@nokia.com> References: <20100120161016.11198.andre.poenitz@nokia.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug symtab/11198] Performance problem in find_minsym_and_objfile X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q1/txt/msg00072.txt.bz2 ------- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-21 17:12 ------- Subject: Bug 11198 CVSROOT: /cvs/src Module name: src Changes by: tromey@sourceware.org 2010-01-21 17:12:19 Modified files: gdb : ChangeLog minsyms.c symtab.h glibc-tdep.c Log message: PR symtab/11198: * symtab.h (lookup_minimal_symbol_and_objfile): Declare. * minsyms.c (lookup_minimal_symbol_and_objfile): New function. * glibc-tdep.c (find_minsym_and_objfile): Remove. (glibc_skip_solib_resolver): Use lookup_minimal_symbol_and_objfile. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.11284&r2=1.11285 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/minsyms.c.diff?cvsroot=src&r1=1.70&r2=1.71 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/symtab.h.diff?cvsroot=src&r1=1.144&r2=1.145 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/glibc-tdep.c.diff?cvsroot=src&r1=1.12&r2=1.13 -- http://sourceware.org/bugzilla/show_bug.cgi?id=11198 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.