From e8206bc27e1633c7e4c99907f43bf67d2f200cd5 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Sun, 29 Jun 2025 11:23:58 -0400 Subject: [powerpc] Full merge of PowerPC disassembler PRs, including: * Remove dependency on capstone for PowerPC disassembly #6292 * Add support for PowerPC VLE instruction set #6740 * Add support for paired-single instructions #6821 * Various post-merge fixes and tweaks to disassembly and lifting * Removal of dependence on capstone for assembler's scoring mechanism (capstone currently disabled, but not removed from codebase yet) --- arch/powerpc/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/powerpc/CMakeLists.txt') diff --git a/arch/powerpc/CMakeLists.txt b/arch/powerpc/CMakeLists.txt index 7eff1eb1..a58a0dd2 100644 --- a/arch/powerpc/CMakeLists.txt +++ b/arch/powerpc/CMakeLists.txt @@ -11,8 +11,9 @@ file(GLOB SOURCES assembler.cpp disassembler.cpp il.cpp - util.cpp *.h + decode/*.c + decode/*.h ) if(DEMO) -- cgit v1.3.1