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 87E17385700F for ; Sun, 7 Mar 2021 05:45:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 87E17385700F 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 3B37511642C for ; Sun, 7 Mar 2021 00:45:38 -0500 (EST) 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 3fK66T6EK0w0 for ; Sun, 7 Mar 2021 00:45:38 -0500 (EST) Received: from float.home (localhost.localdomain [127.0.0.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by rock.gnat.com (Postfix) with ESMTPS id D07B711627E for ; Sun, 7 Mar 2021 00:45:37 -0500 (EST) Received: by float.home (Postfix, from userid 1000) id E7BBAA12B8; Sun, 7 Mar 2021 09:45:32 +0400 (+04) Date: Sun, 7 Mar 2021 09:45:32 +0400 From: Joel Brobecker To: Kevin Buettner via Gdb-patches Subject: Re: GDB 10.2 Release: Proposing Mar 13-14 for official GDB 10.2 release Message-ID: <20210307054532.GB3171@adacore.com> References: <20210306064611.GB807147@adacore.com> <20210306111338.4b6622a9@f33-m1.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210306111338.4b6622a9@f33-m1.lan> X-Spam-Status: No, score=-4.2 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: Sun, 07 Mar 2021 05:45:39 -0000 > > 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. > > The PR numbers for these are 27536 and 27535, respectively. > > I cherry-picked them to gdb-10-branch, updating ChangeLog and the > commit logs to include the bug numbers. I've pushed those changes to > the branch. Thanks for doing all of the above and the note, Kevin. I've set the target milestone to 10.2 for those, so my scripts can find them when I announce the release; unless there is more you want to do for these PRs, I think we can close them now. -- Joel