diff options
| author | Ross Burton <ross.burton@intel.com> | 2016-07-14 19:59:47 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:28:49 +0100 |
| commit | bb915a1492df591602d6e0a6b160afaad215a893 (patch) | |
| tree | c15b07c35cb8a1c96400a47ef629f619fc079033 /meta/recipes-devtools/binutils/binutils-2.26.inc | |
| parent | 4fdfee4a78c9a30483eb5ccc01448fbce06afe9c (diff) | |
| download | poky-bb915a1492df591602d6e0a6b160afaad215a893.tar.gz | |
binutils: backport fix for TLSDESC relocations with no TLS segment on arch64
As exposed by WebKit on aarch64 hosts, which causes binutils to throw an
internal error.
[ YOCTO #9509 ]
(From OE-Core rev: b31294e4f34dfb530c40526ab56c07aedb76e31b)
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.26.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.26.inc | 1 |
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 82cb7f566c..1f7bee29eb 100644 --- a/meta/recipes-devtools/binutils/binutils-2.26.inc +++ b/meta/recipes-devtools/binutils/binutils-2.26.inc | |||
| @@ -35,6 +35,7 @@ SRC_URI = "\ | |||
| 35 | file://0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch \ | 35 | file://0013-Fix-GOT-address-computations-in-initial-PLT-entries-.patch \ |
| 36 | file://0014-Correct-nios2-_gp-address-computation.patch \ | 36 | file://0014-Correct-nios2-_gp-address-computation.patch \ |
| 37 | file://0015-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ | 37 | file://0015-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch \ |
| 38 | file://aarch64-tls.patch \ | ||
| 38 | " | 39 | " |
| 39 | S = "${WORKDIR}/git" | 40 | S = "${WORKDIR}/git" |
| 40 | 41 | ||
