From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KtWPv-0001re-IO for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:50:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KtWPt-0001rP-9g for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:50:06 -0400 Received: from [199.232.76.173] (port=44607 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KtWPt-0001rM-3x for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:50:05 -0400 Received: from relay01.mx.bawue.net ([193.7.176.67]:50363) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KtWPs-0003v7-IL for qemu-devel@nongnu.org; Fri, 24 Oct 2008 19:50:04 -0400 Date: Sat, 25 Oct 2008 01:50:05 +0200 From: Thiemo Seufer Subject: Re: [Qemu-devel] [PATCH, RFC] Update disassembler files from latest binutils Message-ID: <20081024235005.GD28588@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: "qemu-devel@nongnu.org" Blue Swirl wrote: > Hi, > > The disassembler files should be updated to get newer instructions > supported. This is currently not easy because the *-dis.c files are > concatenated using several files from binutils. There are some Qemu > specific changes. > > The first patch introduces a new directory "dis", moves sparc-dis.c > there, and splits it to three files as used in binutils: sparc-dis.c, > sparc-opc.c and sparc.h. > > 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. > > I can introduce more staging patches if necessary. Comments? Some files in Qemu are licensed as GPLv2 only. This is incompatible with recent binutils files which are GPLv3 or later. Thiemo