gty.texi (Options): Document the mark_hook option to GTY.
authorBasile Starynkevitch <bstarynk@gcc.gnu.org>
Fri, 19 Jan 2007 17:56:18 +0000 (17:56 +0000)
committerBasile Starynkevitch <bstarynk@gcc.gnu.org>
Fri, 19 Jan 2007 17:56:18 +0000 (17:56 +0000)
commit8d6419b2178b613e874864fbb51aa89398451002
tree7bc390552a367ece4c1602b88d5ed90b26879f11
parent6c798f4fc1b8c87f592394070746dc1b54cf8006
gty.texi (Options): Document the mark_hook option to GTY.

2007-01-19  Basile Starynkevitch  <basile@starynkevitch.net>

* gcc/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.

* MAINTAINERS: added myself (Basile Starynkevitch) to write after
approval.

From-SVN: r120973
MAINTAINERS
gcc/doc/gty.texi
gcc/gengtype.c