From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id 84B72386F457 for ; Fri, 15 May 2020 10:19:10 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 84B72386F457 Received: from mail-wr1-f72.google.com (mail-wr1-f72.google.com [209.85.221.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-196-yW9E_l1YPDqmpbqBIt_RDg-1; Fri, 15 May 2020 06:19:05 -0400 X-MC-Unique: yW9E_l1YPDqmpbqBIt_RDg-1 Received: by mail-wr1-f72.google.com with SMTP id g10so957779wrr.10 for ; Fri, 15 May 2020 03:19:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=bU4jKaqdBgCyE2TdRZx323AAv/W/qG1equq1onqM9Q8=; b=nKraYfCL/N8SKqFyzbmfPh6EJpuh/YmtAMrQhSpesmrlTZKntxXnTlyg+AQS5QQf67 naQv9qVy3Z1ElIQUuNts3/QCnOa7X9aiCtFRcWXnUKlbhMZw2mwKMK9vsjz99x3YCCYR 0usitC6UCtz9ljjW6RgAHgoVFgzRkdI7zGFuZ6EAjV1lxf2CYv7idSGXPU6X8k5Vi5hQ kijHhEW9jfucsKkJXzrjoSLJXrOlB13+KUlyp9Y5oOh9jsVROfoeNAS0rST6yC8S+wwC s3uznI29OWB1UwqqyXgUc4SyipBcrqKzenSsosgvsuhVDXAzoqdWA8jJ+O8CVpbtKKZ0 qKuA== X-Gm-Message-State: AOAM5300tnyNulmzv8yxNyd/V+0ICjfv4Km2W6Yro5KOJRPj7fqEIaHu vMBRlaa4xsRui7znWAbi8a4RPRO2CBhoE0r4UCIcTYCOvEFFizV3v2MMYeYczG9b3qwbQzlMyg2 eQZiatzppiq73fIGuMnNM/Q== X-Received: by 2002:a5d:56c6:: with SMTP id m6mr3442330wrw.78.1589537944435; Fri, 15 May 2020 03:19:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyGUT142ILvqyBeQsiYF493TmuIvK/+7iy7Li9aa+V5WiXtTMG6y9Cy/ZHPWQlHUzDzUO99Lw== X-Received: by 2002:a5d:56c6:: with SMTP id m6mr3442313wrw.78.1589537944219; Fri, 15 May 2020 03:19:04 -0700 (PDT) Received: from ?IPv6:2001:8a0:f909:7b00:56ee:75ff:fe8d:232b? ([2001:8a0:f909:7b00:56ee:75ff:fe8d:232b]) by smtp.gmail.com with ESMTPSA id q184sm2799808wma.25.2020.05.15.03.19.03 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 15 May 2020 03:19:03 -0700 (PDT) Subject: Re: [PATCH 0/7] Remove obsolete GDBserver ports To: Simon Marchi , gdb-patches@sourceware.org References: <20200514174359.2272960-1-simon.marchi@efficios.com> From: Pedro Alves Message-ID: <9a29ef81-7295-54ef-b33a-de09e16f1554@redhat.com> Date: Fri, 15 May 2020 11:19:02 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20200514174359.2272960-1-simon.marchi@efficios.com> Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-8.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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 10:19:24 -0000 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... :-/) > If needed, we can announce these ports as deprecated for the next GDB release > (10.1 ?), and then merge this series in master right after we have created the > gdb-10-branch. Or if you think this is unnecessary, we can merge it right > away, I don't mind. > Thanks, Pedro Alves