From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10344 invoked by alias); 15 Feb 2005 16:23:58 -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 10305 invoked from network); 15 Feb 2005 16:23:51 -0000 Received: from unknown (HELO mail.asahi-net.or.jp) (202.224.39.198) by sourceware.org with SMTP; 15 Feb 2005 16:23:51 -0000 Received: from mitou.ysato.dip.jp (l247150.ppp.asahi-net.or.jp [218.219.247.150]) by mail.asahi-net.or.jp (Postfix) with ESMTP id 7549E1E1A2; Wed, 16 Feb 2005 01:03:07 +0900 (JST) Received: from mitou.localdomain (unknown [192.168.16.2]) by mitou.ysato.dip.jp (Postfix) with ESMTP id D8CC51C2B6; Wed, 16 Feb 2005 01:03:07 +0900 (JST) Date: Tue, 15 Feb 2005 20:10:00 -0000 Message-ID: From: Yoshinori Sato To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] new frame code for h8300 target In-Reply-To: <42115848.9000105@gnu.org> References: <41993EFE.3060409@gnu.org> <41E6E496.3000302@gnu.org> <4200FA23.3070602@gnu.org> <420A1BA9.6040209@gnu.org> <420A41D6.60205@gnu.org> <42115848.9000105@gnu.org> User-Agent: Wanderlust/2.11.30 (Wonderwall) SEMI/1.14.6 (Maruoka) LIMIT/1.14.9 (Domyoji) APEL/10.6 Emacs/21.3 (i386-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-SW-Source: 2005-02/txt/msg00150.txt.bz2 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. -- Yoshinori Sato