From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id w4MWK5S3mmD+QQAAWB0awg (envelope-from ) for ; Tue, 11 May 2021 12:57:56 -0400 Received: by simark.ca (Postfix, from userid 112) id A70291F11C; Tue, 11 May 2021 12:57:56 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-0.6 required=5.0 tests=MAILING_LIST_MULTI, RDNS_DYNAMIC autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id ECE311E813 for ; Tue, 11 May 2021 12:57:55 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 444633982076; Tue, 11 May 2021 16:57:55 +0000 (GMT) Received: from rock.gnat.com (rock.gnat.com [205.232.38.15]) by sourceware.org (Postfix) with ESMTP id 9E4F1388CC1A for ; Tue, 11 May 2021 16:57:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 9E4F1388CC1A 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 7294E11728F; Tue, 11 May 2021 12:57: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 6MhCTNDP0yB0; Tue, 11 May 2021 12:57:52 -0400 (EDT) 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 41DE7116D94; Tue, 11 May 2021 12:57:52 -0400 (EDT) Received: by float.home (Postfix, from userid 1000) id 7FED2A1282; Tue, 11 May 2021 09:57:50 -0700 (PDT) Date: Tue, 11 May 2021 09:57:50 -0700 From: Joel Brobecker To: Rainer Orth Subject: Re: start of the GDB 11 release cycle Message-ID: <20210511165750.GL3261@adacore.com> References: <20210510000448.GA4371@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: , Cc: gdb-patches@sourceware.org Errors-To: gdb-patches-bounces@sourceware.org Sender: "Gdb-patches" > > It's been about 6.5 months since we made the first GDB 10 release (10.1). > > So I propose we start the process of creating the GDB 11 release now. > [...] > > Are there other issues or last minute features we'd like to include > > before we branch and/or release? > > I've just tried a sparcv9-sun-solaris2.11 build of gdb master and found > that there are hundreds of testsuite regressions, unlike > amd64-pc-solaris2.11 which is effectively unchanged. It turned out that > this is a known issue already reported (only for binutils previously) in > PR binutils/27666. > > The easiest (and safest) course of action is to revert the > bfd/config.bfd part of Alan's original patch, I believe. Thanks for the heads up, Rainer. I'll follow that one as well. Worse case scenario, if there is a delay in the actual fix, we can go with the revert you mentioned right after we've created the branch, so we have a backup plan. -- Joel