From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id GFAsKWilk2BsHAAAWB0awg (envelope-from ) for ; Thu, 06 May 2021 04:14:32 -0400 Received: by simark.ca (Postfix, from userid 112) id A0E4E1F11C; Thu, 6 May 2021 04:14:32 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 3B8831E01F for ; Thu, 6 May 2021 04:14:31 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E0CC33A6402E; Thu, 6 May 2021 08:14:30 +0000 (GMT) Received: from mail02.asahi-net.or.jp (mail02.asahi-net.or.jp [202.224.55.14]) by sourceware.org (Postfix) with ESMTP id 1FDAE3839C70 for ; Thu, 6 May 2021 08:14:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1FDAE3839C70 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=users.sourceforge.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=ysato@users.sourceforge.jp Received: from sakura.ysato.name (ik1-413-38519.vs.sakura.ne.jp [153.127.30.23]) (Authenticated sender: PQ4Y-STU) by mail02.asahi-net.or.jp (Postfix) with ESMTPA id E33C684438; Thu, 6 May 2021 17:14:25 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (v096177.dynamic.ppp.asahi-net.or.jp [124.155.96.177]) by sakura.ysato.name (Postfix) with ESMTPSA id E48F01C05AB; Thu, 6 May 2021 17:14:24 +0900 (JST) Date: Thu, 06 May 2021 17:14:24 +0900 Message-ID: <87k0oc6zz3.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Mike Frysinger , gdb-patches@sourceware.org Subject: Re: sim: h8300 predec special case test In-Reply-To: References: <87mtta7h5h.wl-ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/27 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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: , Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" On Wed, 05 May 2021 02:47:29 +0900, Mike Frysinger wrote: > > On 04 May 2021 22:38, Yoshinori Sato wrote: > > In "mov. [bwl] reg, @ -reg", added a special case test > > using the same register. > > seems fine to me. do you need me to push for you ? > -mike Thanks. I did it myself. -- Yosinori Sato