This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
RE: tdep/983: PATCH : H8300 Simulator File I/O Implementation
- From: "D.Venkatasubramanian, Noida" <dvenkat at noida dot hcltech dot com>
- To: gdb-patches at sources dot redhat dot com
- Date: Fri, 14 Mar 2003 09:46:04 +0530
- Subject: RE: tdep/983: PATCH : H8300 Simulator File I/O Implementation
>-----Original Message-----
>From: Andrew Cagney [mailto:ac131313 at redhat dot com]
>Sent: Thursday, March 13, 2003 11:06 PM
>To: D.Venkatasubramanian, Noida
>Cc: cagney at redhat dot com; Kazu Hirata; gdb-patches at sources dot redhat dot 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 <dvenkat at noida dot hcltech dot com>
* 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