From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117286 invoked by alias); 22 Mar 2016 10:49:09 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 117253 invoked by uid 89); 22 Mar 2016 10:49:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:U*macro, lsi, sdi, ddb X-HELO: mail-pf0-f170.google.com Received: from mail-pf0-f170.google.com (HELO mail-pf0-f170.google.com) (209.85.192.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 22 Mar 2016 10:49:06 +0000 Received: by mail-pf0-f170.google.com with SMTP id n5so305175265pfn.2 for ; Tue, 22 Mar 2016 03:49:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=GcrIpzZ9ySPhxjQOAC9vl3HxArKQSDusCStQzJRK2TM=; b=bq7rSAbfkf4imI2FU2fULwMmTp+uOdiPxnRw3H6pOQqMWcjFAZNSars2by0J3k0PWH pB6wboatQbF6fyno8/NBGXclF/oAWrKoMOwXTte1Igv5DHU3TptkFtYoYCTaowQ4iJqQ Wxu5BIG3pZg+340oQCRnUPz3kXuAOfS+0Bcj/Bs6Kaxe9Pm/j/heqUBSzOimtw+R2FsN yAv7TGPyeQOZwXDVN7ZAre6fMsRjVP+E6ekRgfdPLISasgRT9yqUAyoX7oHrIATBxtXg aKd9fX2qyI4WEovuN84ViQ3WTku0treGsJ3htsZwKeJSBrEwNZIDSVdJ5tuTmcXk0uv7 +Q1Q== X-Gm-Message-State: AD7BkJLGZPxSiay1nsZsaC4ZIY5P0xWIHGOi/wPrIYTTmTJSx2qKUCXDKOsaQyDPxuMvtQ== X-Received: by 10.66.246.234 with SMTP id xz10mr52828053pac.49.1458643745132; Tue, 22 Mar 2016 03:49:05 -0700 (PDT) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id l81sm32503990pfj.21.2016.03.22.03.49.03 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 22 Mar 2016 03:49:04 -0700 (PDT) From: Yao Qi To: Pedro Alves Cc: gdb-patches@sourceware.org, macro@imgtec.com Subject: Re: [PATCH, doc RFA] Remove support for "target m32rsdi" and "target mips/pmon/ddb/rockhopper/lsi" References: <1458230389-28233-1-git-send-email-palves@redhat.com> Date: Tue, 22 Mar 2016 10:49:00 -0000 In-Reply-To: <1458230389-28233-1-git-send-email-palves@redhat.com> (Pedro Alves's message of "Thu, 17 Mar 2016 15:59:49 +0000") Message-ID: <8637rivld3.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00455.txt.bz2 Pedro Alves writes: > Ref: https://sourceware.org/ml/gdb/2016-03/msg00004.html > > This removes support for: > > | target | source | > |-------------------+-----------------------| > | target m32rsdi | gdb/remote-m32r-sdi.c | > | target mips | gdb/remote-mips.c | > | target pmon | gdb/remote-mips.c | > | target ddb | gdb/remote-mips.c | > | target rockhopper | gdb/remote-mips.c | > | target lsi | gdb/remote-mips.c | > > That is: > > - Remote M32R debugging over SDI. > > - Debugging boards using the MIPS remote debugging protocol > over a serial line, PMON, and a few variants. > > These are the last non-"target remote" remote targets in the tree, if > you don't count "target sim". I am OK on this, but I'd like to hear what does Maciej (cc'ed) think. --=20 Yao (=E9=BD=90=E5=B0=A7)