aboutsummaryrefslogtreecommitdiff
path: root/include/disas
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-04-30 18:03:55 +0200
committerMarkus Armbruster <armbru@redhat.com>2021-05-12 17:42:23 +0200
commit875bb7e35b78c609252187dc7bd68d90bf742da9 (patch)
treee7ca74d7de49fb172c8f5d1f54de5ee27507f650 /include/disas
parenta67b996e7894edfafbcd3fd007c9f58f26d25908 (diff)
downloadqemu-875bb7e35b78c609252187dc7bd68d90bf742da9.zip
qemu-875bb7e35b78c609252187dc7bd68d90bf742da9.tar.gz
qemu-875bb7e35b78c609252187dc7bd68d90bf742da9.tar.bz2
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 <thuth@redhat.com> Message-Id: <20210430160355.698194-1-thuth@redhat.com> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> [Commit message typos fixed, trivial conflicts resolved] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'include/disas')
-rw-r--r--include/disas/dis-asm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/disas/dis-asm.h b/include/disas/dis-asm.h
index 4701445..8e985e7 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*);