From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28909 invoked by alias); 15 Mar 2010 01:46:36 -0000 Received: (qmail 28901 invoked by uid 22791); 15 Mar 2010 01:46:35 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Mar 2010 01:46:31 +0000 Received: (qmail 19278 invoked from network); 15 Mar 2010 01:46:29 -0000 Received: from unknown (HELO ?192.168.0.124?) (jie@127.0.0.2) by mail.codesourcery.com with ESMTPA; 15 Mar 2010 01:46:29 -0000 Message-ID: <4B9D916A.90509@codesourcery.com> Date: Mon, 15 Mar 2010 01:46:00 -0000 From: Jie Zhang User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 MIME-Version: 1.0 To: Matt Rice CC: Mike Frysinger , gdb-patches@sourceware.org Subject: Re: [PATCH] sim: tests: support .S files References: <1268604229-26466-1-git-send-email-vapier@gentoo.org> <8ba6bed41003141743n79e501b7n11d3d20cdb45f356@mail.gmail.com> In-Reply-To: <8ba6bed41003141743n79e501b7n11d3d20cdb45f356@mail.gmail.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: 2010-03/txt/msg00522.txt.bz2 On 03/15/2010 08:43 AM, Matt Rice wrote: > On Sun, Mar 14, 2010 at 2:03 PM, Mike Frysinger wrote: > >> Rather than requiring all sim tests to be preprocessed .s files, add >> support for .S files so we can easily write code using normal CPP >> defines/macros. > > not that I actually care about any such targets, but wouldn't this > just fall over on a case insentive filesystem? I don't have any knowledge when come to case insensitive filesystems. What's the value of the following expression [string match "*.S" $sourcefile] when $sourcefile is "abc.s" on such a filesystem? -- Jie Zhang CodeSourcery (650) 331-3385 x735