From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id B2B6C3858D1E for ; Fri, 23 Dec 2022 11:22:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B2B6C3858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gnu.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gnu.org Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8g7q-0004IP-JB; Fri, 23 Dec 2022 06:22:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=YuBKRQWpeYSyc8a+KaFyNP+EJfFm37ehPHgepaym9OU=; b=LbT5cOLbIdKm ohAi9JL9FrWnicslMashcdTEbpY1jwRmCvqdHGKCso6IZFWXTpntob0dveeIDgq7Y99jLG92jFNGY KazTq82Xq7iRuecX+i7KAEQjiLCwV8vuUJWmSI0oUzCBPDCEKfYwqu3CzP4gBQOCEX89pF1Av1Tu8 Yiy4RMybyqRcCEGAgZHswC+UGJShZblXhCiDTBsWRqifGht7LpNeq+XZgBb4nF/srjAFXFefxkjSr oQjws67VoVDZZHGAAkfJSgFdpFTJ3yp9XMvnO0UEZfxSR5JDpnJHLicIYvTWkc+bhKBySOnrxlhYO 0VO0wH4CVmSqFzk4+lpRVA==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8g7o-0003de-Em; Fri, 23 Dec 2022 06:22:06 -0500 Date: Fri, 23 Dec 2022 13:21:52 +0200 Message-Id: <83wn6i74bz.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker Cc: brobecker@adacore.com, tom@tromey.com, gdb-patches@sourceware.org In-Reply-To: (message from Joel Brobecker on Fri, 23 Dec 2022 13:13:45 +0400) Subject: Re: MinGW build of GDB 13 snapshot References: <83k02qgdbo.fsf@gnu.org> <87len3ksec.fsf@tromey.com> <83bknycgg3.fsf@gnu.org> <83tu1n90nd.fsf@gnu.org> <837cyi8rw3.fsf@gnu.org> X-Spam-Status: No, score=1.9 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: * X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Date: Fri, 23 Dec 2022 13:13:45 +0400 > From: Joel Brobecker > Cc: Joel Brobecker , tom@tromey.com, > gdb-patches@sourceware.org > > > > What about master? Alan's change was pushed by Alan himself > > > a few days ago, but what about the fix for the other issue? > > > Did you push it there as well? I don't seem to be able to > > > see it. > > > > Sorry, I forgot about master when I installed the changes in > > windows-nat.c. > > > > Should I cherry-pick the change from gdb-13-branch to master? > > Sure! That should work. Thanks, done.