aboutsummaryrefslogtreecommitdiff
path: root/opcodes/ChangeLog
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2017-11-15 08:48:51 +0100
committerJan Beulich <jbeulich@suse.com>2017-11-15 08:48:51 +0100
commit0645f0a2a75ad77d9786595978591d3f302f9647 (patch)
treedbb506276f9cd08824e99995a4a471403b9d56ee /opcodes/ChangeLog
parent99847db8ea741f895d79b9312114c13ccb660d83 (diff)
downloadgdb-0645f0a2a75ad77d9786595978591d3f302f9647.zip
gdb-0645f0a2a75ad77d9786595978591d3f302f9647.tar.gz
gdb-0645f0a2a75ad77d9786595978591d3f302f9647.tar.bz2
x86-64: don't allow use of %axl as accumulator
Just like %cxl can't be used as shift count register. Otherwise for consistency %cxl would need to gain "ShiftCount" and use of both ought to properly cause REX prefixes to be emitted.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r--opcodes/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog
index 68cbfcc..e8af8b2 100644
--- a/opcodes/ChangeLog
+++ b/opcodes/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-15 Jan Beulich <jbeulich@suse.com>
+
+ * i386-reg.tbl (axl): Remove Acc and Byte.
+ * i386-tbl.h: Re-generate.
+
2017-11-14 Jan Beulich <jbeulich@suse.com>
* i386-dis.c (VPCOM_Fixup, VPCOM, xop_cmp_op): New.