From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWtci-0004y9-2O for qemu-devel@nongnu.org; Tue, 01 Sep 2015 18:01:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWtce-00021b-T2 for qemu-devel@nongnu.org; Tue, 01 Sep 2015 18:01:48 -0400 Received: from relay1.mentorg.com ([192.94.38.131]:60062) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWtce-00021J-Mu for qemu-devel@nongnu.org; Tue, 01 Sep 2015 18:01:44 -0400 Date: Tue, 1 Sep 2015 15:01:39 -0700 From: Meador Inge Message-ID: <20150901220138.GB9990@mentor.com> References: <1436206141-13361-1-git-send-email-meadori@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH] arm: Ensure LSB of BLX is set List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers On Tue, Sep 01, 2015 at 05:28:10PM +0100, Peter Maydell wrote: > On 6 July 2015 at 19:09, wrote: > > From: Meador Inge > > > > This small patch adds a sanity check when disassembling > > the BLX instruction. The use case came to light when > > doing toolchain development and a similar check was > > upstreamed for Binutils: > > > > * https://sourceware.org/ml/binutils/2011-01/msg00077.html > > > > Patch by Nathan Sidwell. > > > > Signed-off-by: Meador Inge > > Hi; are you planning to send a v2 of this patch? I am. Thank you for the reminder. I will send a v2 some time tomorrow. Thanks, -- Meador