rhill 14/03/29 06:40:40 Modified: ChangeLog gcc-4.6.4.ebuild Log: 4.6.4 p1.2: Fixes illegal instructions on Haswell (or -mfma) (bug #505960 by Christian Schmidt). Signed-off-by: Ryan Hill <[email protected]> (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Revision Changes Path 1.1000 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1000&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.1000&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.999&r2=1.1000 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.999 retrieving revision 1.1000 diff -u -r1.999 -r1.1000 --- ChangeLog 16 Feb 2014 07:32:05 -0000 1.999 +++ ChangeLog 29 Mar 2014 06:40:40 -0000 1.1000 @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.999 2014/02/16 07:32:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1000 2014/03/29 06:40:40 rhill Exp $ + + 29 Mar 2014; Ryan Hill <[email protected]> gcc-4.6.4.ebuild: + 4.6.4 p1.2: Fixes illegal instructions on Haswell (or -mfma) (bug #505960 + by Christian Schmidt). 16 Feb 2014; Mike Frysinger <[email protected]> gcc-4.7.3-r1.ebuild: Mark sh stable. 1.6 sys-devel/gcc/gcc-4.6.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild?r1=1.5&r2=1.6 Index: gcc-4.6.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gcc-4.6.4.ebuild 19 Jan 2014 01:51:34 -0000 1.5 +++ gcc-4.6.4.ebuild 29 Mar 2014 06:40:40 -0000 1.6 @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.5 2014/01/19 01:51:34 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.6 2014/03/29 06:40:40 rhill Exp $ EAPI="2" -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" # Hardened gcc 4 stuff
