From c5a4e662fd2b2a90e6401a19728746adc91ffca2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 25 May 2015 08:53:36 +0000 Subject: Add fix from upstream for gold and COPY relocs #549276 by Marcin Mirosław. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200) --- sys-devel/binutils/ChangeLog | 7 ++++++- sys-devel/binutils/binutils-2.25-r1.ebuild | 11 +++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 sys-devel/binutils/binutils-2.25-r1.ebuild (limited to 'sys-devel') diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog index e4ebd902954b..73775929c227 100644 --- a/sys-devel/binutils/ChangeLog +++ b/sys-devel/binutils/ChangeLog @@ -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 +binutils-2.25-r1.ebuild: + Add fix from upstream for gold and COPY relocs #549276 by Marcin Mirosław. 21 Apr 2015; Mike Frysinger binutils-2.25.ebuild: Add fix from upstream for enabling mips/gold. diff --git a/sys-devel/binutils/binutils-2.25-r1.ebuild b/sys-devel/binutils/binutils-2.25-r1.ebuild new file mode 100644 index 000000000000..35f8cc09e345 --- /dev/null +++ b/sys-devel/binutils/binutils-2.25-r1.ebuild @@ -0,0 +1,11 @@ +# 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" -- cgit v1.2.3-65-gdbad