From b7c75af4b5b275047cb622ae85f98839cf6299a1 Mon Sep 17 00:00:00 2001 From: Basile Starynkevitch Date: Fri, 19 Jan 2007 18:05:08 +0000 Subject: [PATCH] gty.texi (Options): Document the mark_hook option to GTY. 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. From-SVN: r120974 --- gcc/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bc5b35687e4d..7fff5e851767 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +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. + 2007-01-19 Jan Hubicka * ipa-inline.c (cgraph_decide_inlining_incrementally): Instead of 'early' argument