diff options
author | Jan Beulich <jbeulich@novell.com> | 2017-11-13 12:21:29 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2017-11-13 12:21:29 +0100 |
commit | 897e603cb98c50968ea21d1b3baac5bc020ccc06 (patch) | |
tree | ee773b2c553a01005ed877a2eab5880ede8f1d2e /opcodes/ChangeLog | |
parent | 1187cf29b1f77b4d806c3bbe1fcd86fc7387eeb9 (diff) | |
download | gdb-897e603cb98c50968ea21d1b3baac5bc020ccc06.zip gdb-897e603cb98c50968ea21d1b3baac5bc020ccc06.tar.gz gdb-897e603cb98c50968ea21d1b3baac5bc020ccc06.tar.bz2 |
x86: {f,}xsave64 / {f,}xrstor64 / xsaveopt64 should not allow q suffix
Just like is the case for xsave{s,c}64 and xrstors64 already. I wonder
though why xsave{s,c} and xrstors don't allow for the q suffix, other
than the other insns without the "64" suffix do.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 809cad3..f9454b3 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2017-11-13 Jan Beulich <jbeulich@suse.com> + + * i386-opc.tbl (fxsave64, fxrstor64, xsave64, xrstor64, + xsaveopt64): Add No_qSuf. + * i386-tbl.h: Re-generate. + 2017-11-09 Tamar Christina <tamar.christina@arm.com> * aarch64-opc.c (aarch64_sys_regs): Add ARMv8.4-a registers; |