From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id D2828397306D for ; Fri, 18 Sep 2020 20:20:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org D2828397306D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tromey@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 9959F116C8C; Fri, 18 Sep 2020 16:20:28 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id uHO-0xml9ilK; Fri, 18 Sep 2020 16:20:28 -0400 (EDT) Received: from murgatroyd (75-166-120-119.hlrn.qwest.net [75.166.120.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPSA id 2FCC911671C; Fri, 18 Sep 2020 16:20:28 -0400 (EDT) From: Tom Tromey To: Kamil Rytarowski Cc: Tom Tromey , Simon Marchi , gdb-patches@sourceware.org Subject: Re: [PATCH] Make target_wait options use enum flags References: <20200727173526.2186755-1-tromey@adacore.com> <87d02lafjn.fsf@tromey.com> <878sd9aevx.fsf@tromey.com> <87k0wt8uyz.fsf@tromey.com> <8281ecfa-1c39-29e3-ce06-37a5ff207a6a@netbsd.org> X-Attribution: Tom Date: Fri, 18 Sep 2020 14:20:27 -0600 In-Reply-To: <8281ecfa-1c39-29e3-ce06-37a5ff207a6a@netbsd.org> (Kamil Rytarowski's message of "Fri, 18 Sep 2020 20:18:26 +0200") Message-ID: <87d02i6dmc.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 18 Sep 2020 20:20:29 -0000 >>>>> "Kamil" == Kamil Rytarowski writes: >> Here's the updated patch. >> >> Kamil, could you check the NetBSD changes? Kamil> I've checked this patch (on top of "6e25f88828f (upstream/master) bpf: Kamil> xBPF SDIV, SMOD instructions") and the NetBSD gdbserver still works. Thank you. I'm going to check this in soon. As before, it's possible this breaks some target that I can't build. If this happens, send me the errors and I will correct them. Tom