Properly sign-extend byte.
commit0a4c2706481e47063d49bc221f6c31414d1678bb
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Jan 2011 17:08:11 +0000 (18 17:08 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 18 Jan 2011 17:08:11 +0000 (18 17:08 +0000)
treed58f2c4dfdaacbdc63b93a26e828df336dbaecf8
parent38cd63be1c67b805b628d9c11a37af3523d4fef2
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.
gas/testsuite/ChangeLog
gas/testsuite/gas/i386/intel.d
gas/testsuite/gas/i386/opcode-intel.d
gas/testsuite/gas/i386/opcode-suffix.d
gas/testsuite/gas/i386/opcode.d
opcodes/ChangeLog
opcodes/i386-dis.c