2003-01-03 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. 2003-01-03 D.Venkatasubramanian * /libc/sys/h8300hms/syscalls.c: Removed functions _open, _lseek, _close, _stat, _fstat. * /libc/sys/h8300hms/read.c: Removed. * /libc/sys/h8300hms/write.c: Removed. * /libc/sys/h8300hms/open.S: Hand coded assembly for implementing _open removed from syscalls.c. * /libc/sys/h8300hms/read.S: Hand coded assembly for implementing _open removed from read.c. * /libc/sys/h8300hms/write.S: Hand coded assembly for implementing _open removed from write.c. * /libc/sys/h8300hms/lseek.S: Hand coded assembly for implementing _open removed from syscalls.c. * /libc/sys/h8300hms/close.S: Hand coded assembly for implementing _open removed from syscalls.c. * /libc/sys/h8300hms/fstat.S: Hand coded assembly for implementing _open removed from syscalls.c. * /libc/sys/h8300hms/stat.S: Hand coded assembly for implementing _open removed from syscalls.c.