From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 95032 invoked by alias); 8 Jul 2015 20:01:56 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 95003 invoked by uid 89); 8 Jul 2015 20:01:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-HELO: mail-yk0-f177.google.com Received: from mail-yk0-f177.google.com (HELO mail-yk0-f177.google.com) (209.85.160.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 08 Jul 2015 20:01:52 +0000 Received: by ykcp133 with SMTP id p133so30833035ykc.1 for ; Wed, 08 Jul 2015 13:01:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=+lGAAMJhEuWN7LF/YK7AMKRQrIZ5NjbziNKIS/DdoVc=; b=DVFxvZEPRtW+yQTrQjd6FzfUUGsvH+ruUQvDQ/lSWCTbX48DKBZ4pfBELgcT4o22Am nAljUsD5t/5BRh7G3LZ3cIWxn1i1IVrvhfmq7DhLKHMRJvbSVvrJEA5hF6WoOX0KnRne o9NFL8R2C/H31txAoSLqc11mjQ25L71bH1YxRsWnv9JaZujxMcAFXeJpE5kFmDuRa2kR eARAMhg1zkAib5UfQSSukgB9hgM7O06qwk9RC/wa/8GdCWGc24j3okV9K49yqqaHIc62 TsB5gv46oNaTeUNLwarHyrW6U9yxPhR+IWRLP/QE0kLm1GBw5qDVclIyUujUYRwJT5Ac 81vQ== X-Gm-Message-State: ALoCoQm9LNuy4/AMwACwyOWTvLP/WfKubF9HNJyfmOebF37cxG9rWLf1O2VThph/fmhHwQKPLfYO MIME-Version: 1.0 X-Received: by 10.13.213.71 with SMTP id x68mr13464770ywd.44.1436385710580; Wed, 08 Jul 2015 13:01:50 -0700 (PDT) Received: by 10.129.104.6 with HTTP; Wed, 8 Jul 2015 13:01:50 -0700 (PDT) In-Reply-To: <559D757A.9020707@oarcorp.com> References: <559D6FB0.9070103@redhat.com> <559D757A.9020707@oarcorp.com> Date: Wed, 08 Jul 2015 20:01:00 -0000 Message-ID: Subject: Re: delete target dbug/picobug/dink32/m32r/mon2000 ? From: Stan Shebs To: Joel Sherrill Cc: Pedro Alves , "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-07/txt/msg00015.txt.bz2 On Wed, Jul 8, 2015 at 12:09 PM, Joel Sherrill wrote: > DINK32 was/is a free ROM monitor from Motorola > (now Freescale). I am not sure it is is available > or not. I haven't seen it in years personally. Freescale still has it: http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DINK32&nodeId=0152109D3F But I didn't see anything newer than 2010. (The real truth of the situation is that I added the dink32 support somewhat hastily in 1997, we were demo'ing PPC hardware at ESC that year...) Stan