diff options
author | Jan Beulich <jbeulich@novell.com> | 2018-06-01 08:37:24 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2018-06-01 08:37:24 +0200 |
commit | 647957107595c7f8209686577739240b7a222aba (patch) | |
tree | dc161001fdf2a430db04fd43aca7bbed3a59d146 /gas/ChangeLog | |
parent | 030157d8a65afcc6292a4d3d183b816ed2ff7c57 (diff) | |
download | gdb-647957107595c7f8209686577739240b7a222aba.zip gdb-647957107595c7f8209686577739240b7a222aba.tar.gz gdb-647957107595c7f8209686577739240b7a222aba.tar.bz2 |
x86/Intel: accept "oword ptr" for INVPCID
The insn is no different in this reagrd from INVEPT and INVVPID.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 93dc1c7..14f03bc 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2018-06-01 Jan Beulich <jbeulich@suse.com> + + * testsuite/gas/i386/invpcid.s, + testsuite/gas/i386/x86-64-invpcid.s: Add test with explicit + "oword ptr". + * testsuite/gas/i386/invpcid.d, + testsuite/gas/i386/invpcid-intel.d, + testsuite/gas/i386/x86-64-invpcid.d, + testsuite/gas/i386/x86-64-invpcid-intel.d: Adjust expectations. + 2018-05-30 Amit Pawar <amit.pawar@amd.com> * config/tc-i386.c (cpu_flag_init): Add CPU_ZNVER2_FLAGS. |