From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20113 invoked by alias); 11 Jan 2011 20:53:28 -0000 Received: (qmail 20104 invoked by uid 22791); 11 Jan 2011 20:53:27 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from smtp20.nijmegen.internl.net (HELO smtp20.nijmegen.internl.net) (217.149.192.18) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 11 Jan 2011 20:53:22 +0000 Received: from cnoc.nl.alt001.com (51-24.bbned.dsl.internl.net [82.215.24.51]) by smtp20.nijmegen.internl.net (8.13.8/2.04) with ESMTP id p0BKr6Xg011033; Tue, 11 Jan 2011 21:53:06 +0100 (CET) Received: from localhost (localhost.localdomain [127.0.0.1]) by cnoc.nl.alt001.com (Postfix) with ESMTP id 40A88BF27; Tue, 11 Jan 2011 21:53:11 +0100 (CET) Received: from cnoc.nl.alt001.com ([127.0.0.1]) by localhost (cnoc.nl.alt001.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LBpPmT6pxS4B; Tue, 11 Jan 2011 21:53:10 +0100 (CET) Received: from [192.168.3.251] (host251.cnoc.intern [192.168.3.251]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cnoc.nl.alt001.com (Postfix) with ESMTPS id 6FD86BF26; Tue, 11 Jan 2011 21:53:10 +0100 (CET) Subject: Re: Pascal and case sensitivity From: Joost van der Sluis To: Jan Kratochvil Cc: gdb@sourceware.org In-Reply-To: <20110110203622.GA23545@host1.dyn.jankratochvil.net> References: <1294689625.13182.46.camel@wsjoost.cnoc.lan> <20110110203622.GA23545@host1.dyn.jankratochvil.net> Content-Type: text/plain Date: Tue, 11 Jan 2011 20:53:00 -0000 Message-Id: <1294779184.14541.2.camel@wsjoost.cnoc.lan> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Language-Detected: en X-Spam-Scanned: InterNLnet Mail Scan System V2.03 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: 2011-01/txt/msg00032.txt.bz2 On Mon, 2011-01-10 at 21:36 +0100, Jan Kratochvil wrote: > Hi Joost, > > On Mon, 10 Jan 2011 21:00:25 +0100, Joost van der Sluis wrote: > > Attached is patch to fix case-sensitivity issues with Pascal. It first > > searches case-sensitive an if an identifier isn't found, a > > case-insensitive search is performed. > > without commenting on your patch I had one with a similar goal here. Your patch is what I had in mind. I'll go testing it. I don't think I can help with the full symtabs expansions problems. Joost.