diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de51e13..d38d8a7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2009-11-30 Richard Guenther <rguenther@suse.de> + * doc/contrib.texi (Contributors): Add myself. + +2009-11-30 Richard Guenther <rguenther@suse.de> + * tree.c (free_lang_data): Do not set debug_info_level to none if terse. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 6ee5b50..1515b5c 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -326,6 +326,10 @@ Stu Grossman for gdb hacking, allowing GCJ developers to debug Java code. Michael K. Gschwind contributed the port to the PDP-11. @item +Richard Guenther for his ongoing middle-end contributions and bug fixes +and for release management. + +@item Ron Guilmette implemented the @command{protoize} and @command{unprotoize} tools, the support for Dwarf symbolic debugging information, and much of the support for System V Release 4. He has also worked heavily on the |