From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31635 invoked by alias); 15 Aug 2005 21:50:06 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31626 invoked by uid 22791); 15 Aug 2005 21:50:01 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 15 Aug 2005 21:50:01 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id j7FLo0TD003267 for ; Mon, 15 Aug 2005 17:50:00 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j7FLnxV09270 for ; Mon, 15 Aug 2005 17:49:59 -0400 Received: from localhost.localdomain (vpn50-47.rdu.redhat.com [172.16.50.47]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id j7FLnx2G013711 for ; Mon, 15 Aug 2005 17:49:59 -0400 Received: from ironwood.lan (ironwood.lan [192.168.64.8]) by localhost.localdomain (8.12.11/8.12.10) with ESMTP id j7FLnsZW030442 for ; Mon, 15 Aug 2005 14:49:54 -0700 Date: Mon, 15 Aug 2005 22:03:00 -0000 From: Kevin Buettner To: gdb-patches@sources.redhat.com Subject: Re: [RFC] Add support for Morpho ms1 processor Message-ID: <20050815144952.6aa47dec@ironwood.lan> In-Reply-To: <20050603172038.449a41b9@ironwood.lan> References: <20050603172038.449a41b9@ironwood.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-08/txt/msg00183.txt.bz2 On Fri, 3 Jun 2005 17:20:38 -0700 Kevin Buettner wrote: > * Makefile.in (ms1-tdep.o): Add dependencies. > * configure.tgt: Add ms1-*-* target. > * ms1-tdep.c: New file. > * config/ms1/ms1.mt: New file. Committed. Thanks again to Mark and Daniel for their reviews. Kevin