aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.27.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-02-09 12:46:14 -0800
committerArmin Kuster <akuster808@gmail.com>2018-02-23 07:48:31 -0800
commit46bdb29b93b05b2805369dd67b34d6860fce15bd (patch)
tree9ccbd9db62980b5756b6df6edd05312918be5064 /meta/recipes-devtools/binutils/binutils-2.27.inc
parentf34d7e3ee330656f1ca1e03debad687951fd7a88 (diff)
downloadopenembedded-core-contrib-46bdb29b93b05b2805369dd67b34d6860fce15bd.tar.gz
binutils: Fix relocation overflow errors with gold
WPE Webkit fails to link with gold from binutils 2.27 release Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.27.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.27.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.27.inc b/meta/recipes-devtools/binutils/binutils-2.27.inc
index 1311b65847..e631cc12f9 100644
--- a/meta/recipes-devtools/binutils/binutils-2.27.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.27.inc
@@ -39,6 +39,8 @@ SRC_URI = "\
file://0016-Fix-seg-fault-in-ARM-linker-when-trying-to-parse-a-b.patch \
file://0017-Fix-the-generation-of-alignment-frags-in-code-sectio.patch \
file://0001-ppc-apuinfo-for-spe-parsed-incorrectly.patch \
+ file://PR21152.patch \
+ file://improve-relocation-overflow-errors.patch \
file://CVE-2017-6965.patch \
file://CVE-2017-6966.patch \
file://CVE-2017-6969.patch \