From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19785 invoked by alias); 15 Feb 2005 02:04:29 -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 19649 invoked from network); 15 Feb 2005 02:04:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 15 Feb 2005 02:04:14 -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 j1F24Ep6001649 for ; Mon, 14 Feb 2005 21:04:14 -0500 Received: from localhost.redhat.com (vpn50-115.rdu.redhat.com [172.16.50.115]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j1F24EO24973; Mon, 14 Feb 2005 21:04:14 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 5DA1F7D79; Mon, 14 Feb 2005 21:02:51 -0500 (EST) Message-ID: <42115848.9000105@gnu.org> Date: Tue, 15 Feb 2005 10:03:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Yoshinori Sato Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] new frame code for h8300 target References: <41993EFE.3060409@gnu.org> <41E6E496.3000302@gnu.org> <4200FA23.3070602@gnu.org> <420A1BA9.6040209@gnu.org> <420A41D6.60205@gnu.org> In-Reply-To: Content-Type: multipart/mixed; boundary="------------080001010409030509040304" X-SW-Source: 2005-02/txt/msg00140.txt.bz2 This is a multi-part message in MIME format. --------------080001010409030509040304 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-length: 402 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 --------------080001010409030509040304 Content-Type: text/plain; name="diffs" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diffs" Content-length: 698 2005-02-14 Andrew Cagney * config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete. * config/h8300/tm-h8300.h: Delete file. Index: config/h8300/h8300.mt =================================================================== RCS file: /cvs/src/src/gdb/config/h8300/h8300.mt,v retrieving revision 1.4 diff -p -u -r1.4 h8300.mt --- config/h8300/h8300.mt 12 Feb 2005 10:38:52 -0000 1.4 +++ config/h8300/h8300.mt 15 Feb 2005 02:01:59 -0000 @@ -1,6 +1,5 @@ # Target: H8300 with HMS monitor, E7000 ICE and H8 simulator TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o dsrec.o -DEPRECATED_TM_FILE= tm-h8300.h SIM_OBS = remote-sim.o SIM = ../sim/h8300/libsim.a --------------080001010409030509040304--