From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52672) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCXKt-00012s-JS for qemu-devel@nongnu.org; Mon, 13 Jun 2016 15:15:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bCXKo-0000p3-Ha for qemu-devel@nongnu.org; Mon, 13 Jun 2016 15:15:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bCXKo-0000ox-9T for qemu-devel@nongnu.org; Mon, 13 Jun 2016 15:15:42 -0400 References: <1465844745-5412-1-git-send-email-marex@denx.de> From: Eric Blake Message-ID: <575F065C.5080002@redhat.com> Date: Mon, 13 Jun 2016 13:15:40 -0600 MIME-Version: 1.0 In-Reply-To: <1465844745-5412-1-git-send-email-marex@denx.de> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="CafSrbGnlWm6WJvLHaaQv82nGnCDjLBUA" Subject: Re: [Qemu-devel] [PATCH 1/7] nios2: Add disas entries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marek Vasut , qemu-devel@nongnu.org Cc: Jeff Da Silva , Chris Wulff , Sandra Loosemore , Yves Vandervennet , Ley Foon Tan This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --CafSrbGnlWm6WJvLHaaQv82nGnCDjLBUA Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06/13/2016 01:05 PM, Marek Vasut wrote: > Add nios2 disassembler support. This patch is composed from binutils fi= les > from commit "Opcodes and assembler support for Nios II R2". The files f= rom > binutils used in this patch are: >=20 > +++ b/disas/nios2.c > @@ -0,0 +1,3620 @@ > +/* > + * This file is a concatenation of the following files from binutils: > + * include/opcode/nios2.h > + * include/opcode/nios2r1.h > + * include/opcode/nios2r2.h > + * opcodes/nios2-opc.c > + * opcodes/nios2-dis.c > + */ > + > +/* Nios II opcode list for GAS, the GNU assembler. > + Copyright (C) 2012-2016 Free Software Foundation, Inc. > + Contributed by Nigel Gray (ngray@altera.com). > + Contributed by Mentor Graphics, Inc. > + > + This file is part of GAS, the GNU Assembler, and GDB, the GNU disas= sembler. > + > + GAS/GDB is free software; you can redistribute it and/or modify > + it under the terms of the GNU General Public License as published b= y > + the Free Software Foundation; either version 3, or (at your option)= > + any later version. This is a non-starter. Qemu is a GPLv2-only project because of some of the files it has already borrowed from other places, so we CANNOT use GPLv3 files. You'll have to implement this from scratch, or pull from binutils at the point prior to where upstream binutils upgraded to GPLv3.= --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --CafSrbGnlWm6WJvLHaaQv82nGnCDjLBUA Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJXXwZcAAoJEKeha0olJ0NqwF4H/idQNkR+REQZbviZKqgT0Zbq BvkHNqu53MB0a0ZAznrvSzBVPVVWendnvJ1Vj2DkNxyJhB9lBb6C6CnD+88RzgxD ipdtj19LmRDCRnD5mEnpLlVNeqDiVBBSQVgxaZCzGSxCq5EvXMXPotxCepu6xHG6 fFZiOUo6/mvN6N6v+polkjctPKqv35zMlpKq9FWxE8y8A3bB+TRqFNRUQh/0/ejI x62w3HfWDWbImbLRnzrwrNccyHvpFScIpKOFeH5c7XplrO6oAhG3uo1CrNATWagk L/5X0nXqIeSFDbrG7UjA1eJoQlYCuiTuB/MJ1YynqVedviTdWA9AklxAT1n3PzU= =pm/f -----END PGP SIGNATURE----- --CafSrbGnlWm6WJvLHaaQv82nGnCDjLBUA--