vapier 15/05/25 08:53:36 Modified: ChangeLog Added: binutils-2.25-r1.ebuild Log: Add fix from upstream for gold and COPY relocs #549276 by Marcin Mirosław. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.531 sys-devel/binutils/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.531&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.531&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.530&r2=1.531 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v retrieving revision 1.530 retrieving revision 1.531 diff -u -r1.530 -r1.531 --- ChangeLog 21 Apr 2015 01:23:28 -0000 1.530 +++ ChangeLog 25 May 2015 08:53:36 -0000 1.531 @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.530 2015/04/21 01:23:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.531 2015/05/25 08:53:36 vapier Exp $ + +*binutils-2.25-r1 (25 May 2015) + + 25 May 2015; Mike Frysinger <[email protected]> +binutils-2.25-r1.ebuild: + Add fix from upstream for gold and COPY relocs #549276 by Marcin Mirosław. 21 Apr 2015; Mike Frysinger <[email protected]> binutils-2.25.ebuild: Add fix from upstream for enabling mips/gold. 1.1 sys-devel/binutils/binutils-2.25-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.25-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.25-r1.ebuild?rev=1.1&content-type=text/plain Index: binutils-2.25-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.25-r1.ebuild,v 1.1 2015/05/25 08:53:36 vapier Exp $ EAPI="4" PATCHVER="1.2" ELF2FLT_VER="" inherit toolchain-binutils KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd -sparc-fbsd ~x86-fbsd"
