diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-01-18 17:08:13 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-01-18 17:08:13 +0000 |
commit | e3949f17f39bb2cf78561541b0473cd93cb000cf (patch) | |
tree | e00f63abb051ca68530132dd45183dabbf3ec9af /opcodes/ChangeLog | |
parent | 0ae8ca9029b209a60351c07da4380985dcd15e15 (diff) | |
download | gdb-e3949f17f39bb2cf78561541b0473cd93cb000cf.zip gdb-e3949f17f39bb2cf78561541b0473cd93cb000cf.tar.gz gdb-e3949f17f39bb2cf78561541b0473cd93cb000cf.tar.bz2 |
Properly sign-extend byte.
gas/testsuite/
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/intel.d: Updated.
* gas/i386/opcode-intel.d: Likewise.
* gas/i386/opcode-suffix.d: Likewise.
* gas/i386/opcode.d: Likewise.
opcodes/
2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (sIbT): New.
(b_T_mode): Likewise.
(dis386): Replace sIb with sIbT on "pushT".
(x86_64_table): Replace sIb with Ib on "aam" and "aad".
(OP_sI): Handle b_T_mode. Properly sign-extend byte.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 80d3aaa..0b7b023 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2011-01-18 H.J. Lu <hongjiu.lu@intel.com> + + * i386-dis.c (sIbT): New. + (b_T_mode): Likewise. + (dis386): Replace sIb with sIbT on "pushT". + (x86_64_table): Replace sIb with Ib on "aam" and "aad". + (OP_sI): Handle b_T_mode. Properly sign-extend byte. + 2011-01-18 Jan Kratochvil <jan.kratochvil@redhat.com> * i386-init.h: Regenerated. |