From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30438 invoked by alias); 24 Nov 2010 20:08:01 -0000 Received: (qmail 30428 invoked by uid 22791); 24 Nov 2010 20:08:00 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,TW_BJ 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; Wed, 24 Nov 2010 20:07:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id DFD702BAC97; Wed, 24 Nov 2010 15:07:53 -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 BobB0ksSz4VO; Wed, 24 Nov 2010 15:07:53 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id A818D2BAC94; Wed, 24 Nov 2010 15:07:53 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id BE96D1457E1; Wed, 24 Nov 2010 12:07:47 -0800 (PST) Date: Wed, 24 Nov 2010 20:08:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Jan Kratochvil , gdb-patches@sourceware.org Subject: Re: [patch 2/2] iFort compat.: case insensitive symbols (PR 11313) Message-ID: <20101124200747.GC2634@adacore.com> References: <20101108183133.GE2933@adacore.com> <20101122035334.GA9229@host0.dyn.jankratochvil.net> <20101122185432.GT2634@adacore.com> <20101122191905.GA20976@host0.dyn.jankratochvil.net> <20101122193041.GU2634@adacore.com> <20101122194336.GA21855@host0.dyn.jankratochvil.net> <20101124192228.GA8368@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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: 2010-11/txt/msg00406.txt.bz2 > Actually I was specifically thinking of just the separate debuginfo case. > In this case wouldn't the primary objfile always have the minsyms? What if the primary objfile was completely stripped, though? -- Joel