There has recently been some good progress in the upstream capstone repository, syncing the instruction sets from the (further) upstream llvm.
In particular, there are Power9 and System z13 instructions. Both of which were missing from our current snapshot and from our (ancient) binutils opcodes snapshots. Changes for v2: * Drop the installed directory change. This does force a different include change when building from git. * Drop the s390 skipdata callback for now. r~ Richard Henderson (2): capstone: Update to master capstone: Enable disassembly for s390x Makefile | 1 + disas.c | 3 +++ target/s390x/cpu.c | 4 ++++ capstone | 2 +- configure | 2 +- 5 files changed, 10 insertions(+), 2 deletions(-) -- 2.17.1