diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2010-04-24 19:34:52 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2010-04-24 19:34:52 +0000 |
commit | 423b2799961457c7c494e50a727d612318dccae7 (patch) | |
tree | 57ba7f5caeb33d6679a5dbd447ac9ed036b22990 | |
parent | 27d0d96a8f40647fe821be7793e31e7c082a564d (diff) | |
download | gcc-423b2799961457c7c494e50a727d612318dccae7.zip gcc-423b2799961457c7c494e50a727d612318dccae7.tar.gz gcc-423b2799961457c7c494e50a727d612318dccae7.tar.bz2 |
* doc/contrib.texi (Contributors): Add Dodji Seketeli.
From-SVN: r158690
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9e1a30a..12fd7a2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-04-24 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/contrib.texi (Contributors): Add Dodji Seketeli. + 2010-04-24 Bernd Schmidt <bernds@codesourcery.com> PR tree-optimization/41442 diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index a01da5a..7fe5aa4 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -821,6 +821,9 @@ Andreas Schwab for his work on the m68k port. Lars Segerlund for work on GNU Fortran. @item +Dodji Seketeli for numerous C++ bug fixes and debug info improvements. + +@item Joel Sherrill for his direction via the steering committee, RTEMS contributions and RTEMS testing. |