2003-06-03 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 22:13:49 +0000 (22:13 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 10 Oct 2003 22:13:49 +0000 (22:13 +0000)
and Bernd Schmidt   <bernds@redhat.com>
        and Alexandre Oliva <aoliva@redhat.com>

        * disassemble.c (disassembler): Add support for h8300sx.

opcodes/disassemble.c

index 2d1358eb172107f733e9229018da24a3003864f3..14113b57366b0b1f84682838ee068de270512326 100644 (file)
@@ -145,7 +145,8 @@ disassembler (abfd)
          || bfd_get_mach (abfd) == bfd_mach_h8300hn)
        disassemble = print_insn_h8300h;
       else if (bfd_get_mach (abfd) == bfd_mach_h8300s
-              || bfd_get_mach (abfd) == bfd_mach_h8300sn)
+              || bfd_get_mach (abfd) == bfd_mach_h8300sn
+              || bfd_get_mach (abfd) == bfd_mach_h8300sx)
        disassemble = print_insn_h8300s;
       else
        disassemble = print_insn_h8300;
This page took 0.040492 seconds and 4 git commands to generate.