diff options
author | Jan Beulich <jbeulich@novell.com> | 2017-11-15 08:48:51 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2017-11-15 08:48:51 +0100 |
commit | 0645f0a2a75ad77d9786595978591d3f302f9647 (patch) | |
tree | dbb506276f9cd08824e99995a4a471403b9d56ee /gas/ChangeLog | |
parent | 99847db8ea741f895d79b9312114c13ccb660d83 (diff) | |
download | binutils-gdb-0645f0a2a75ad77d9786595978591d3f302f9647.tar.gz |
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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f9273938da7..66bc0349052 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +2017-11-15 Jan Beulich <jbeulich@suse.com> + + * testsuite/gas/i386/x86-64-reg.s: Add extended byte reg tests. + * testsuite/gas/i386/x86-64-reg.d, + testsuite/gas/i386/x86-64-reg-intel.d, + testsuite/gas/i386/ilp32/x86-64-reg.d, + testsuite/gas/i386/ilp32/x86-64-reg-intel.d: Adjust + expectations. + + * testsuite/gas/i386/x86-64-reg-bad.{s,l}: New. + * testsuite/gas/i386/i386.exp: Run new test. + 2017-11-14 Jim Wilson <jimw@sifive.com> * testsuite/gas/lns/lns.exp (lns-common-1): Add riscv*-*-* to alt list. |