This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: GC mach_dep file extensions


>>>>> "Bryce" == Bryce McKinlay <bryce@waitaki.otago.ac.nz> writes:

Bryce> Hans pointed out that ".S", not ".s" is the correct extension
Bryce> for some asm files because it means "put this through the
Bryce> preprocessor first".  I've checked in this patch.

I think it is a little better to arrange to run these with `-x
assembler-with-cpp'.  My reason is that on case-insensitive file
systems, `.S' and `.s' will appear the same.

Tom


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