qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Blackfin: add disassembler support


From: Andreas Färber
Subject: Re: [Qemu-devel] Blackfin: add disassembler support
Date: Sat, 29 Jan 2011 13:06:25 +0100

Am 24.01.2011 um 11:25 schrieb Mike Frysinger:

compressing & attaching since this is big (and i dont know what the
qemu mailing list limit is set to), and it is simply a copy & paste of
the Blackfin disassembler from binutils

For anyone not having XZ Tools installed and wondering: bfin-dis.c is using GPLv2+ so the "copy & paste" should be okay. Earlier, some disassembler code had to be rolled back due to incompatibilities with GPLv2-only parts of QEMU.

Andreas

-mike

Makefile.objs             |    1 +
bfin-dis.c | 4903 ++++++++++++++++++++++++++++++++++++ +++++++++
configure                 |    4 +
dis-asm.h                 |    3 +
disas.c                   |    9 +
target-bfin/opcode/bfin.h | 1726 ++++++++++++++++
6 files changed, 6646 insertions(+), 0 deletions(-)
create mode 100644 bfin-dis.c
create mode 100644 target-bfin/opcode/bfin.h
<0001-Blackfin-add-disassembler-support.patch.xz>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]