diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-08-31 21:56:57 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-08-31 21:56:57 +0000 |
commit | d9e3625e3784394e084ea08b52ee13178b00bd09 (patch) | |
tree | 8ceb8714d00ac0deac3bcf187fc92390e416916b /opcodes/ChangeLog | |
parent | 710e1a31c41cfebe0c425d54efa309bb7054cbc2 (diff) | |
download | gdb-d9e3625e3784394e084ea08b52ee13178b00bd09.zip gdb-d9e3625e3784394e084ea08b52ee13178b00bd09.tar.gz gdb-d9e3625e3784394e084ea08b52ee13178b00bd09.tar.bz2 |
Fix "pushw imm16" for x86-64 disassembler.
gas/testsuite/
2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/11960
* gas/i386/opcode-intel.d: Updated.
* gas/i386/x86-64-opcode.d: Likewise.
* gas/i386/x86-64-opcode.s: Add a "pushw imm16" test.
opcodes/
2010-08-31 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/11960
* i386-dis.c (sIv): New.
(dis386): Replace Iq with sIv on "pushT".
(reg_table): Replace T with {T|} on callT, JcallT, jmpT and JjmpT.
(x86_64_table): Replace {T|}/{P|} with P.
(putop): Add 'w' to 'T'/'P' if needed for Intel syntax.
(OP_sI): Update v_mode. Remove w_mode.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 416d7ba..f6dae2f 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,13 @@ +2010-08-31 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/11960 + * i386-dis.c (sIv): New. + (dis386): Replace Iq with sIv on "pushT". + (reg_table): Replace T with {T|} on callT, JcallT, jmpT and JjmpT. + (x86_64_table): Replace {T|}/{P|} with P. + (putop): Add 'w' to 'T'/'P' if needed for Intel syntax. + (OP_sI): Update v_mode. Remove w_mode. + 2010-08-27 Nathan Froyd <froydnj@codesourcery.com> * ppc-opc.c (powerpc_opcodes) [lswx,lswi,stswx,stswi]: Deprecate |