This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] sim: tests: support .S files


On 03/15/2010 08:43 AM, Matt Rice wrote:
On Sun, Mar 14, 2010 at 2:03 PM, Mike Frysinger<vapier@gentoo.org> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]