From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14692 invoked by alias); 16 May 2011 18:37:05 -0000 Received: (qmail 14668 invoked by uid 22791); 16 May 2011 18:37:04 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 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; Mon, 16 May 2011 18:36:48 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 5C3082BB0C7; Mon, 16 May 2011 14:36:47 -0400 (EDT) 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 8K-tuMVBIIH3; Mon, 16 May 2011 14:36:47 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 1E85E2BAF14; Mon, 16 May 2011 14:36:47 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id EB2B0145615; Mon, 16 May 2011 11:36:43 -0700 (PDT) Date: Mon, 16 May 2011 18:37:00 -0000 From: Joel Brobecker To: Mike Frysinger Cc: gdb-patches@sourceware.org, toolchain-devel@blackfin.uclinux.org Subject: Re: [PATCH] sim: tests: support .S/.c files Message-ID: <20110516183643.GF19356@adacore.com> References: <1300057848-2316-1-git-send-email-vapier@gentoo.org> <1300136769-5921-1-git-send-email-vapier@gentoo.org> <201105141348.30911.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201105141348.30911.vapier@gentoo.org> 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: 2011-05/txt/msg00367.txt.bz2 > On Monday, March 14, 2011 17:06:09 Mike Frysinger wrote: > > Rather than requiring all sim tests to be preprocessed .s files, add > > support for .S and .c files so we can easily write code using a higher > > level language like C. > > ping ... As far as I can tell, you answered the only concern I had left, so please go ahead. Sorry about the delay - I accidently dropped the ball there, somehow thinking the infamous somebody was already following that thread. -- Joel