summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-05-25 08:53:36 +0000
committerMike Frysinger <vapier@gentoo.org>2015-05-25 08:53:36 +0000
commitc5a4e662fd2b2a90e6401a19728746adc91ffca2 (patch)
treeb2012759e7aab5a55b914f4e1d99d2f11f8cea88 /sys-devel
parentBump to latest aufs (diff)
downloadgentoo-2-c5a4e662fd2b2a90e6401a19728746adc91ffca2.tar.gz
gentoo-2-c5a4e662fd2b2a90e6401a19728746adc91ffca2.tar.bz2
gentoo-2-c5a4e662fd2b2a90e6401a19728746adc91ffca2.zip
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)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/ChangeLog7
-rw-r--r--sys-devel/binutils/binutils-2.25-r1.ebuild11
2 files changed, 17 insertions, 1 deletions
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 <vapier@gentoo.org> +binutils-2.25-r1.ebuild:
+ Add fix from upstream for gold and COPY relocs #549276 by Marcin Mirosław.
21 Apr 2015; Mike Frysinger <vapier@gentoo.org> 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"