From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtWgP-0001z5-Qs for qemu-devel@nongnu.org; Fri, 24 Oct 2008 20:07:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtWgL-0001yp-9H for qemu-devel@nongnu.org; Fri, 24 Oct 2008 20:07:09 -0400 Received: from [199.232.76.173] (port=53451 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtWgK-0001ym-Nn for qemu-devel@nongnu.org; Fri, 24 Oct 2008 20:07:04 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:36250) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KtWgK-00083R-6Q for qemu-devel@nongnu.org; Fri, 24 Oct 2008 20:07:04 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH, RFC] Update disassembler files from latest binutils Date: Sat, 25 Oct 2008 01:06:49 +0100 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200810250106.50402.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl > The second patch updates the files from binutils 2.18. The real > changes from 2002 binutils to current are not that large, but there is > some code movement and I changed tabs to spaces at one point. The > license changes from GPL v2 to v3. GPLv3 is not acceptable for qemu, which contains v2 only code. Paul