diff options
author | Volker Reichelt <reichelt@igpm.rwth-aachen.de> | 2003-11-03 21:58:31 +0000 |
---|---|---|
committer | Volker Reichelt <reichelt@gcc.gnu.org> | 2003-11-03 21:58:31 +0000 |
commit | 2b2de389acb8931100bc24dd332acb3d85a048d0 (patch) | |
tree | 9df464e1a603d375c99f7ede50fcb7d8be2ea627 /gcc | |
parent | 49ffe578b0f3b4b595803606a4701d098cf92f2a (diff) | |
download | gcc-2b2de389acb8931100bc24dd332acb3d85a048d0.zip gcc-2b2de389acb8931100bc24dd332acb3d85a048d0.tar.gz gcc-2b2de389acb8931100bc24dd332acb3d85a048d0.tar.bz2 |
contrib.texi: Add Giovanni Bajo, Dara Hazeghi, Falk Hueffner, and Andrew Pinski.
* doc/contrib.texi: Add Giovanni Bajo, Dara Hazeghi, Falk Hueffner,
and Andrew Pinski.
From-SVN: r73230
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/contrib.texi | 12 |
2 files changed, 17 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e9c1713..a5c41ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-11-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de> + + * doc/contrib.texi: Add Giovanni Bajo, Dara Hazeghi, Falk Hueffner, + and Andrew Pinski. + 2003-11-03 Syd Polk <spolk@apple.com> * config/rs6000/rs6000.c (rs6000_override_options): Add G3, G4, and G5 diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 6d6377b..f7b4ca7 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -36,6 +36,9 @@ port. Alasdair Baird for various bug fixes. @item +Giovanni Bajo for analyzing lots of complicated C++ problem reports. + +@item Peter Barada for his work to improve code generation for new ColdFire cores. @@ -309,6 +312,9 @@ the c30/c40 ports functional. Lots of loop and unroll improvements and fixes. @item +Dara Hazeghi for wading through myriads of target-specific bug reports. + +@item Kate Hedstrom for staking the g77 folks with an initial testsuite. @item @@ -339,6 +345,9 @@ Steve Holmgren for MachTen patches. Jan Hubicka for his x86 port improvements. @item +Falk Hueffner for working on C and optimization bug reports. + +@item Bernardo Innocenti for his m68k work, including merging of ColdFire improvements and uClinux support. @@ -636,6 +645,9 @@ out lots of problems we need to solve, maintenance of the web pages, and taking care of documentation maintenance in general. @item +Andrew Pinski for processing bug reports by the dozen. + +@item Ovidiu Predescu for his work on the Objective-C front end and runtime libraries. |