From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2104 invoked by alias); 2 May 2008 17:55:21 -0000 Received: (qmail 2094 invoked by uid 22791); 2 May 2008 17:55:20 -0000 X-Spam-Check-By: sourceware.org Received: from qnxmail.qnx.com (HELO nimbus.ott.qnx.com) (209.226.137.76) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 02 May 2008 17:55:03 +0000 Received: from [10.42.161.149] (min.ott.qnx.com [10.42.161.149]) by nimbus.ott.qnx.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id J6QQ4KLY; Fri, 2 May 2008 13:55:00 -0400 Message-ID: <481B5574.7090602@qnx.com> Date: Fri, 02 May 2008 18:11:00 -0000 From: Aleksandar Ristovski User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sourceware.org Subject: Re: [patch] Do not add partial_symbol again and again to the list References: <47B0AEC7.3070400@qnx.com> <20080211203809.GA29560@caradoc.them.org> <47B0B56F.4010607@qnx.com> <20080211210935.GA31767@caradoc.them.org> <47B0C0F4.4090302@qnx.com> <20080211214750.GA1953@caradoc.them.org> <47B0C7C6.9090605@qnx.com> <20080211223056.GA3833@caradoc.them.org> <47B0CF8A.6080306@qnx.com> <20080211225314.GA5832@caradoc.them.org> <47B27EB1.6030606@qnx.com> <47B399EA.3000800@qnx.com> In-Reply-To: <47B399EA.3000800@qnx.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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: 2008-05/txt/msg00107.txt.bz2 Aleksandar Ristovski wrote: > Aleksandar Ristovski wrote: >> >> The patch: >> >> This revised patch adds global symbols only once to first partial >> symbol table where the symbol was encountered, but only for namespace, >> class_type, interface_type, union_type, enumeration_type and >> enumerator partial >> symbol types (for the last two, only for java and cplus). >> > Just a reminder... (a.k.a. ping). Thanks, Aleksandar