Skip to content

Commit

Permalink
disas: Remove old libopcode ppc disassembler
Browse files Browse the repository at this point in the history
Capstone should be superior to the old libopcode disassembler,
so we can drop the old file nowadays.

Message-Id: <20220505173619.488350-1-thuth@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
huth committed May 9, 2022
1 parent 457248a commit 333f944
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 5,443 deletions.
2 changes: 0 additions & 2 deletions MAINTAINERS
Expand Up @@ -271,7 +271,6 @@ F: target/ppc/
F: hw/ppc/ppc.c
F: hw/ppc/ppc_booke.c
F: include/hw/ppc/ppc.h
F: disas/ppc.c

RISC-V TCG CPUs
M: Palmer Dabbelt <palmer@dabbelt.com>
Expand Down Expand Up @@ -3293,7 +3292,6 @@ PPC TCG target
M: Richard Henderson <richard.henderson@linaro.org>
S: Odd Fixes
F: tcg/ppc/
F: disas/ppc.c

RISC-V TCG target
M: Palmer Dabbelt <palmer@dabbelt.com>
Expand Down
2 changes: 0 additions & 2 deletions disas.c
Expand Up @@ -164,8 +164,6 @@ static void initialize_debug_host(CPUDebug *s)
s->info.cap_insn_unit = 1;
s->info.cap_insn_split = 8;
#elif defined(_ARCH_PPC)
s->info.disassembler_options = (char *)"any";
s->info.print_insn = print_insn_ppc;
s->info.cap_arch = CS_ARCH_PPC;
# ifdef _ARCH_PPC64
s->info.cap_mode = CS_MODE_64;
Expand Down
1 change: 0 additions & 1 deletion disas/meson.build
Expand Up @@ -12,7 +12,6 @@ common_ss.add(when: 'CONFIG_MICROBLAZE_DIS', if_true: files('microblaze.c'))
common_ss.add(when: 'CONFIG_MIPS_DIS', if_true: files('mips.c'))
common_ss.add(when: 'CONFIG_NANOMIPS_DIS', if_true: files('nanomips.cpp'))
common_ss.add(when: 'CONFIG_NIOS2_DIS', if_true: files('nios2.c'))
common_ss.add(when: 'CONFIG_PPC_DIS', if_true: files('ppc.c'))
common_ss.add(when: 'CONFIG_RISCV_DIS', if_true: files('riscv.c'))
common_ss.add(when: 'CONFIG_SH4_DIS', if_true: files('sh4.c'))
common_ss.add(when: 'CONFIG_SPARC_DIS', if_true: files('sparc.c'))
Expand Down

0 comments on commit 333f944

Please sign in to comment.