From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12191 invoked by alias); 14 Mar 2003 04:24:22 -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 12087 invoked from network); 14 Mar 2003 04:24:21 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by sources.redhat.com with SMTP; 14 Mar 2003 04:24:21 -0000 Received: from exch-01.noida.hcltech.com (exch-01 [204.160.254.29]) by ngate.noida.hcltech.com (8.9.3/8.9.3) with ESMTP id JAA20586 for ; Fri, 14 Mar 2003 09:58:29 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2656.59) id ; Fri, 14 Mar 2003 09:47:30 +0530 Message-ID: From: "D.Venkatasubramanian, Noida" To: gdb-patches@sources.redhat.com Subject: RE: tdep/983: PATCH : H8300 Simulator File I/O Implementation Date: Fri, 14 Mar 2003 04:24:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2003-03/txt/msg00314.txt.bz2 >-----Original Message----- >From: Andrew Cagney [mailto:ac131313@redhat.com] >Sent: Thursday, March 13, 2003 11:06 PM >To: D.Venkatasubramanian, Noida >Cc: cagney@redhat.com; Kazu Hirata; gdb-patches@sources.redhat.com >Subject: Re: tdep/983: PATCH : H8300 Simulator File I/O Implementation > > >> Hi All, >> -- snip >> >> OK to apply? > >Yes, (you forgot to re-post the changelog, don't forget to update it's >date before committing). Applied. 2003-03-14 D.Venkatasubramanian * compile.c (decode): Added code for some more magic traps. * compile.c (sim_resume): Added support for File I/O system calls through callback to host_system. System calls provided support for : open, read, write, lseek, close, stat, fstat Only basic support for stat and fstat. > >Andrew > > Venky