From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5662 invoked by alias); 15 Mar 2010 00:43:53 -0000 Received: (qmail 5653 invoked by uid 22791); 15 Mar 2010 00:43:52 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-yw0-f172.google.com (HELO mail-yw0-f172.google.com) (209.85.211.172) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Mar 2010 00:43:49 +0000 Received: by ywh2 with SMTP id 2so787423ywh.24 for ; Sun, 14 Mar 2010 17:43:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.163.1 with SMTP id q1mr2237357ano.165.1268613825521; Sun, 14 Mar 2010 17:43:45 -0700 (PDT) In-Reply-To: <1268604229-26466-1-git-send-email-vapier@gentoo.org> References: <1268604229-26466-1-git-send-email-vapier@gentoo.org> Date: Mon, 15 Mar 2010 00:43:00 -0000 Message-ID: <8ba6bed41003141743n79e501b7n11d3d20cdb45f356@mail.gmail.com> Subject: Re: [PATCH] sim: tests: support .S files From: Matt Rice To: Mike Frysinger Cc: gdb-patches@sourceware.org, Jie Zhang Content-Type: text/plain; charset=ISO-8859-1 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/msg00516.txt.bz2 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?