From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id UhYVLn58mmBiPQAAWB0awg (envelope-from ) for ; Tue, 11 May 2021 08:45:50 -0400 Received: by simark.ca (Postfix, from userid 112) id AF2D41F11C; Tue, 11 May 2021 08:45:50 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 90BCD1E01F for ; Tue, 11 May 2021 08:45:49 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id BC6F3388F039; Tue, 11 May 2021 12:45:48 +0000 (GMT) Received: from smtp.CeBiTec.Uni-Bielefeld.DE (smtp.CeBiTec.Uni-Bielefeld.DE [129.70.160.84]) by sourceware.org (Postfix) with ESMTPS id BA4F4388C039 for ; Tue, 11 May 2021 12:45:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BA4F4388C039 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=CeBiTec.Uni-Bielefeld.DE Authentication-Results: sourceware.org; spf=none smtp.mailfrom=ro@cebitec.uni-bielefeld.de Received: from localhost (localhost [127.0.0.1]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTP id BA1ACB146; Tue, 11 May 2021 14:45:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at CeBiTec.Uni-Bielefeld.DE Received: from smtp.CeBiTec.Uni-Bielefeld.DE ([127.0.0.1]) by localhost (smtp.cebitec.uni-bielefeld.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YO4YiSOWwSo0; Tue, 11 May 2021 14:45:44 +0200 (CEST) Received: from manam.CeBiTec.Uni-Bielefeld.DE (p50854142.dip0.t-ipconnect.de [80.133.65.66]) by smtp.CeBiTec.Uni-Bielefeld.DE (Postfix) with ESMTPSA id F0C3FADE8; Tue, 11 May 2021 14:45:43 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=CeBiTec.Uni-Bielefeld.DE; s=20200306; t=1620737144; bh=8AUQ9gkeLoq02xiI6wmpiZfITH9Ta02hfswO2O3ifrg=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=dDSDos6qvwKOFfVhIEwnAHTfp2DEyKztOMjKOIAb3aPWSy9aWEQ86AIsHJe30DwYD T0jc59dm4qF+eWFAZcqGkSM7uEbLXCnE9FvdD7U85p0UxtK+pbjf85OpHYotSWHNHl KbWolfiVuY4/cbcV4twdqwjkTk1fXFnISbfRyWV/3XjZ8cemUq+FofH7U64yoKbMY5 AynVGA8M5KGmiK7LI3g1In6Qtu/hdfJC6SQWGS+Vo1u/7rAhYO89++CqzTsG1VXOU9 5MV6psBjqcq0xxke83thBgtBBq1Fzhz/DfITklGC37gB7gdljeKnylQQmMfGtHdFb0 +csHw1j+afwuA== From: Rainer Orth To: Joel Brobecker Subject: Re: start of the GDB 11 release cycle References: <20210510000448.GA4371@adacore.com> Date: Tue, 11 May 2021 14:45:43 +0200 In-Reply-To: <20210510000448.GA4371@adacore.com> (Joel Brobecker's message of "Sun, 9 May 2021 17:04:48 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1.90 (usg-unix-v) MIME-Version: 1.0 Content-Type: text/plain 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" Hi Joel, > 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. Rainer -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University