* disassemble.c (disassembler): Handle bfd_mach_i386_i386_intel_syntax.
authorCatherine Moore <clm@redhat.com>
Tue, 2 Feb 1999 03:08:29 +0000 (03:08 +0000)
committerCatherine Moore <clm@redhat.com>
Tue, 2 Feb 1999 03:08:29 +0000 (03:08 +0000)
commitd322c85391c5acc65b66a53b8cc5e0b7ffc9fd1e
tree27f822a8c5d4a1b4b1e819017757d5c703e08ab7
parentd0cbdea6964e9f7d111d87725dafbfb361130b6e
    * 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