This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: doc/contrib.tex -- further additions


Installed 3.3 and mainline.

(I'm posting the ChangeLog as patch as there aer also two fixes in a
previous entry.)

Gerald

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.16114.2.502
diff -u -3 -p -r1.16114.2.502 ChangeLog
--- ChangeLog	2 May 2003 21:01:09 -0000	1.16114.2.502
+++ ChangeLog	2 May 2003 23:47:56 -0000
@@ -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  Richard Henderson  <rth@redhat.com>

 	PR c++/10570
@@ -13,10 +19,10 @@
         * unwind.h: Declare them.
         * libgcc-std.ver (GCC_3.3): Export them.

-2003-05-02  Steven BosscherÂ? <steven@gcc.gnu.org>
+2003-05-02  Steven Bosscher? <steven@gcc.gnu.org>

 	* tree-inline.c (find_alloca_call):
-	UseÂ?walk_tree_without_duplicates, instead of walk_tree.
+	Use?walk_tree_without_duplicates, instead of walk_tree.
 	(find_builtin_longjmp_call): Ditto.
 	* c-objc-common.c (c_cannot_inline_fn): Ditto.

Index: doc/contrib.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/contrib.texi,v
retrieving revision 1.31.2.7
diff -u -3 -p -r1.31.2.7 contrib.texi
--- doc/contrib.texi	2 May 2003 15:23:55 -0000	1.31.2.7
+++ doc/contrib.texi	2 May 2003 23:47:57 -0000
@@ -192,6 +192,9 @@ maintaining complex<>, sanity checking a
 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
@@ -295,14 +298,21 @@ 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]