summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-6.4.inc
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2018-03-01 10:32:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-14 07:54:06 -0700
commit6f57e8a418dfd917e492ee51485d8934d4696a39 (patch)
tree65e6bd9b52a374a1e479065dd54242fa939c6e47 /meta/recipes-devtools/gcc/gcc-6.4.inc
parent4732d2936cf22dbf2a3fd5548157fa281045e1a4 (diff)
downloadpoky-6f57e8a418dfd917e492ee51485d8934d4696a39.tar.gz
gcc6: Backport few more patches
Backported series of patches from https://github.com/hjl-tools/gcc.git branch /hjl/indirect/gcc-6-branch/master which contains an IA patch series for security related issues (From OE-Core rev: f59291f9a3a7ef65206ef0503ce27eb61dc95caf) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-6.4.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-6.4.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-6.4.inc b/meta/recipes-devtools/gcc/gcc-6.4.inc
index 1a4a0ed128..0216f57431 100644
--- a/meta/recipes-devtools/gcc/gcc-6.4.inc
+++ b/meta/recipes-devtools/gcc/gcc-6.4.inc
@@ -82,7 +82,20 @@ BACKPORTS = "\
82 file://CVE-2016-6131.patch \ 82 file://CVE-2016-6131.patch \
83 file://0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \ 83 file://0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \
84 file://0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch \ 84 file://0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch \
85 file://0001-i386-Move-struct-ix86_frame-to-machine_function.patch \
86 file://0002-i386-Use-reference-of-struct-ix86_frame-to-avoid-cop.patch \
87 file://0003-i386-Use-const-reference-of-struct-ix86_frame-to-avo.patch \
88 file://0004-x86-Add-mindirect-branch.patch \
89 file://0005-x86-Add-mfunction-return.patch \
90 file://0006-x86-Add-mindirect-branch-register.patch \
91 file://0007-x86-Add-V-register-operand-modifier.patch \
92 file://0008-x86-Disallow-mindirect-branch-mfunction-return-with-.patch \
93 file://0009-Use-INVALID_REGNUM-in-indirect-thunk-processing.patch \
94 file://0010-i386-Pass-INVALID_REGNUM-as-invalid-register-number.patch \
95 file://0011-i386-Update-mfunction-return-for-return-with-pop.patch \
96 file://0012-i386-Add-TARGET_INDIRECT_BRANCH_REGISTER.patch \
85" 97"
98
86SRC_URI[md5sum] = "11ba51a0cfb8471927f387c8895fe232" 99SRC_URI[md5sum] = "11ba51a0cfb8471927f387c8895fe232"
87SRC_URI[sha256sum] = "850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4" 100SRC_URI[sha256sum] = "850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4"
88 101