diff options
author | Thomas Huth <thuth@redhat.com> | 2022-05-05 19:36:19 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-05-09 08:21:05 +0200 |
commit | 333f944c15e7a6f5503f92d80529a368519d6638 (patch) | |
tree | aa659a82a4c2d8d7d9cf2843d13fc10808e83f5b /MAINTAINERS | |
parent | 457248a54c9d3dbc3c7f4dc8e184f07ca858640c (diff) |
disas: Remove old libopcode ppc disassembler
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 85d593a41f..aee6d623b7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -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> @@ -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> |