On 9 August 2013 20:19, Richard Henderson <r...@twiddle.net> wrote: > We have one host platform (aarch64), and three target platforms > (openrisc, unicore32, xtensa) with no built-in disassembly support, > thanks largely to gplv3 silliness.
FWIW, there's an aarch64 BSD disassembler available as part of vixl: https://github.com/armvixl/vixl but this is still going to be useful for other platforms anyway. -- PMM