]> code.ossystems Code Review - openembedded-core.git/commit
gdb: Backport patch to changes with AVX and MPX
authorbavery <brian.avery@intel.com>
Thu, 19 May 2016 22:04:39 +0000 (15:04 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2016 09:20:22 +0000 (10:20 +0100)
commitdee987b6f157b0bc245086d3af914d411ae6d1ab
tree216bb6d395543fb7c220ed9a0891dc9c08157b89
parent0f1054e7db74bb4a196e00773915d7997b55bdf2
gdb: Backport patch to changes with AVX and MPX

The current MPX target descriptions assume that MPX is always combined
with AVX, however that's not correct.  We can have machines with MPX
and without AVX; or machines with AVX and without MPX.

This patch adds new target descriptions for machines that support
both MPX and AVX, as duplicates of the existing MPX descriptions.

The following commit will remove AVX from the MPX-only descriptions.

This commit is backported from 7.12

Signed-off-by: bavery <brian.avery@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-devtools/gdb/gdb/0011-avx_mpx.patch [new file with mode: 0644]