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: C ASSEMBLER_NAME patch



On Thursday, July 17, 2003, at 03:16 PM, Neil Booth wrote:


Geoffrey Keating wrote:-

	* c-opts.c: Include langhooks-def.h.
	(c_static_assembler_name): New.

Why did you put this in c-opts.c? It doesn't appear to be switch related at all. Would you put it in c-common.c instead?

It's switch-related because it operates when only one input file is specified.

Now that you mention it, though, I can see that it might belong in c-decl.c instead; especially since it doesn't apply for C++. Would you like to move it, or should I?


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