From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KvEHe-0003lY-E2 for qemu-devel@nongnu.org; Wed, 29 Oct 2008 12:52:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KvEHc-0003kZ-Fx for qemu-devel@nongnu.org; Wed, 29 Oct 2008 12:52:37 -0400 Received: from [199.232.76.173] (port=39734 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KvEHc-0003kS-8b for qemu-devel@nongnu.org; Wed, 29 Oct 2008 12:52:36 -0400 Received: from an-out-0708.google.com ([209.85.132.241]:37185) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KvEHb-0000wB-OA for qemu-devel@nongnu.org; Wed, 29 Oct 2008 12:52:35 -0400 Received: by an-out-0708.google.com with SMTP id d18so8182and.130 for ; Wed, 29 Oct 2008 09:52:34 -0700 (PDT) Message-ID: <761ea48b0810290952n681a400dh96e7492d523f956@mail.gmail.com> Date: Wed, 29 Oct 2008 17:52:33 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] [PATCH, RFT] Update i386-dis.c from binutils 2.17 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: 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 On Mon, Oct 27, 2008 at 7:29 PM, Blue Swirl wrote: > > This very lightly tested patch updates i386-dis.c from binutils 2.17. > If someone can test it more thoroughly and declare that the patch is > useful and it does not break anything, I may apply it. Out of curiosity why did you base it on 2.17? This lacks 50 commits that were done before the switch to GPLv3. I can understand one might feel uncomfortable using a random CVS revision, I would feel so :) Laurent