From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30468 invoked by alias); 7 Mar 2003 19:31: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 30395 invoked from network); 7 Mar 2003 19:31:00 -0000 Received: from unknown (HELO localhost.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 7 Mar 2003 19:31:00 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 128A72A9C for ; Fri, 7 Mar 2003 14:30:57 -0500 (EST) Message-ID: <3E68F370.4010207@redhat.com> Date: Fri, 07 Mar 2003 19:31:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Subject: Re: [RFA]: File-I/O patch References: <20021121100341.T24928@cygbert.vinschen.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00179.txt.bz2 Corinna, There looks to be significant common functionality between this "remote.c" patch and the existing "remote-sim.c" code (and for that matter, sim/common/callback.c). I think the basic file io implementation should be moved out of "remote.c" and into "fileio.[hc]" so that both remote.c and remote-sim.c can share it. Andrew