Gentoo Archives: gentoo-commits

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