diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-01-21 22:10:40 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-01-21 22:10:40 +0000 |
commit | 4fb4db51eff3cf571a0a2bde1fb5359ffc17cd5c (patch) | |
tree | a636d554c8cc504fe9a644bc067ab2f20f05ff74 /sys-devel/gcc | |
parent | clean up (diff) | |
download | gentoo-2-4fb4db51eff3cf571a0a2bde1fb5359ffc17cd5c.tar.gz gentoo-2-4fb4db51eff3cf571a0a2bde1fb5359ffc17cd5c.tar.bz2 gentoo-2-4fb4db51eff3cf571a0a2bde1fb5359ffc17cd5c.zip |
Patchset 1.11. Fixes bug #451680 (bootstrap comparison failure on alpha) and
bug #452768 (unable to find a register to spill in class 'VFP_LO_REGS' on
arm).
(Portage version: 2.2.0_alpha158/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.3.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 883d3f6138d4..bda1ec70f7dc 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.932 2013/01/15 02:18:17 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.933 2013/01/21 22:10:40 dirtyepic Exp $ + + 21 Jan 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.3.ebuild: + Patchset 1.11. Fixes bug #451680 (bootstrap comparison failure on alpha) and + bug #452768 (unable to find a register to spill in class 'VFP_LO_REGS' on + arm). 15 Jan 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.3.ebuild: Patchset 1.10. Backport patch to fix ICE on arm (bug #401561). diff --git a/sys-devel/gcc/gcc-4.6.3.ebuild b/sys-devel/gcc/gcc-4.6.3.ebuild index 182f65b77568..cae47e256a5f 100644 --- a/sys-devel/gcc/gcc-4.6.3.ebuild +++ b/sys-devel/gcc/gcc-4.6.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.25 2013/01/15 02:18:17 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.26 2013/01/21 22:10:40 dirtyepic Exp $ -PATCH_VER="1.10" +PATCH_VER="1.11" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |