diff options
author | Jan Beulich <jbeulich@novell.com> | 2006-12-01 14:56:11 +0000 |
---|---|---|
committer | Jan Beulich <jbeulich@novell.com> | 2006-12-01 14:56:11 +0000 |
commit | a35ca55aee929c1b59136d93a257f0b5dcad6186 (patch) | |
tree | dd0bd11d8ea33554952ee0f83acb2c5d67f6ff8a /opcodes/ChangeLog | |
parent | 55d55ac712a8d2763cce40bafdb31ca3c2f04beb (diff) | |
download | gdb-a35ca55aee929c1b59136d93a257f0b5dcad6186.zip gdb-a35ca55aee929c1b59136d93a257f0b5dcad6186.tar.gz gdb-a35ca55aee929c1b59136d93a257f0b5dcad6186.tar.bz2 |
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.
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 f9a755a..36a479c 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +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. + 2006-11-29 Paul Brook <paul@codesourcery.com> * arm-dis.c (coprocessor_opcodes): Fix bitfields for fconstd/fconstd. |