diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-06 10:24:18 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-06 10:24:18 +0000 |
commit | 3ffd33cf59cb308d57b1778cd6ec8ed27cdf2f51 (patch) | |
tree | 312c7acf96da22d744ba7802ccd218c333f6d6f7 /opcodes/ChangeLog | |
parent | cb9401fc47194d97851787942c77aa61c3a6dd46 (diff) | |
download | gdb-3ffd33cf59cb308d57b1778cd6ec8ed27cdf2f51.zip gdb-3ffd33cf59cb308d57b1778cd6ec8ed27cdf2f51.tar.gz gdb-3ffd33cf59cb308d57b1778cd6ec8ed27cdf2f51.tar.bz2 |
* i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define.
(cond_jump_mode, loop_jcxz_mode): Define.
(dis386_att): Add cond_jump_flag and loop_jcxz_flag as
appropriate, and 'F' suffix to loop insns.
(disx86_64_att): Likewise.
(dis386_twobyte_att): Likewise.
(print_insn_i386): Don't output addr prefix for loop, jcxz insns.
Output data size prefix for long conditional jumps. Output cs and
ds branch hints.
(putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'.
(OP_J): Don't make PREFIX_DATA used.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 557c8a6..13e3be7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,17 @@ +2001-06-06 Alan Modra <amodra@bigpond.net.au> + + * i386-dis.c (cond_jump_flag, loop_jcxz_flag): Define. + (cond_jump_mode, loop_jcxz_mode): Define. + (dis386_att): Add cond_jump_flag and loop_jcxz_flag as + appropriate, and 'F' suffix to loop insns. + (disx86_64_att): Likewise. + (dis386_twobyte_att): Likewise. + (print_insn_i386): Don't output addr prefix for loop, jcxz insns. + Output data size prefix for long conditional jumps. Output cs and + ds branch hints. + (putop): Handle 'F', and mark PREFIX_ADDR used for case 'E'. + (OP_J): Don't make PREFIX_DATA used. + 2001-06-04 Alexandre Oliva <aoliva@redhat.com> * sh-opc.h (sh_table): Complete last element entry to avoid |