From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lndn.lancelotsix.com (lndn.lancelotsix.com [51.195.220.111]) by sourceware.org (Postfix) with ESMTPS id A42C1385842B for ; Mon, 6 Sep 2021 20:25:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A42C1385842B Received: from ubuntu.lan (unknown [IPv6:2a02:390:9086::635]) by lndn.lancelotsix.com (Postfix) with ESMTPSA id 7FF0B80D7A; Mon, 6 Sep 2021 20:25:38 +0000 (UTC) Date: Mon, 6 Sep 2021 20:25:33 +0000 From: Lancelot SIX To: Andrew Burgess Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2] gdb: riscv_scan_prologue: handle LD and LW instructions Message-ID: <20210906202533.j77mqf2d4qzhqfje@ubuntu.lan> References: <20210810223754.1479173-1-lsix@lancelotsix.com> <20210811155306.GG462163@embecosm.com> <20210812232638.h2ekf5n4kgyupzsd@ubuntu.lan> <20210812234419.b4rfjin737taw5bb@ubuntu.lan> <20210813091453.GK462163@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210813091453.GK462163@embecosm.com> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (lndn.lancelotsix.com [0.0.0.0]); Mon, 06 Sep 2021 20:25:38 +0000 (UTC) X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Sep 2021 20:25:41 -0000 > > Is the following patch OK? > > LGTM. Sorry for not catching this. I just pushed the fix. Sorry for the initial error and the delay. Lancelot. > > Thanks, > Andrew >