diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-27 15:05:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-27 15:05:40 +0000 |
commit | f0b796d00a7b117056b448c29fc6c23b4a9fc0da (patch) | |
tree | b13823c796a62a8fbdd37f8b30c53d1700b1cbd3 /opcodes | |
parent | 1a70e182aa907c81e0a0b73f7c322d65d95823a2 (diff) | |
download | gdb-f0b796d00a7b117056b448c29fc6c23b4a9fc0da.zip gdb-f0b796d00a7b117056b448c29fc6c23b4a9fc0da.tar.gz gdb-f0b796d00a7b117056b448c29fc6c23b4a9fc0da.tar.bz2 |
Tue May 27 11:02:08 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
* i386-dis.c (dis386[], dis386_twobyte[]): change pushl/popl
to pushS/popS for segment regs and byte constant so that
pushw/popw printed when in 16 bit data mode.
* i386-dis.c (dis386[]): change cwtl, cltd to cWtS, cStd to
print cbtw, cwtd in 16 bit data mode.
* i386-dis.c (putop): extra case W to support above.
* i386-dis.c (print_insn_x86): print addr32 prefix when given
address size prefix in 16 bit address mode.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 0c371a4..f2196ba 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,16 @@ +Tue May 27 11:02:08 1997 Alan Modra <alan@spri.levels.unisa.edu.au> + + * i386-dis.c (dis386[], dis386_twobyte[]): change pushl/popl + to pushS/popS for segment regs and byte constant so that + pushw/popw printed when in 16 bit data mode. + + * i386-dis.c (dis386[]): change cwtl, cltd to cWtS, cStd to + print cbtw, cwtd in 16 bit data mode. + * i386-dis.c (putop): extra case W to support above. + + * i386-dis.c (print_insn_x86): print addr32 prefix when given + address size prefix in 16 bit address mode. + Fri May 23 16:47:23 1997 Ian Lance Taylor <ian@cygnus.com> * sh-dis.c: Reindent. Rename local variable fprintf to |