Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 25 Sep 2015 14:56:56 -0400
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: Support for .S files

On Fri, Sep 25, 2015 at 01:52:26PM -0500, Sidney Manning wrote:
> Clang and gcc do not invoke the preprocessor on files with a lowercase .s
> suffix.
> 
> The following addition would permit uppercase .S files.

The intention was to avoid using the preprocessor in asm and having it
become #ifdef hell. This could be revisited (especially now as part of
the arch deduplication/refactoring) but there should first be some
discussion of the motivation (what you want to achieve with it).

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.