From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25548 invoked by alias); 15 Mar 2010 07:09:09 -0000 Received: (qmail 25535 invoked by uid 22791); 15 Mar 2010 07:09:07 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Mar 2010 07:09:01 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 7FE706789F; Mon, 15 Mar 2010 07:08:59 +0000 (UTC) From: Mike Frysinger To: Matt Rice Subject: Re: [PATCH] sim: tests: support .S files Date: Mon, 15 Mar 2010 07:09:00 -0000 User-Agent: KMail/1.13.1 (Linux/2.6.33; KDE/4.4.1; x86_64; ; ) Cc: gdb-patches@sourceware.org, Jie Zhang References: <1268604229-26466-1-git-send-email-vapier@gentoo.org> <8ba6bed41003141743n79e501b7n11d3d20cdb45f356@mail.gmail.com> In-Reply-To: <8ba6bed41003141743n79e501b7n11d3d20cdb45f356@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1962023.28SEGp0t9P"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201003150308.58613.vapier@gentoo.org> 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/msg00530.txt.bz2 --nextPart1962023.28SEGp0t9P Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-length: 959 On Sunday 14 March 2010 20:43:45 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. >=20 > not that I actually care about any such targets, but wouldn't this > just fall over on a case insentive filesystem? case insensitive is not the same thing as case preserving. assuming you're= =20 referring to the main ones (windows or OS X default), they're both case=20 preserving. so files checked out as foo.s will stay as foo.s. the source= =20 code changes do string matches which have on relation at all to the file=20 system the files reside upon. so no, i dont think this change will make any difference at all to such=20 systems. otherwise you'd already see problems with the packages that utili= ze=20 source files based on extension case. -mike --nextPart1962023.28SEGp0t9P Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iQIcBAABAgAGBQJLnd0KAAoJEEFjO5/oN/WBvbkP/j2Vc/0+EJjLiDMD7aAfqhji nE4Vt2oOEfNvXFuYyDWPKLl6xPauveS9HJF+6spjTv9nEk0w69LxdqnZ1l43gAAE Lo9lcEyW2zhMXinn0bErxkKZRbDnkSxBkP4zp8CN8HavDEraSquI0Ft/qyLRdk6C AVThnvkAeoiBhaYVMoYWsXOUQZLAw+Vwls1gZvZcPVLRyelsfdrokWZ73GvsQQrx vOZcWORcVyWKLMGWdVGTdT98KXU5vo4yelj2NGsQe3XvosbqZnq4oYsVmZAL90Nh hKWZ4dQx6vqSHCyRF91V7s8oBxLoIi4UQ45YoQuGdr9HNPjve0MY9dBf0yYhjw6I xF8IbRPrZ0W4lWaxBxG8SxJ91qqXnXqDtOQw2zABBoNLkv6I8gDk+MQpcauD0JuO lSA+o/7Ueu0r18Zk+/bl8aEqIa91dhMdAik9pp/qwxhm0ALJNYTka/DURBqJ+WaX HGI6L/4+thQkA84DzzCAaXVa5aogi2glZfUaQA74y8mY62umUnaxFlXs2f3ZHw+M 60YeDVtn89apEkfRGgkaWIDGMta9e9xcSHmkJvbbsozoO4wyw3yCu+KmwVhe5xp9 bqr6jsP2ND1Shza2qmyP9k8imD6eZFwwNNXRDKNg0j2AeaD2Y530HUwPrQEzAhdQ +YhTwWHIDrmDTU23Hstu =jPxT -----END PGP SIGNATURE----- --nextPart1962023.28SEGp0t9P--