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] make a bunch of attribute handlers globally available



	* attrib-handlers.c: New file. Host global attribute handlers
	extracted from c-common.c.
	* Makefile.in (C_AND_OBJC_OBJS): Add attrib-handlers.o.
	(attrib-handlers.o): List dependencies.

I think putting them in attribs.c is good enough, but I'll let other people decide since I cannot approve the non-build part of this. In any case, putting the new file in libbackend.a will avoid changing all the makefiles.


Paolo


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