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.4.5.ebuild
Date: Sun, 03 Jul 2011 03:18:59
Message-Id: 20110703031848.6B0B32004B@flycatcher.gentoo.org
1 dirtyepic 11/07/03 03:18:48
2
3 Modified: ChangeLog gcc-4.4.5.ebuild
4 Log:
5 Patchset 1.3 for 4.4.5. Fixes bug #347281 (backport PowerPC -msingle-pic-base
6 and -mrelocatable support), bug #352201 (float args passed incorrectly from
7 ms_abi to sysv functions), and bug #365045 (IA64 ICE building erlang).
8
9 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.815 sys-devel/gcc/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.815&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.815&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.814&r2=1.815
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
21 retrieving revision 1.814
22 retrieving revision 1.815
23 diff -u -r1.814 -r1.815
24 --- ChangeLog 1 Jul 2011 07:27:56 -0000 1.814
25 +++ ChangeLog 3 Jul 2011 03:18:48 -0000 1.815
26 @@ -1,6 +1,11 @@
27 # ChangeLog for sys-devel/gcc
28 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.814 2011/07/01 07:27:56 dirtyepic Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.815 2011/07/03 03:18:48 dirtyepic Exp $
31 +
32 + 03 Jul 2011; Ryan Hill <dirtyepic@g.o> gcc-4.4.5.ebuild:
33 + Patchset 1.3 for 4.4.5. Fixes bug #347281 (backport PowerPC -msingle-pic-base
34 + and -mrelocatable support), bug #352201 (float args passed incorrectly from
35 + ms_abi to sysv functions), and bug #365045 (IA64 ICE building erlang).
36
37 *gcc-4.3.6 (01 Jul 2011)
38
39
40
41
42 1.11 sys-devel/gcc/gcc-4.4.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild?rev=1.11&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild?rev=1.11&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild?r1=1.10&r2=1.11
47
48 Index: gcc-4.4.5.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v
51 retrieving revision 1.10
52 retrieving revision 1.11
53 diff -u -r1.10 -r1.11
54 --- gcc-4.4.5.ebuild 11 Mar 2011 07:06:37 -0000 1.10
55 +++ gcc-4.4.5.ebuild 3 Jul 2011 03:18:48 -0000 1.11
56 @@ -1,8 +1,8 @@
57 # Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.10 2011/03/11 07:06:37 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.5.ebuild,v 1.11 2011/07/03 03:18:48 dirtyepic Exp $
61
62 -PATCH_VER="1.2"
63 +PATCH_VER="1.3"
64 UCLIBC_VER="1.0"
65
66 ETYPE="gcc-compiler"