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: insert_default_attributes langhook


On Wed, Mar 27, 2002 at 08:18:41PM +0000, Neil Booth wrote:
> 	* Makefile.in (attribs.o): Update.
> 	* attribs.c: Include langhooks.h.
> 	(decl_attributes): Use langhook.
> 	* c-decl.c (insert_default_attributes): Rename.
> 	* c-tree.h (c_insert_default_attributes): New.
> 	* langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES):New.
> 	(LANG_HOOKS_INITIALIZER): Update.
> 	* langhooks.h (struct lang_hooks): New hook.
> 	* tree.h (insert_default_attributes): Remove.
> ada:
> 	* misc.c (insert_default_attributes): Remove.
> cp:
> 	* cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
> 	* cp-tree.h (cxx_insert_default_attributes): New.
> 	* decl.c (insert_default_attributes): Rename.
> objc:
> 	* objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.

Ok.


r~


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