From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [209.51.188.92]) by sourceware.org (Postfix) with ESMTPS id A090F3858D28 for ; Sat, 26 Mar 2022 16:15:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A090F3858D28 Received: from [2001:470:142:3::e] (port=58020 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nY94F-0004K1-8u; Sat, 26 Mar 2022 12:15:07 -0400 Received: from [87.69.77.57] (port=3397 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 1nY94D-000159-Fm; Sat, 26 Mar 2022 12:15:06 -0400 Date: Sat, 26 Mar 2022 19:15:03 +0300 Message-Id: <83tubkadx4.fsf@gnu.org> From: Eli Zaretskii To: Joel Brobecker Cc: gdb-patches@sourceware.org In-Reply-To: (message from Joel Brobecker on Sat, 26 Mar 2022 19:53:12 +0400) Subject: Re: GDB 12.0.90 available for testing References: <20220320055815.2A90FA4D6C@takamaka.home> <83v8w0ag5j.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, T_SCC_BODY_TEXT_LINE autolearn=no 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: Sat, 26 Mar 2022 16:15:08 -0000 > Date: Sat, 26 Mar 2022 19:53:12 +0400 > From: Joel Brobecker > Cc: Joel Brobecker , gdb-patches@sourceware.org > > > > ftp://sourceware.org/pub/gdb/snapshots/branch/gdb-12.0.90.tar.xz > > > > > > A gzip'ed version is also available: gdb-12.0.90.tar.gz. > > > > > > Please give it a test if you can and report any problems you might find. > > > > I'm just starting to look at this pretest, but one thing I already see > > is that Gnulib's import was not updated. The upstream Gnulib includes > > several fixes for problems I reported against the version that came > > with GDB 11.1, but those fixes are not in gnulib/import/. > > > > Was that done intentionally? If so, what is the reason for not > > updating Gnulib? (I'm not insisting on the update, just asking. If > > this is not an omission, I can easily apply the same patches I did in > > GDB 11.1 when building.) > > My understanding is that gnulib updates in GDB are performed only > as needed, by the people who need it. Fine with me, thanks.