From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 516443857C62 for ; Sat, 19 Sep 2020 19:48:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 516443857C62 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 30C3956402; Sat, 19 Sep 2020 15:48:52 -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 xK2bcK63HxBU; Sat, 19 Sep 2020 15:48:52 -0400 (EDT) Received: from takamaka.brobecker.org (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 02BBC116CFF; Sat, 19 Sep 2020 15:48:52 -0400 (EDT) Received: by takamaka.brobecker.org (Postfix, from userid 1000) id 650E28291D; Sat, 19 Sep 2020 12:48:50 -0700 (PDT) Date: Sat, 19 Sep 2020 12:48:50 -0700 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: GDB 10.1 release -- 2020-09-18 Update Message-ID: <20200919194850.GB5376@adacore.com> References: <20200918234602.GA4674@adacore.com> <83y2l62oy9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83y2l62oy9.fsf@gnu.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Sat, 19 Sep 2020 19:48:53 -0000 Hi Eli, > > So far, we don't have anything really worrisome that could significantly > > delay the release. I'll try to find some time to test the gnulib patches > > that Eli pointed out next week. > > Do you want me to install those Gnulib changes on the release branch, > or would you prefer doing that yourself? Let's test it first, both in your context, and in a situation where the Windows version is more recent, and also with a mingw64 version of MinGW. Perhaps the way we could do it is if you sent the actual GDB patch to install those two gnulib patches into our copy after testing on your end that this fixes things, and then I could test your patch with newer Windows + MinGW64? There's also the question of updating gnulib on master. I haven't heard of anyone who's volunteered for that one... I assume one will happen at some point out of someone needing it for other reasons, but there is no guarantee this will happen. Do you want to take care of doing an update as well? The earlier we do the update, the smaller the delta between the version we are using today and the version we update to is. -- Joel