aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFalk Hueffner <falk.hueffner@student.uni-tuebingen.de>2003-05-02 23:53:19 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-05-02 23:53:19 +0000
commitd9e95c63497765727450a1edd7376a58fcafce69 (patch)
tree2852639f9813a5a7bf37f6185a6dd7620ddf077d
parent53c2acdf2110372b5d4727656242c495167b52bf (diff)
downloadgcc-d9e95c63497765727450a1edd7376a58fcafce69.zip
gcc-d9e95c63497765727450a1edd7376a58fcafce69.tar.gz
gcc-d9e95c63497765727450a1edd7376a58fcafce69.tar.bz2
contrib.texi (Contributors): Add Zdenek Dvorak, Aldy Hernandez, and Kazu Hirata.
* doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy Hernandez, and Kazu Hirata. Update Richard Henderson. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r66405
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/contrib.texi12
2 files changed, 17 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 965e552..6921898 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2003-05-03 Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>
+ Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+
+ * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy
+ Hernandez, and Kazu Hirata. Update Richard Henderson.
+
2003-05-02 Geoffrey Keating <geoffk@apple.com>
* config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern'
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi
index 44d53ad..fc2cb33 100644
--- a/gcc/doc/contrib.texi
+++ b/gcc/doc/contrib.texi
@@ -196,6 +196,9 @@ maintaining complex<>, sanity checking and disbursement, configuration
architecture, libio maintenance, and early math work.
@item
+Zdenek Dvorak for a new loop unroller and various fixes.
+
+@item
Richard Earnshaw for his ongoing work with the ARM@.
@item
@@ -299,16 +302,23 @@ fixes.
Kate Hedstrom for staking the g77 folks with an initial testsuite.
@item
-Richard Henderson for his ongoing SPARC, alpha, and ia32 work, loop
+Richard Henderson for his ongoing SPARC, alpha, ia32, and ia64 work, loop
opts, and generally fixing lots of old problems we've ignored for
years, flow rewrite and lots of further stuff, including reviewing
tons of patches.
@item
+Aldy Hernandez for working on the PowerPC port, SIMD support, and
+various fixes.
+
+@item
Nobuyuki Hikichi of Software Research Associates, Tokyo, contributed
the support for the Sony NEWS machine.
@item
+Kazu Hirata for caring and feeding the Hitachi H8/300 port and various fixes.
+
+@item
Manfred Hollstein for his ongoing work to keep the m88k alive, lots
of testing and bug fixing, particularly of our configury code.