summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/binutils/binutils-2.26.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-10-14 05:04:07 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-08 23:03:17 +0000
commite299ac7d5b1e7af7940766e1232f6e425029fab6 (patch)
treeaaff245d1c98e3d33f26fddfcd83fd44921d87d2 /meta/recipes-devtools/binutils/binutils-2.26.inc
parentab9ec025122357f2736fe31a398a2db04a2b7b3b (diff)
downloadopenembedded-core-e299ac7d5b1e7af7940766e1232f6e425029fab6.tar.gz
openembedded-core-e299ac7d5b1e7af7940766e1232f6e425029fab6.tar.bz2
openembedded-core-e299ac7d5b1e7af7940766e1232f6e425029fab6.zip
binutils: Fix gas error with cfi_section inconsistencies
This error is visible when using clang but not when using gcc this has been reported and fixed upstream. llvm bug https://llvm.org/bugs/show_bug.cgi?id=29017 binutils bug https://sourceware.org/bugzilla/show_bug.cgi?id=20648 (From OE-Core rev: e5a81575f11dc2a0ec9ee4184514750d2dbd09aa) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> hand merged to apply against 2.26 Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.26.inc')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.26.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.26.inc b/meta/recipes-devtools/binutils/binutils-2.26.inc
index 4b33b04238..283167c718 100644
--- a/meta/recipes-devtools/binutils/binutils-2.26.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.26.inc
@@ -36,6 +36,7 @@ SRC_URI = "\
file://0014-Correct-nios2-_gp-address-computation.patch \
file://0015-allow-zero-length-elements.patch \
file://aarch64-tls.patch \
+ file://0015-Refine-.cfi_sections-check-to-only-consider-compact-.patch \
"
S = "${WORKDIR}/git"