From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6551 invoked by alias); 16 Dec 2004 19:53:00 -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 6409 invoked from network); 16 Dec 2004 19:52:52 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 16 Dec 2004 19:52:52 -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 iBGJqqiB006182 for ; Thu, 16 Dec 2004 14:52:52 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBGJqlr08199; Thu, 16 Dec 2004 14:52:47 -0500 Received: from redhat.com (dhcp-172-16-25-137.sfbay.redhat.com [172.16.25.137]) by potter.sfbay.redhat.com (8.12.8/8.12.8) with ESMTP id iBGJqh4a018706; Thu, 16 Dec 2004 14:52:45 -0500 Message-ID: <41C1E78B.1080603@redhat.com> Date: Thu, 16 Dec 2004 21:14:00 -0000 From: Michael Snyder Organization: Red Hat, Inc. User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924 MIME-Version: 1.0 To: Daniel Jacobowitz CC: gdb-patches@sources.redhat.com Subject: Re: [commit] Replacement implementation of the mn10300 back end References: <41BA558E.9010106@redhat.com> <20041211021901.GA28604@nevyn.them.org> In-Reply-To: <20041211021901.GA28604@nevyn.them.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00394.txt.bz2 Daniel Jacobowitz wrote: > On Fri, Dec 10, 2004 at 06:03:58PM -0800, Michael Snyder wrote: > >>This is a ground-up re-implementation (mostly), using the new apis. >>It's a work in progress, presently builds and passes about 75% >>of the testsuite. > > > Cool! > > >>2004-12-10 Michael Snyder >> >> >> * mn10300-tdep.c: New file. This is a re-implementation of >> the mn10300 target back-end using the new frame api etc. >> * mn10300-tdep.h: New file. >> * config/mn10300/mn10300.mt: New file (or replace old file). >> * configure.tgt: Add mn10300 target. > > > ... patch? Also NEWS and MAINTAINERS will need an update. Well, I didn't see any point in including the entire new files here. Do we think that's necessary? I'll hit NEWS and MAINTAINERS.