From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32048 invoked by alias); 25 Jan 2005 16:39:44 -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 31863 invoked from network); 25 Jan 2005 16:39:31 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 25 Jan 2005 16:39:31 -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 j0PGdUQ2012399 for ; Tue, 25 Jan 2005 11:39:31 -0500 Received: from localhost.redhat.com (vpn50-81.rdu.redhat.com [172.16.50.81]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id j0PGdSO07636; Tue, 25 Jan 2005 11:39:28 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EC8627D79; Tue, 25 Jan 2005 11:39:15 -0500 (EST) Message-ID: <41F67632.5040304@gnu.org> Date: Tue, 25 Jan 2005 16:39:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Orjan Friberg Cc: gdb-patches@sources.redhat.com Subject: Re: New port: CRISv32 References: <41E79606.40302@axis.com> <41E803F5.2020307@gnu.org> <41F65A50.9090003@axis.com> <41F66EBA.3020107@gnu.org> <41F67357.4070801@axis.com> In-Reply-To: <41F67357.4070801@axis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2005-01/txt/msg00246.txt.bz2 Orjan Friberg wrote: > Andrew Cagney wrote: > >> >> Until this is done can you commit the new code, but minus the tm-*.h >> file (i.e., minus watchpoints). > > > Does that mean it's ok to leave the various watchpoint-related functions > in the tdep file? (That way I can keep the tm file locally for > watchpoint support, and still easily diff against the repository for > other changes that I do.) Yes, definitly. Andrew