From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24379 invoked by alias); 17 Feb 2005 00:38:01 -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 24191 invoked from network); 17 Feb 2005 00:37:53 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 17 Feb 2005 00:37:53 -0000 Received: from drow by nevyn.them.org with local (Exim 4.44 #1 (Debian)) id 1D1ZfU-0002jC-Bs; Wed, 16 Feb 2005 19:37:20 -0500 Date: Thu, 17 Feb 2005 03:18:00 -0000 From: Daniel Jacobowitz To: Yoshinori Sato Cc: Andrew Cagney , gdb-patches@sources.redhat.com Subject: Re: [PATCH] new frame code for h8300 target Message-ID: <20050217003720.GB9895@nevyn.them.org> Mail-Followup-To: Yoshinori Sato , Andrew Cagney , gdb-patches@sources.redhat.com References: <41E6E496.3000302@gnu.org> <4200FA23.3070602@gnu.org> <420A1BA9.6040209@gnu.org> <420A41D6.60205@gnu.org> <42115848.9000105@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6+20040907i X-SW-Source: 2005-02/txt/msg00176.txt.bz2 On Wed, Feb 16, 2005 at 01:03:07AM +0900, Yoshinori Sato wrote: > At Mon, 14 Feb 2005 21:02:48 -0500, > Andrew Cagney wrote: > > > > [1 ] > > Just FYI, the changes to resurect h8300-tdep.c and h8300.mt are ok (I > > see the're already committed). However the change to resurect > > config/h8300/tm-h8300.h isn't - the h8300 is now considered to be a new > > architecture and any new architecture is required to be pure multi-arch > > (i.e., no tm-*.h file). > > > > Looking forward to patches that fix that. > > > > In the mean time I've committed the attached, > > Andrew > > I made sure. > Because a section depending on tm-h8300.h seems to be left, > I will correct it. I guess you mean this patch: 2005-02-16 Yoshinori Sato * remote-e7000.c: unuse TM_FILE defined macro. (e7000_fetch_registers) (e7000_store_registers) (e7000_wait): delete NUM_REALREGS. * remote-hms.c: move TM_FILE macro. (CCR_REGNO): move define from tm-h8300.h. I didn't see this patch posted to gdb-patches; please always post patches to the mailing list before committing them. Who should be listed as the maintainer for the h8300 port? It is still listed as deleted in MAINTAINERS. -- Daniel Jacobowitz CodeSourcery, LLC