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 /gas/testsuite/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 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4c5e015..335da7d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +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. + 2010-08-25 Jie Zhang <jie@codesourcery.com> * gas/arm/ldst-pc.d: New test. |