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:55:02 -0700
commitdc786f9841ea687fa46ee3f03a1a39da441336b3 (patch)
tree8153d5168ab784023eeb26c1e6e363826d300b19 /meta/recipes-devtools/gcc/gcc-6.4.inc
parentaa072d0162e51340b065092a440b775061911699 (diff)
downloadpoky-dc786f9841ea687fa46ee3f03a1a39da441336b3.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: 8283b4ee5290843b1033ca496759fce6229b8f91) 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 66654e62a9..1803917f01 100644
--- a/meta/recipes-devtools/gcc/gcc-6.4.inc
+++ b/meta/recipes-devtools/gcc/gcc-6.4.inc
@@ -88,7 +88,20 @@ BACKPORTS = "\
88 file://CVE-2016-6131.patch \ 88 file://CVE-2016-6131.patch \
89 file://0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \ 89 file://0057-ARM-PR-82445-suppress-32-bit-aligned-ldrd-strd-peeph.patch \
90 file://0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch \ 90 file://0001-enable-FL_LPAE-flag-for-armv7ve-cores.patch \
91 file://0001-i386-Move-struct-ix86_frame-to-machine_function.patch \
92 file://0002-i386-Use-reference-of-struct-ix86_frame-to-avoid-cop.patch \
93 file://0003-i386-Use-const-reference-of-struct-ix86_frame-to-avo.patch \
94 file://0004-x86-Add-mindirect-branch.patch \
95 file://0005-x86-Add-mfunction-return.patch \
96 file://0006-x86-Add-mindirect-branch-register.patch \
97 file://0007-x86-Add-V-register-operand-modifier.patch \
98 file://0008-x86-Disallow-mindirect-branch-mfunction-return-with-.patch \
99 file://0009-Use-INVALID_REGNUM-in-indirect-thunk-processing.patch \
100 file://0010-i386-Pass-INVALID_REGNUM-as-invalid-register-number.patch \
101 file://0011-i386-Update-mfunction-return-for-return-with-pop.patch \
102 file://0012-i386-Add-TARGET_INDIRECT_BRANCH_REGISTER.patch \
91" 103"
104
92SRC_URI[md5sum] = "11ba51a0cfb8471927f387c8895fe232" 105SRC_URI[md5sum] = "11ba51a0cfb8471927f387c8895fe232"
93SRC_URI[sha256sum] = "850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4" 106SRC_URI[sha256sum] = "850bf21eafdfe5cd5f6827148184c08c4a0852a37ccf36ce69855334d2c914d4"
94 107