Tue May 27 11:02:08 1997 Alan Modra <alan@spri.levels.unisa.edu.au>
authorIan Lance Taylor <ian@airs.com>
Tue, 27 May 1997 15:05:40 +0000 (15:05 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 27 May 1997 15:05:40 +0000 (15:05 +0000)
* 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.

opcodes/ChangeLog

index 0c371a42b835cf42fa0fbedc55a8d4ac7af576c7..f2196bac3cc7dc36bfe4ac002b7de7bd8e1d9da4 100644 (file)
@@ -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
This page took 0.040343 seconds and 4 git commands to generate.