opcodes/
authorJan Beulich <jbeulich@novell.com>
Fri, 1 Dec 2006 14:56:11 +0000 (14:56 +0000)
committerJan Beulich <jbeulich@novell.com>
Fri, 1 Dec 2006 14:56:11 +0000 (14:56 +0000)
commita35ca55aee929c1b59136d93a257f0b5dcad6186
treedd0bd11d8ea33554952ee0f83acb2c5d67f6ff8a
parent55d55ac712a8d2763cce40bafdb31ca3c2f04beb
opcodes/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* i386-dis.c (dis386): Use 'R' and 'O' for cbw/cwd unconditionally.
(putop): For 'O' suffix, print 'q' in Intel mode, and mark data prefix
used. For 'R' and 'W' suffix, simplify and fix Intel mode.

gas/testsuite/
2006-11-30  Jan Beulich  <jbeulich@novell.com>

* gas/i386/intel.s: Use Intel syntax in Intel syntax test.
* gas/i386/x86-64-cbw.[sd]: New.
* gas/i386/x86-64-cbw-intel.d: New.
* gas/i386/i386.exp: Run new tests.
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/i386.exp
gas/testsuite/gas/i386/intel.s
gas/testsuite/gas/i386/x86-64-cbw-intel.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-cbw.d [new file with mode: 0644]
gas/testsuite/gas/i386/x86-64-cbw.s [new file with mode: 0644]
opcodes/ChangeLog
opcodes/i386-dis.c