Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/gcc/4.3.3/gentoo: 69_all-gcc43-pr38591-depend.patch README.history
Date: Sun, 06 Feb 2011 18:43:41
Message-Id: 20110206184327.6281D2005E@flycatcher.gentoo.org
1 vapier 11/02/06 18:43:27
2
3 Modified: README.history
4 Added: 69_all-gcc43-pr38591-depend.patch
5 Log:
6 add fix from upstream tracked down by Israel G. Lugo for parallel build issues #305739 by Andrew Gaffney
7
8 Revision Changes Path
9 1.9 src/patchsets/gcc/4.3.3/gentoo/README.history
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.3/gentoo/README.history?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.3/gentoo/README.history?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.3/gentoo/README.history?r1=1.8&r2=1.9
14
15 Index: README.history
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/src/patchsets/gcc/4.3.3/gentoo/README.history,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- README.history 20 Jun 2009 18:52:36 -0000 1.8
22 +++ README.history 6 Feb 2011 18:43:27 -0000 1.9
23 @@ -1,4 +1,5 @@
24 1.3 pending
25 + + 69_all-gcc43-pr38591-depend.patch
26 + 93_all_gcc43-pr37179.patch
27
28 1.2 24.05.2009
29
30
31
32 1.1 src/patchsets/gcc/4.3.3/gentoo/69_all-gcc43-pr38591-depend.patch
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.3/gentoo/69_all-gcc43-pr38591-depend.patch?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/gcc/4.3.3/gentoo/69_all-gcc43-pr38591-depend.patch?rev=1.1&content-type=text/plain
36
37 Index: 69_all-gcc43-pr38591-depend.patch
38 ===================================================================
39 https://bugs.gentoo.org/305739
40
41 fix random parallel build issues in sparseset.c. upstream has this in a much
42 larger general commit (svn rev 137792), so use just the small piece that we
43 keep hitting issues with.
44
45 patch by Israel G. Lugo
46
47 --- gcc-4.3/gcc/Makefile.in
48 +++ gcc-4.3/gcc/Makefile.in
49 @@ -1789,7 +1789,7 @@
50 $(FLAGS_H) hard-reg-set.h $(BASIC_BLOCK_H) $(OBSTACK_H)
51 ebitmap.o: ebitmap.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
52 $(EBITMAP_H)
53 -sparseset.o: sparseset.c $(SYSTEM_H) sparseset.h
54 +sparseset.o: sparseset.c $(SYSTEM_H) sparseset.h $(CONFIG_H)
55
56 COLLECT2_OBJS = collect2.o tlink.o intl.o version.o
57 COLLECT2_LIBS = @COLLECT2_LIBS@