From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21734 invoked by alias); 9 Feb 2005 17:02: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 21697 invoked from network); 9 Feb 2005 17:01:56 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 9 Feb 2005 17:01:56 -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 j19H1uHB014206 for ; Wed, 9 Feb 2005 12:01:56 -0500 Received: from localhost.redhat.com (vpn50-64.rdu.redhat.com [172.16.50.64]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j19H1oO28824; Wed, 9 Feb 2005 12:01:50 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E66D87D79; Wed, 9 Feb 2005 12:01:12 -0500 (EST) Message-ID: <420A41D6.60205@gnu.org> Date: Wed, 09 Feb 2005 17:05: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> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-02/txt/msg00060.txt.bz2 Yoshinori Sato wrote: > At Wed, 09 Feb 2005 09:18:17 -0500, > Andrew Cagney wrote: > >>Yoshinori Sato wrote: >> >> >>>Are you good therefore? >> >>Yea. >> >>I'd like to commit this slightly odd-ball - since it's a replacement I'd >>like to commit it as such. Can you post the entire file, and a >>ChangeLog indicating "New file". >> >>Watch out for a patch deleting the old file. >> >>Andrew > > > Are you fine if you do file deleted with CVS in patch format entirely? In mainline the file has already been deleted! We just need new patch that creates a new h8300-tdep.c file. Andrew