diff options
author | Stu Grossman <grossman@cygnus> | 1996-07-12 17:15:38 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1996-07-12 17:15:38 +0000 |
commit | be0c8b05081049a94ae470d63846f4047f9d9a8c (patch) | |
tree | cd1dc1c9324963d4e1abb5f654dc50f7200dbaa4 /opcodes/ChangeLog | |
parent | 59d3634c87f5ceb32ace2d98d4b3b9ba7123b614 (diff) | |
download | gdb-be0c8b05081049a94ae470d63846f4047f9d9a8c.zip gdb-be0c8b05081049a94ae470d63846f4047f9d9a8c.tar.gz gdb-be0c8b05081049a94ae470d63846f4047f9d9a8c.tar.bz2 |
* i386-dis.c (print_insn_i8086): New routine to disassemble using
the 8086 instruction set.
* i386-dis.c: General cleanups. Make most things static. Add
prototypes. Get rid of static variables aflags and dflags. Pass
them as args (to almost everything).
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f1561ff..21b2f34 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +Fri Jul 12 10:12:01 1996 Stu Grossman (grossman@critters.cygnus.com) + + * i386-dis.c (print_insn_i8086): New routine to disassemble using + the 8086 instruction set. + * i386-dis.c: General cleanups. Make most things static. Add + prototypes. Get rid of static variables aflags and dflags. Pass + them as args (to almost everything). + Thu Jul 11 11:58:44 1996 Jeffrey A Law (law@cygnus.com) * h8300-dis.c (bfd_h8_disassemble): Handle macregs in ldmac insns. |