c-common.c (flag_noniso_default_format_attributes): Delete.
* c-common.c (flag_noniso_default_format_attributes): Delete. (built_in_attribute): Don't define/undefine DEF_FN_ATTR. (c_attrs_initialized): Delete. (c_common_nodes_and_builtins): Don't test c_attrs_initialized, always call c_init_attributes. (c_init_attributes): Don't define/undefine DEF_FN_ATTR. Don't set c_attrs_initialized when done. (c_common_insert_default_attributes): Delete. * c-common.h (flag_noniso_default_format_attributes): Delete. (c_coomon_insert_default_attributes): Delete prototype. * c-opts.c (set_std_c89, set_std_c99, set_std_cxx98): Dont set flag_noniso_default_format_attributes. * c-decl.c (c_insert_default_attributes): Delete. * c-tree.h (c_insert_default_attributes): Delete prototype. * attribs.c (decl_attributes): Don't call insert_default_attributes langhook. Update function description comment. * langhooks.h (lang_hooks): Remove insert_default_attributes field. * langhooks-def.h (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Delete. * c-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define. * system.h: Poison LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES macro. cp/ * decl.c (cxx_insert_default_attributes): Delete. * cp-tree.h (cxx_insert_default_attributes): Don't prototype. * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define. objc/ * objc-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Don't define. From-SVN: r70155
Showing
- gcc/ChangeLog 28 additions, 0 deletionsgcc/ChangeLog
- gcc/attribs.c 1 addition, 9 deletionsgcc/attribs.c
- gcc/c-common.c 1 addition, 21 deletionsgcc/c-common.c
- gcc/c-common.h 0 additions, 6 deletionsgcc/c-common.h
- gcc/c-decl.c 0 additions, 11 deletionsgcc/c-decl.c
- gcc/c-lang.c 0 additions, 2 deletionsgcc/c-lang.c
- gcc/c-opts.c 0 additions, 3 deletionsgcc/c-opts.c
- gcc/c-tree.h 0 additions, 1 deletiongcc/c-tree.h
- gcc/cp/ChangeLog 6 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/cp-lang.c 0 additions, 2 deletionsgcc/cp/cp-lang.c
- gcc/cp/cp-tree.h 0 additions, 1 deletiongcc/cp/cp-tree.h
- gcc/cp/decl.c 0 additions, 13 deletionsgcc/cp/decl.c
- gcc/langhooks-def.h 0 additions, 2 deletionsgcc/langhooks-def.h
- gcc/langhooks.h 0 additions, 4 deletionsgcc/langhooks.h
- gcc/objc/objc-lang.c 0 additions, 2 deletionsgcc/objc/objc-lang.c
- gcc/system.h 1 addition, 1 deletiongcc/system.h
Loading
Please register or sign in to comment