On Mon, Feb 16, 2015 at 5:44 PM, Chen Gang S <gang.c...@sunrus.com.cn> wrote: > I guess, for qemu, we need !DISASM_ONLY, and may need BFD_RELOC, and may > need the latest decode_X1_fsm, and also may need !__KERNEL__ -- which > means we will use the full binutils version disassembler!!
Disassembler is not a crucial part of QEMU target. If you need it you can dump instruction bytes and use the script scripts/disas-objdump.pl that calls binutils. target-xtensa does that. -- Thanks. -- Max