diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-01-11 00:15:25 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-14 11:35:55 +0000 |
| commit | 4ebe398b1da64f9e6a02a1e617e38cd8bd6b0eda (patch) | |
| tree | bf5a0de83e03d03c532cefbdcdbbe858e51516d1 /meta/recipes-devtools/binutils/binutils-2.31.inc | |
| parent | 227aafa1cff4d9e0f9353c4e87b7adc85f603703 (diff) | |
| download | poky-4ebe398b1da64f9e6a02a1e617e38cd8bd6b0eda.tar.gz | |
binutils: bfd doesn't handle ELF compressed data alignment
Backport patches for ld/gold from master
[YOCTO# 13136]
(From OE-Core rev: e0ed2313f22c2ca30477942fc57877b8b194428a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.31.inc')
| -rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.31.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.31.inc b/meta/recipes-devtools/binutils/binutils-2.31.inc index b8b2d97884..62acec500e 100644 --- a/meta/recipes-devtools/binutils/binutils-2.31.inc +++ b/meta/recipes-devtools/binutils/binutils-2.31.inc | |||
| @@ -37,6 +37,8 @@ SRC_URI = "\ | |||
| 37 | file://0014-Detect-64-bit-MIPS-targets.patch \ | 37 | file://0014-Detect-64-bit-MIPS-targets.patch \ |
| 38 | file://0015-sync-with-OE-libtool-changes.patch \ | 38 | file://0015-sync-with-OE-libtool-changes.patch \ |
| 39 | file://0016-add-i386pep-emulation-for-x86_64.patch \ | 39 | file://0016-add-i386pep-emulation-for-x86_64.patch \ |
| 40 | file://0022-Handle-ELF-compressed-header-alignment-correctly-by-.patch \ | ||
| 41 | file://0023-gold-Get-alignment-of-uncompressed-section-from-ch_a.patch \ | ||
| 40 | file://clang-bfd-fix.patch \ | 42 | file://clang-bfd-fix.patch \ |
| 41 | file://CVE-2018-17358.patch \ | 43 | file://CVE-2018-17358.patch \ |
| 42 | file://CVE-2018-17360.patch \ | 44 | file://CVE-2018-17360.patch \ |
