From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x133.google.com (mail-il1-x133.google.com [IPv6:2607:f8b0:4864:20::133]) by sourceware.org (Postfix) with ESMTPS id 2CDA6385841F for ; Mon, 7 Mar 2022 17:43:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2CDA6385841F Received: by mail-il1-x133.google.com with SMTP id h2so1789533ila.12 for ; Mon, 07 Mar 2022 09:43:22 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=JesEyYHeL3texfQQkbIufGOefk9+07owA1phpzY1Xlc=; b=Urvf2FVVdsoDULqSTKWKyzSPGkqMxpkKRqxsDEHffFfv8n4J3knNWbU8ERQ8ta50g9 Vp6HCSjWrIc3FtUz5Yv18aWuMaOjC+pdBSWBV70cfN0LneqAtL85fS6CuykS86xmT9JM GjKBys43yiaY/AXs1xcnzncI2SuEUBPmhCDzZiOGooPk/jPLzmI1NPx22OVEHFPTO14m norRMU/QfRbN8gu9NgjlWRehmXGbhF/KThbKgOQc6rNcgLpsMALBLmC2OzTPHMXso9MQ 4Hq6R+w8AG5HyScjbYcSCQx40ONCSo6++YpU2qZxnkOHFhwwvsPKtaSWUQnC/bB+2Yqt ynnA== X-Gm-Message-State: AOAM530Tzbn4b5zXFAvtHywb73scPa0JWxlcEYqbOSTmcEi/RlJPdtrL /ZWA8BZ9Jk7Y/OlriAo8Y16pjAEsRZ6EIg== X-Google-Smtp-Source: ABdhPJxCQS58sG6Mb6/SdqEgGd2aW4S/zaG90dUFaWjDcxKHLBPezOOq0K8B4VC5ewrZhFLAktksQg== X-Received: by 2002:a92:c987:0:b0:2c6:229a:73c3 with SMTP id y7-20020a92c987000000b002c6229a73c3mr11956977iln.306.1646675001612; Mon, 07 Mar 2022 09:43:21 -0800 (PST) Received: from murgatroyd (75-166-141-253.hlrn.qwest.net. [75.166.141.253]) by smtp.gmail.com with ESMTPSA id s13-20020a6bdc0d000000b006408888551dsm8974722ioc.8.2022.03.07.09.43.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Mar 2022 09:43:21 -0800 (PST) From: Tom Tromey To: Joel Brobecker Cc: Tom Tromey , Joel Brobecker via Gdb-patches Subject: Re: GDB 12 preparation -- 2022-03-06 update References: <87bkyhrel6.fsf@tromey.com> X-Attribution: Tom Date: Mon, 07 Mar 2022 10:43:20 -0700 In-Reply-To: (Joel Brobecker's message of "Mon, 7 Mar 2022 20:14:04 +0400") Message-ID: <87tuc9psjr.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Mon, 07 Mar 2022 17:43:24 -0000 Joel> No problem with me. I doubt anyone will object, so I vote for Joel> adding the deprecation note now. Like you say, if there are Joel> objections, it's really easy to back out. Ok, I'm going to push it now. I have a removal patch ready as well, but that can wait until the branch. Tom