]> code.ossystems Code Review - openembedded-core.git/commit
gdb: Backport patch to changes with AVX and MPX
authorSaul Wold <sgw@linux.intel.com>
Thu, 19 May 2016 22:24:13 +0000 (15:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 May 2016 07:42:35 +0000 (08:42 +0100)
commit350fd5d16888b3882b861ce955a3383e99420bd4
tree5fa82ab7d5bd509dd982a414a43b991955b38cf2
parent178c1253c4e50d287476436abc92781fa96ef4fc
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: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb-7.10.1.inc
meta/recipes-devtools/gdb/gdb/0001-7.10.1-Add-target-descriptions-for-AVX-MPX.patch [new file with mode: 0644]