diff options
author | Basile Starynkevitch <bstarynk@gcc.gnu.org> | 2007-01-19 17:56:18 +0000 |
---|---|---|
committer | Basile Starynkevitch <bstarynk@gcc.gnu.org> | 2007-01-19 17:56:18 +0000 |
commit | 8d6419b2178b613e874864fbb51aa89398451002 (patch) | |
tree | 7bc390552a367ece4c1602b88d5ed90b26879f11 /MAINTAINERS | |
parent | 6c798f4fc1b8c87f592394070746dc1b54cf8006 (diff) | |
download | gcc-8d6419b2178b613e874864fbb51aa89398451002.zip gcc-8d6419b2178b613e874864fbb51aa89398451002.tar.gz gcc-8d6419b2178b613e874864fbb51aa89398451002.tar.bz2 |
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
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 508abe8..cbbf126 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -372,6 +372,7 @@ Mark Shinwell shinwell@codesourcery.com Franz Sirl franz.sirl-kernel@lauterbach.com Michael Sokolov msokolov@ivan.Harhan.ORG Richard Stallman rms@gnu.org +Basile Starynkevitch basile@starynkevitch.net Graham Stott graham.stott@btinternet.com Mike Stump mrs@apple.com Jeff Sturm jsturm@gcc.gnu.org |