From d322c85391c5acc65b66a53b8cc5e0b7ffc9fd1e Mon Sep 17 00:00:00 2001 From: Catherine Moore Date: Tue, 2 Feb 1999 03:08:29 +0000 Subject: [PATCH] * disassemble.c (disassembler): Handle bfd_mach_i386_i386_intel_syntax. * i386-dis.c (x_mode): Define. (dis386): Remove. (dis386_att): New. (dis386_intel): New. (dis386_twobyte): Remove. (dis386_twobyte_att): New. (dis386_twobyte_intel): New. (print_insn_x86): Use new arrays. (float_mem): Remove. (float_mem_intel): New. (float_mem_att): New. (dofloat): Use new float_mem arrays. (print_insn_i386_att): New. (print_insn_i386_intel): New. (print_insn_i386): Handle bfd_mach_i386_i386_intel_syntax. (putop): Handle intel syntax. (OP_indirE): Handle intel syntax. (OP_E): Handle intel syntax. (OP_I): Handle intel syntax. (OP_sI): Handle intel syntax. (OP_OFF): Handle intel syntax. --- opcodes/ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 557ccfa..677b073 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,30 @@ +Mon Feb 1 20:54:36 1999 Catherine Moore + + * disassemble.c (disassembler): Handle bfd_mach_i386_i386_intel_syntax. + * i386-dis.c (x_mode): Define. + (dis386): Remove. + (dis386_att): New. + (dis386_intel): New. + (dis386_twobyte): Remove. + (dis386_twobyte_att): New. + (dis386_twobyte_intel): New. + (print_insn_x86): Use new arrays. + (float_mem): Remove. + (float_mem_intel): New. + (float_mem_att): New. + (dofloat): Use new float_mem arrays. + (print_insn_i386_att): New. + (print_insn_i386_intel): New. + (print_insn_i386): Handle bfd_mach_i386_i386_intel_syntax. + (putop): Handle intel syntax. + (OP_indirE): Handle intel syntax. + (OP_E): Handle intel syntax. + (OP_I): Handle intel syntax. + (OP_sI): Handle intel syntax. + (OP_OFF): Handle intel syntax. + + + 1999-01-27 Doug Evans * fr30-opc.h,fr30-opc.c: Rebuild. -- 2.7.4