From 875bb7e35b78c609252187dc7bd68d90bf742da9 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Fri, 30 Apr 2021 18:03:55 +0200 Subject: Remove the deprecated moxie target There are no known users of this CPU anymore, and there are no binaries available online which could be used for regression tests, so the code has likely completely bit-rotten already. It's been marked as deprecated since two releases now and nobody spoke up that there is still a need to keep it, thus let's remove it now. Signed-off-by: Thomas Huth Message-Id: <20210430160355.698194-1-thuth@redhat.com> Reviewed-by: Peter Maydell Reviewed-by: Richard Henderson [Commit message typos fixed, trivial conflicts resolved] Signed-off-by: Markus Armbruster --- include/disas/dis-asm.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/disas/dis-asm.h') diff --git a/include/disas/dis-asm.h b/include/disas/dis-asm.h index 4701445e80..8e985e7e94 100644 --- a/include/disas/dis-asm.h +++ b/include/disas/dis-asm.h @@ -443,7 +443,6 @@ int print_insn_m32r (bfd_vma, disassemble_info*); int print_insn_m88k (bfd_vma, disassemble_info*); int print_insn_mn10200 (bfd_vma, disassemble_info*); int print_insn_mn10300 (bfd_vma, disassemble_info*); -int print_insn_moxie (bfd_vma, disassemble_info*); int print_insn_ns32k (bfd_vma, disassemble_info*); int print_insn_big_powerpc (bfd_vma, disassemble_info*); int print_insn_little_powerpc (bfd_vma, disassemble_info*); -- cgit v1.2.3