Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.5.0.ebuild
Date: Sun, 27 Jun 2010 04:23:51
Message-Id: 20100627042346.9614C2CF89@corvid.gentoo.org
1 dirtyepic 10/06/27 04:23:46
2
3 Modified: ChangeLog gcc-4.5.0.ebuild
4 Log:
5 Bump patchset. This release fixes the following bugs:
6
7 #317187 - Wrong code w/ -foptimize-sibling-calls (enabled at -O2)
8 #317269 - Link shared libs to libc on FreeBSD
9 #317513 - Core i? CPUs misdetected as Atom with -march=native
10 #317755 - Bootstrap failure with -march=atom
11 (Portage version: 2.2_rc67/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.763 sys-devel/gcc/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.763&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.763&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.762&r2=1.763
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
23 retrieving revision 1.762
24 retrieving revision 1.763
25 diff -u -r1.762 -r1.763
26 --- ChangeLog 21 Jun 2010 22:49:21 -0000 1.762
27 +++ ChangeLog 27 Jun 2010 04:23:46 -0000 1.763
28 @@ -1,6 +1,14 @@
29 # ChangeLog for sys-devel/gcc
30 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.762 2010/06/21 22:49:21 zorry Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.763 2010/06/27 04:23:46 dirtyepic Exp $
33 +
34 + 27 Jun 2010; Ryan Hill <dirtyepic@g.o> gcc-4.5.0.ebuild:
35 + Bump patchset. This release fixes the following bugs:
36 +
37 + #317187 - Wrong code w/ -foptimize-sibling-calls (enabled at -O2)
38 + #317269 - Link shared libs to libc on FreeBSD
39 + #317513 - Core i? CPUs misdetected as Atom with -march=native
40 + #317755 - Bootstrap failure with -march=atom
41
42 21 Jun 2010; Magnus Granberg <zorry@g.o> gcc-4.5.0.ebuild:
43 Add hardened support #318171
44
45
46
47 1.8 sys-devel/gcc/gcc-4.5.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild?rev=1.8&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild?r1=1.7&r2=1.8
52
53 Index: gcc-4.5.0.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v
56 retrieving revision 1.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- gcc-4.5.0.ebuild 21 Jun 2010 22:49:21 -0000 1.7
60 +++ gcc-4.5.0.ebuild 27 Jun 2010 04:23:46 -0000 1.8
61 @@ -1,8 +1,8 @@
62 # Copyright 1999-2010 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v 1.7 2010/06/21 22:49:21 zorry Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v 1.8 2010/06/27 04:23:46 dirtyepic Exp $
66
67 -PATCH_VER="1.1"
68 +PATCH_VER="1.2"
69 UCLIBC_VER="1.0"
70
71 ETYPE="gcc-compiler"