diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-19 18:05:08 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-01-19 18:05:08 +0000 |
commit | c1b4ac849bf1cc1fce4ed4820d6b2707f122cc36 (patch) | |
tree | a5b51de9afb4bff7ecd2b41bb8b9d06decf8be84 | |
parent | b0a1d04116a353602dd1273a90b10ebae9143dd1 (diff) | |
download | ppe42-gcc-c1b4ac849bf1cc1fce4ed4820d6b2707f122cc36.tar.gz ppe42-gcc-c1b4ac849bf1cc1fce4ed4820d6b2707f122cc36.zip |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120974 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc5b35687e4..7fff5e85176 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +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. + 2007-01-19 Jan Hubicka <jh@suse.cz> * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' argument |