diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-14 05:04:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-15 10:01:44 +0100 |
commit | 24abb881962816bc1c0ea090897c7e98113fba5d (patch) | |
tree | 807d4351dbe8376b960d386de5393a571e400f1b /meta/recipes-devtools/binutils/binutils-2.27.inc | |
parent | be587dbc7043f154263b2099c5eaaad16e63739e (diff) | |
download | poky-24abb881962816bc1c0ea090897c7e98113fba5d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.27.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.27.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.27.inc b/meta/recipes-devtools/binutils/binutils-2.27.inc index b0c5267456..af1420b247 100644 --- a/meta/recipes-devtools/binutils/binutils-2.27.inc +++ b/meta/recipes-devtools/binutils/binutils-2.27.inc | |||
@@ -35,6 +35,7 @@ SRC_URI = "\ | |||
35 | file://0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ | 35 | file://0013-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ |
36 | file://0014-libtool-remove-rpath.patch \ | 36 | file://0014-libtool-remove-rpath.patch \ |
37 | file://0015-binutils-mips-gas-pic-relax-linkonce.diff \ | 37 | file://0015-binutils-mips-gas-pic-relax-linkonce.diff \ |
38 | file://0015-Refine-.cfi_sections-check-to-only-consider-compact-.patch \ | ||
38 | " | 39 | " |
39 | S = "${WORKDIR}/git" | 40 | S = "${WORKDIR}/git" |
40 | 41 | ||