From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id q9KUC1fh6GPU4TAAWB0awg (envelope-from ) for ; Sun, 12 Feb 2023 07:53:43 -0500 Received: by simark.ca (Postfix, from userid 112) id 22BE21E221; Sun, 12 Feb 2023 07:53:43 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.6 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 CB8171E0D3 for ; Sun, 12 Feb 2023 07:53:42 -0500 (EST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id F0FD73857352 for ; Sun, 12 Feb 2023 12:53:41 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 58B3B3858D32 for ; Sun, 12 Feb 2023 12:53:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 58B3B3858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 85D0230067DA; Sun, 12 Feb 2023 13:53:29 +0100 (CET) Date: Sun, 12 Feb 2023 13:53:29 +0100 From: Mark Wielaard To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [RFC] Deprecate stabs Message-ID: <20230212125329.GI2430@gnu.wildebeest.org> References: <20230119174156.654402-1-tom@tromey.com> <83r0vqo15g.fsf@gnu.org> <83y1pxmi7b.fsf@gnu.org> <87a61lgcor.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a61lgcor.fsf@tromey.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi Tom, On Fri, Feb 10, 2023 at 07:26:12PM -0700, Tom Tromey wrote: > Finally, deprecation serves the purpose of announcing our intent. Maybe > someone will step up to maintain this code, in which case we can keep > it. In this scenario, I would be ok with treating it like the > un-maintained *-nat code -- we'll try to keep it building but testing > and fixing it is up to the maintainer. > > If/when this goes in, I'll send a deprecation announcement to the gdb > list, in case there is some such person who can be flushed out of the > cobwebs. I like this approach. It would be good to announce this asap, so people who do actually use stabs and care about improving, testing and maintaining support can step up. And if nobody does then the code can be removed totally unused/unmaintained in the next release. Thanks, Mark