From: bstarynk Date: Sat, 20 Jan 2007 17:59:46 +0000 (+0000) Subject: gcc/Changelog typos X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c467a6ec1da467001735f922c717a1895f16beed;p=thirdparty%2Fgcc.git gcc/Changelog typos git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@121006 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76a3fbb5e21e..f878f72ad232 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -104,14 +104,13 @@ __gcov_one_value_profiler_body and calls it 2007-01-19 Basile Starynkevitch - - * doc/gty.texi (Options): Document the mark_hook option to - GTY. - * gcc/gengtype.c (write_types_data, write_func_for_structure, - write_types, ggc_wtd, pch_wtd): Added skip_hooks to - write_types_data, ggc_wtd, pch_wtd for mark_hook. - (walk_type, write_func_for_structure): Generate the mark_hook if - needed. + + * doc/gty.texi (Options): Document the mark_hook option to GTY. + * gengtype.c (write_types_data, write_func_for_structure, + write_types, ggc_wtd, pch_wtd): Add skip_hooks to + write_types_data, ggc_wtd, pch_wtd for processing mark_hook. + (walk_type, write_func_for_structure): Generate the mark_hook if + needed. 2007-01-19 Jan Hubicka