commit | 8ca80760bf1280be87710c6a1ef5f38d8f2f12bf | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Thu Sep 14 09:41:12 2017 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Oct 25 11:55:09 2017 +0200 |
tree | a886e330e926dd682068ce7ed7730aec652e335a | |
parent | 1d48474d8e9eff9d08ad43477043d95789b96a40 [diff] |
disas: Support the Capstone disassembler library If configured, prefer this over our rather dated copy of the GPLv2-only binutils. This will be especially apparent with the proposed vector extensions to TCG, as disas/i386.c does not handle AVX. Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>