diff options
author | Walfred Tedeschi <walfred.tedeschi@intel.com> | 2016-04-19 15:45:50 +0200 |
---|---|---|
committer | Walfred Tedeschi <walfred.tedeschi@intel.com> | 2016-04-19 15:45:50 +0200 |
commit | f42bf748e417cf9120fc57d144b6eaaf3adda247 (patch) | |
tree | b3f02315e8093cedf2e8789f385e65693d1b67e6 /gdb/regformats | |
parent | 2b863f512dce3c2469cf40e4559fb571b1b01658 (diff) | |
download | gdb-f42bf748e417cf9120fc57d144b6eaaf3adda247.zip gdb-f42bf748e417cf9120fc57d144b6eaaf3adda247.tar.gz gdb-f42bf748e417cf9120fc57d144b6eaaf3adda247.tar.bz2 |
Re-factor (i386|amd64)mpx target descriptions.
In the previous patch a new set of target descriptions
(i386|amd64)-avx-mpx were added being same as the (i386|amd64)-mpx.
This patch removes AVX feature from (i386|amd64)-mpx target
description set.
This way the (i386|amd64)avx_mpx(_linux|) set has AVX and MPX features
and (i386|amd64)mpx(_linux|) only MPX.
2016-04-14 Walfred Tedeschi <walfred.tedeschi@intel.com>
* features/i386/amd64-mpx-linux.xml: Remove AVX feature.
* features/i386/amd64-mpx.xml: Remove AVX feature.
* features/i386/i386-mpx-linux.xml: Remove AVX feature.
* features/i386/i386-mpx.xml: Remove AVX feature.
* features/i386/amd64-mpx-linux.c: Regenerate.
* features/i386/amd64-mpx.c: Regenerate.
* features/i386/i386-mpx-linux.c: Regenerate.
* features/i386/i386-mpx.c: Regenerate.
* regformats/i386/amd64-mpx-linux.dat: Regenerate.
* regformats/i386/amd64-mpx.dat: Regenerate.
* regformats/i386/i386-mpx-linux.dat: Regenerate.
* regformats/i386/i386-mpx.dat: Regenerate.
Diffstat (limited to 'gdb/regformats')
-rw-r--r-- | gdb/regformats/i386/amd64-mpx-linux.dat | 16 | ||||
-rw-r--r-- | gdb/regformats/i386/amd64-mpx.dat | 16 | ||||
-rw-r--r-- | gdb/regformats/i386/i386-mpx-linux.dat | 8 | ||||
-rw-r--r-- | gdb/regformats/i386/i386-mpx.dat | 8 |
4 files changed, 0 insertions, 48 deletions
diff --git a/gdb/regformats/i386/amd64-mpx-linux.dat b/gdb/regformats/i386/amd64-mpx-linux.dat index 7a05cfe..523ae01 100644 --- a/gdb/regformats/i386/amd64-mpx-linux.dat +++ b/gdb/regformats/i386/amd64-mpx-linux.dat @@ -61,22 +61,6 @@ expedite:rbp,rsp,rip 128:xmm15 32:mxcsr 64:orig_rax -128:ymm0h -128:ymm1h -128:ymm2h -128:ymm3h -128:ymm4h -128:ymm5h -128:ymm6h -128:ymm7h -128:ymm8h -128:ymm9h -128:ymm10h -128:ymm11h -128:ymm12h -128:ymm13h -128:ymm14h -128:ymm15h 128:bnd0raw 128:bnd1raw 128:bnd2raw diff --git a/gdb/regformats/i386/amd64-mpx.dat b/gdb/regformats/i386/amd64-mpx.dat index 1b75f4d..43b8776 100644 --- a/gdb/regformats/i386/amd64-mpx.dat +++ b/gdb/regformats/i386/amd64-mpx.dat @@ -60,22 +60,6 @@ expedite:rbp,rsp,rip 128:xmm14 128:xmm15 32:mxcsr -128:ymm0h -128:ymm1h -128:ymm2h -128:ymm3h -128:ymm4h -128:ymm5h -128:ymm6h -128:ymm7h -128:ymm8h -128:ymm9h -128:ymm10h -128:ymm11h -128:ymm12h -128:ymm13h -128:ymm14h -128:ymm15h 128:bnd0raw 128:bnd1raw 128:bnd2raw diff --git a/gdb/regformats/i386/i386-mpx-linux.dat b/gdb/regformats/i386/i386-mpx-linux.dat index b52b68d..1dcdce9 100644 --- a/gdb/regformats/i386/i386-mpx-linux.dat +++ b/gdb/regformats/i386/i386-mpx-linux.dat @@ -45,14 +45,6 @@ expedite:ebp,esp,eip 128:xmm7 32:mxcsr 32:orig_eax -128:ymm0h -128:ymm1h -128:ymm2h -128:ymm3h -128:ymm4h -128:ymm5h -128:ymm6h -128:ymm7h 128:bnd0raw 128:bnd1raw 128:bnd2raw diff --git a/gdb/regformats/i386/i386-mpx.dat b/gdb/regformats/i386/i386-mpx.dat index 0ea420b..dda5164 100644 --- a/gdb/regformats/i386/i386-mpx.dat +++ b/gdb/regformats/i386/i386-mpx.dat @@ -44,14 +44,6 @@ expedite:ebp,esp,eip 128:xmm6 128:xmm7 32:mxcsr -128:ymm0h -128:ymm1h -128:ymm2h -128:ymm3h -128:ymm4h -128:ymm5h -128:ymm6h -128:ymm7h 128:bnd0raw 128:bnd1raw 128:bnd2raw |