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 /include/disas | |
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 'include/disas')
-rw-r--r-- | include/disas/dis-asm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/disas/dis-asm.h b/include/disas/dis-asm.h index aebd23dc20..e857f0ae8b 100644 --- a/include/disas/dis-asm.h +++ b/include/disas/dis-asm.h @@ -429,7 +429,6 @@ int print_insn_h8500 (bfd_vma, disassemble_info*); int print_insn_arm_a64 (bfd_vma, disassemble_info*); int print_insn_alpha (bfd_vma, disassemble_info*); disassembler_ftype arc_get_disassembler (int, int); -int print_insn_arm (bfd_vma, disassemble_info*); int print_insn_sparc (bfd_vma, disassemble_info*); int print_insn_big_a29k (bfd_vma, disassemble_info*); int print_insn_little_a29k (bfd_vma, disassemble_info*); |