mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-20 09:31:29 +00:00
2003-06-03 Michael Snyder <msnyder@redhat.com>
and Bernd Schmidt <bernds@redhat.com> and Alexandre Oliva <aoliva@redhat.com> * disassemble.c (disassembler): Add support for h8300sx.
This commit is contained in:
parent
7427672472
commit
d43ff6d27f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user