disas: Split out capstone code to disas/capstone.c
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 12 Sep 2020 17:47:33 +0000 (10:47 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 3 Oct 2020 09:25:14 +0000 (04:25 -0500)
commitf343346b147b8871d628defa4fe038eb1a2e4e08
tree9659a5f01a79cccacf9c7e0dcaf48dbfcb252ecc
parenta4038a00ed94d3752044edae8f285772a244a887
disas: Split out capstone code to disas/capstone.c

There is nothing target-specific about this code, so it
can be added to common_ss.  This also requires that the
base capstone dependency be added to common_ss, so that
we get the correct include paths added to CFLAGS.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
disas.c
disas/capstone.c [new file with mode: 0644]
disas/meson.build
include/disas/dis-asm.h
meson.build