From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.efficios.com (mail.efficios.com [167.114.26.124]) by sourceware.org (Postfix) with ESMTPS id EA18B383F879 for ; Fri, 15 May 2020 14:18:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EA18B383F879 Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id 5458D2AF05E; Fri, 15 May 2020 10:18:21 -0400 (EDT) Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id vWgU0V5HV0WN; Fri, 15 May 2020 10:18:21 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.efficios.com (Postfix) with ESMTP id E09E92AF28E; Fri, 15 May 2020 10:18:20 -0400 (EDT) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.efficios.com E09E92AF28E X-Virus-Scanned: amavisd-new at efficios.com Received: from mail.efficios.com ([127.0.0.1]) by localhost (mail03.efficios.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id chvMEyUJqYk0; Fri, 15 May 2020 10:18:20 -0400 (EDT) Received: from [10.0.0.193] (unknown [192.222.164.54]) by mail.efficios.com (Postfix) with ESMTPSA id BDB9A2AED70; Fri, 15 May 2020 10:18:20 -0400 (EDT) Subject: Re: [PATCH 0/7] Remove obsolete GDBserver ports To: Pedro Alves , gdb-patches@sourceware.org References: <20200514174359.2272960-1-simon.marchi@efficios.com> <9a29ef81-7295-54ef-b33a-de09e16f1554@redhat.com> From: Simon Marchi Message-ID: <5dce867e-87e2-bd72-a60d-15d54b251a7b@efficios.com> Date: Fri, 15 May 2020 10:18:20 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <9a29ef81-7295-54ef-b33a-de09e16f1554@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: tl Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-8.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, 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: Fri, 15 May 2020 14:18:32 -0000 On 2020-05-15 6:19 a.m., Pedro Alves wrote: > On 5/14/20 6:43 PM, Simon Marchi via Gdb-patches wrote: >> This series implements the removal of obsolete gdbserver ports, as discussed >> here: >> >> https://sourceware.org/pipermail/gdb-patches/2020-May/168361.html >> >> I'm not in a hurry to merge this. I don't recall the exact process for >> removing support for a platform/architecture from GDB/GDBserver (I could >> document it on the wiki if someone points me to it, if it's not already there). > > It's here: > > https://sourceware.org/gdb/wiki/Internals%20Obsoleting-code > > (I kind of wish the internals manual hadn't been wikified, since it's > so hard to find stuff there... :-/) Thank you, I've sent a email to gdb@ (so we are still at step 1). Simon