diff options
author | Basile Starynkevitch <bstarynk@gcc.gnu.org> | 2007-01-20 17:59:46 +0000 |
---|---|---|
committer | Basile Starynkevitch <bstarynk@gcc.gnu.org> | 2007-01-20 17:59:46 +0000 |
commit | b153d3e1cab96c4c95abfc4ae957775ad92379aa (patch) | |
tree | cd0c6729eacd59b4b3c55a2e889e96f8215a3937 | |
parent | 4c6d872614cac3f9a747b355f870ddf760c9db37 (diff) | |
download | gcc-b153d3e1cab96c4c95abfc4ae957775ad92379aa.zip gcc-b153d3e1cab96c4c95abfc4ae957775ad92379aa.tar.gz gcc-b153d3e1cab96c4c95abfc4ae957775ad92379aa.tar.bz2 |
gcc/Changelog typos
From-SVN: r121006
-rw-r--r-- | gcc/ChangeLog | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 76a3fbb..f878f72 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -104,14 +104,13 @@ __gcov_one_value_profiler_body and calls it 2007-01-19 Basile Starynkevitch <basile@starynkevitch.net> - - * 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 <jh@suse.cz> |