This is the mail archive of the gcc@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 contrib/gcc_update (was: Bison 1.75c + FreeBSD 5.0 = can'tboostrap gcc from CVS)


On Fri, 27 Dec 2002, Gerald Pfeifer wrote:
>> It appears that Gerald's patch
>> <http://gcc.gnu.org/ml/gcc-patches/2002-12/msg00370.html> hasn't yet been
>> reviewed.
> Joseph, Loren, if one of you confirms that this fixes the problem, I'll
> commit it to mainline and the 3.3 branch, I really just wanted a second
> (and sharper <g>) pair of eyes on that patch. ;-)

Joseph kindly had a look, so I committed the following to mainline and
the 3.3-branch.

Gerald

2002-12-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>

	* gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
	depending on gcc/intl/plural.y.

Index: gcc_update
===================================================================
RCS file: /cvs/gcc/gcc/contrib/gcc_update,v
retrieving revision 1.40
diff -u -3 -p -r1.40 gcc_update
--- gcc_update	28 Dec 2002 16:24:33 -0000	1.40
+++ gcc_update	29 Dec 2002 19:34:17 -0000
@@ -29,7 +29,7 @@
 # contrib/gcc_update --list
 #
 #
-# (C) 1998, 1999, 2000, 2001 Free Software Foundation
+# (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation
 # Originally by Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>, August 1998.
 #
 # This script is Free Software, and it can be copied, distributed and
@@ -69,6 +69,7 @@ gcc/configure: gcc/configure.in
 gcc/cstamp-h.in: gcc/configure.in gcc/acconfig.h
 gcc/config.in: gcc/cstamp-h.in
 gcc/fixinc/fixincl.x: gcc/fixinc/fixincl.tpl gcc/fixinc/inclhack.def
+gcc/intl/plural.c: gcc/intl/plural.y
 # And then, language-specific files
 gcc/f/intdoc.texi: gcc/f/intdoc.in gcc/f/intdoc.c gcc/f/intrin.h gcc/f/intrin.def
 gcc/ada/treeprs.ads: gcc/ada/treeprs.adt gcc/ada/sinfo.ads gcc/ada/xtreeprs.adb


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