mbox series

[0/3] Update capstone module

Message ID 20190523024229.1158-1-richard.henderson@linaro.org
Headers show
Series Update capstone module | expand

Message

Richard Henderson May 23, 2019, 2:42 a.m. UTC
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.


r~


Richard Henderson (3):
  capstone: Adjust include of capstone.h
  capstone: Update to master
  capstone: Enable disassembly for s390x

 Makefile                 |  1 +
 include/disas/capstone.h |  4 ++++
 disas.c                  | 40 ++++++++++++++++++++++++++++++++++++++++
 target/s390x/cpu.c       |  4 ++++
 capstone                 |  2 +-
 configure                |  7 +++++++
 6 files changed, 57 insertions(+), 1 deletion(-)

-- 
2.17.1