]> 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:25:44 +0000 (15:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 22 May 2016 07:42:46 +0000 (08:42 +0100)
commit059d459d48bd42a282005698c4dc4a3ecbd2d88f
tree54f8051d6f5442da43de17fcdb3f8801cb936fe1
parent69b1e25a53255433262178b91ab3e328768ad725
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.9.1.inc
meta/recipes-devtools/gdb/gdb/0001-7.9.1-Add-target-descriptions-for-AVX-MPX.patch [new file with mode: 0644]