From: Kelley Cook Date: Wed, 25 Feb 2004 21:26:12 +0000 (+0000) Subject: * doc/contrib.texi: Add an entry for myself. X-Git-Tag: releases/gcc-4.0.0~9851 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed80fa2e5a475e7070e8d4cb186687a08abe6e3a;p=thirdparty%2Fgcc.git * doc/contrib.texi: Add an entry for myself. From-SVN: r78455 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 74073e2b369c..c3cd8360e2e9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-02-25 Kelley Cook + + * doc/contrib.texi: Add an entry for myself. + 2004-02-25 Jan Hubicka * basic-block.h (make_eh_edge, break_superblocks): Declare. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index eac1e96dc8cf..67675b52299b 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -161,6 +161,10 @@ other random hacking. @item Michael Cook for libstdc++ cleanup patches to reduce warnings. +@item +R. Kelley Cook for making GCC buildable from a read-only directory as +well as other miscellaneous build process and documentation clean-ups. + @item Ralf Corsepius for SH testing and minor bugfixing.