From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id 1142E386EC78 for ; Tue, 9 Mar 2021 05:08:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 1142E386EC78 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark@simark.ca Received: from [10.0.0.192] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id 2914E1E54D; Tue, 9 Mar 2021 00:08:20 -0500 (EST) Subject: Re: GDB 10.2 Release: Proposing Mar 13-14 for official GDB 10.2 release To: Joel Brobecker , gdb-patches@sourceware.org References: <20210306064611.GB807147@adacore.com> From: Simon Marchi Message-ID: <06d96113-d09b-993f-0f55-00c297b4e591@simark.ca> Date: Tue, 9 Mar 2021 00:08:19 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: <20210306064611.GB807147@adacore.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, KAM_ASCII_DIVIDERS, KAM_DMARC_STATUS, NICE_REPLY_A, SPF_HELO_PASS, 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: Tue, 09 Mar 2021 05:08:22 -0000 On 2021-03-06 1:46 a.m., Joel Brobecker wrote: > Hello everyone, > > Thanks again to everyone who's been helping on this release so far. > See the summary below, where we only have 2 patches left to backport. > > Unless there are any issues that we're discovering last minute, > I propose we create the release sometime next weekend: > > 13-14 March > > Cheers! > > Fixed Since the Previous Update: > -------------------------------- > > * [] > [GNU/Linux, sparc64] GDB is unable to print full stack trace (got "previous frame inner to this frame" errors) > https://sourceware.org/bugzilla/show_bug.cgi?id=27147 > > * [KeithS] > [dwarf-5] abort on unhandled DW_TAG_type_unit in process_psymtab_comp_unit > https://sourceware.org/bugzilla/show_bug.cgi?id=27333 > > Added Since the Last Update: > ---------------------------- > > * [KevinB] <**PR MISSING**> > Fix aarch64-linux-hw-point.c build problem with glibc-2.33 > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=665af52ec2a52184d39a76d6e724fa4733dbab3c > > Already in master. Needs a PR to be created, before the patches > can be backported. > > * [KevinB] <**PR MISSING**> > amd64-linux-siginfo.c: Adjust include order to avoid gnulib error > https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=8488c357ce4fc309d49c7b0224cf9574b68e8116 > > Already in master. Needs a PR to be created, before the patches > can be backported. > > Other Ongoing Items: > -------------------- > > < none :) > > > Not Critical, but Requested: > ---------------------------- > > < none :) > > > Thank you! > A new issue has popped up: https://sourceware.org/bugzilla/show_bug.cgi?id=27541 Tom Tromey and I would be good candidates to look a it, because it's related to the DWARF symbol sharing, which we've both worked on. I will try to give it a look in the following days. Simon