From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by sourceware.org (Postfix) with ESMTP id A14E43844051 for ; Sat, 6 Mar 2021 18:13:44 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A14E43844051 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-266--H0VKnb5P4OV-26zRiPqTg-1; Sat, 06 Mar 2021 13:13:41 -0500 X-MC-Unique: -H0VKnb5P4OV-26zRiPqTg-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 09DED1074644; Sat, 6 Mar 2021 18:13:40 +0000 (UTC) Received: from f33-m1.lan (ovpn-115-0.phx2.redhat.com [10.3.115.0]) by smtp.corp.redhat.com (Postfix) with ESMTPS id DFEE919C66; Sat, 6 Mar 2021 18:13:39 +0000 (UTC) Date: Sat, 6 Mar 2021 11:13:38 -0700 From: Kevin Buettner To: Joel Brobecker Cc: gdb-patches@sourceware.org Subject: Re: GDB 10.2 Release: Proposing Mar 13-14 for official GDB 10.2 release Message-ID: <20210306111338.4b6622a9@f33-m1.lan> In-Reply-To: <20210306064611.GB807147@adacore.com> References: <20210306064611.GB807147@adacore.com> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, 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, 06 Mar 2021 18:13:46 -0000 On Sat, 6 Mar 2021 10:46:11 +0400 Joel Brobecker wrote: > 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. Kevin