diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2013-01-03 05:04:54 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2013-01-03 05:04:54 +0000 |
commit | 5b9ad1d443bb056576947a6050226c38d106c873 (patch) | |
tree | 896dc63f443105ae185b92c4a2ba129fa67fea61 /gcc | |
parent | aeb5e664750ec8720e645c2374cbd8ec336de6b0 (diff) | |
download | gcc-5b9ad1d443bb056576947a6050226c38d106c873.zip gcc-5b9ad1d443bb056576947a6050226c38d106c873.tar.gz gcc-5b9ad1d443bb056576947a6050226c38d106c873.tar.bz2 |
* doc/contrib.texi: Note years as release manager for Mark Mitchell.
From-SVN: r194833
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a6c85b7..b1dda60 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-01-02 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/contrib.texi: Note years as release manager for Mark Mitchell. + 2013-01-02 Teresa Johnson <tejohnson@google.com> * dumpfile.c (dump_loc): Print filename with location. diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index e4d656d..94971ec 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -623,7 +623,8 @@ entire libstdc++ testsuite namespace-compatible. @item Mark Mitchell for his direction via the steering committee, mountains of C++ work, load/store hoisting out of loops, alias analysis improvements, -ISO C @code{restrict} support, and serving as release manager for GCC 3.x. +ISO C @code{restrict} support, and serving as release manager from 2000 +to 2011. @item Alan Modra for various GNU/Linux bits and testing. |