diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 965e5529cf0..6921898361c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2003-05-03 Falk Hueffner + Gerald Pfeifer + + * doc/contrib.texi (Contributors): Add Zdenek Dvorak, Aldy + Hernandez, and Kazu Hirata. Update Richard Henderson. + 2003-05-02 Geoffrey Keating * config/rs6000/rs6000.c (rs6000_attribute_table): Add 'extern' diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 44d53adf7ab..fc2cb33bf9f 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -195,6 +195,9 @@ libraries including for all kinds of C interface issues, contributing and 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@. @@ -299,15 +302,22 @@ 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.