From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29597 invoked by alias); 26 Dec 2002 12:53:06 -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 29579 invoked from network); 26 Dec 2002 12:53:04 -0000 Received: from unknown (HELO ngate.noida.hcltech.com) (202.54.110.230) by 209.249.29.67 with SMTP; 26 Dec 2002 12:53:04 -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 SAA21644; Thu, 26 Dec 2002 18:22:25 +0530 Received: by exch-01.noida.hcltech.com with Internet Mail Service (5.5.2653.19) id ; Thu, 26 Dec 2002 18:17:52 +0530 Message-ID: From: "D.Venkatasubramanian, Noida" To: "D.Venkatasubramanian, Noida" , Kazu Hirata , gdb-patches@sources.redhat.com, binutils@sources.redhat.com, newlib@sources.redhat.com Subject: RE: PATCH : H8300 Simulator File I/O Implementation Date: Thu, 26 Dec 2002 10:12:00 -0000 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----_=_NextPart_000_01C2ACDC.FFAB1560" X-SW-Source: 2002-12/txt/msg00682.txt.bz2 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C2ACDC.FFAB1560 Content-Type: text/plain; charset="iso-8859-1" Content-length: 1308 Hi All, In reference to my earlier mail, I gave the ChangeLog incorrectly. Ref : http://sources.redhat.com/ml/gdb-patches/2002-12/msg00679.html The updated ChangeLog is given below. Sorry for the slip ;-) Regards, Venky For GDB/Simulator Thu Dec 26 18:28:18 IST 2002 D.Venkatasubramanian (dvenkat@noida.hcltech.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. For newlib Thu Dec 26 18:30:56 IST 2002 D.Venkatasubramanian * /libc/sys/h8300hms/syscalls.c: Support for various File I/O related system calls. Jump to magic vector locations, instead of dummy return values. * /libc/sys/h8300hms/read.c: Jump to magic vector location for supporting read system call. * /libc/sys/h8300hms/write.c: Jump to magic vector location for supporting write system call. For binutils Thu Dec 26 18:28:56 IST 2002 D.Venkatasubramanian *h8300.h: Added some more pseudo opcodes for system call processing. ------_=_NextPart_000_01C2ACDC.FFAB1560 Content-Type: text/plain; name="ChangeLog.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="ChangeLog.txt" Content-length: 1040 Thu Dec 26 18:28:18 IST 2002 D.Venkatasubramanian (dvenkat@noida.hcltech.c= om) * 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. Thu Dec 26 18:30:56 IST 2002 D.Venkatasubramanian * /libc/sys/h8300hms/syscalls.c: Support for various File I/O related system calls. Jump to magic vector locations, instead of dummy return values. * /libc/sys/h8300hms/read.c: Jump to magic vector location for supporting read system call. * /libc/sys/h8300hms/write.c: Jump to magic vector location for supporting write system call. Thu Dec 26 18:28:56 IST 2002 D.Venkatasubramanian *h8300.h: Added some more pseudo opcodes for system call processing. ------_=_NextPart_000_01C2ACDC.FFAB1560--