diff options
author | Jan Beulich <jbeulich@suse.com> | 2020-06-18 09:13:49 +0200 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2020-06-18 04:58:27 -0700 |
commit | d27c357a5b83773054e85ff3ea5dbfe18b9dd3c0 (patch) | |
tree | cf094530f06edceda408c033c60d93d8953e0881 /gas/ChangeLog | |
parent | 9a17a136439c200b13a69d453f38824b7edc522c (diff) | |
download | gdb-d27c357a5b83773054e85ff3ea5dbfe18b9dd3c0.zip gdb-d27c357a5b83773054e85ff3ea5dbfe18b9dd3c0.tar.gz gdb-d27c357a5b83773054e85ff3ea5dbfe18b9dd3c0.tar.bz2 |
x86: also test alternative VMGEXIT encoding
gas/
* testsuite/gas/i386/arch-13.s: Add alternative VMGEXIT case.
* testsuite/gas/i386/arch-13.d: Extend -march=. Adjust
expectations.
opcodes/
* i386-dis.c (prefix_table): Revert the last vmgexit change.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5b2b106..3e16a19 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2020-06-18 Jan Beulich <jbeulich@suse.com> + + * testsuite/gas/i386/arch-13.s: Add alternative VMGEXIT case. + * testsuite/gas/i386/arch-13.d: Extend -march=. Adjust + expectations. + 2020-06-16 Lili Cui <lili.cui@intel.com> * config/tc-i386.c (cpu_arch): Correct noavx512_vp2intersect |