diff options
author | Thomas Huth <thuth@redhat.com> | 2022-04-12 18:58:35 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2022-05-09 08:21:05 +0200 |
commit | 82f96346e1fc8eb81eb8e80fe0b95405a8cf42ee (patch) | |
tree | aec794342f1f86fe43d50f7c968fd8e5987ba029 /MAINTAINERS | |
parent | 554623226f800acf48a2ed568900c1c968ec9a8b (diff) |
disas: Remove old libopcode arm disassembler
Capstone should be superior to the old libopcode disassembler, so
we can drop the old file nowadays.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220412165836.355850-3-thuth@redhat.com>
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 662ec47246..7f3788b694 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -165,7 +165,6 @@ F: tests/qtest/arm-cpu-features.c F: hw/arm/ F: hw/cpu/a*mpcore.c F: include/hw/cpu/a*mpcore.h -F: disas/arm.c F: disas/arm-a64.cc F: disas/libvixl/ F: docs/system/target-arm.rst @@ -3271,7 +3270,6 @@ M: Richard Henderson <richard.henderson@linaro.org> S: Maintained L: qemu-arm@nongnu.org F: tcg/arm/ -F: disas/arm.c i386 TCG target M: Richard Henderson <richard.henderson@linaro.org> |