Add sim_io_syscalls to do common system call emulation
authorMichael Meissner <gnu@the-meissners.org>
Mon, 24 Nov 1997 23:59:20 +0000 (23:59 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Mon, 24 Nov 1997 23:59:20 +0000 (23:59 +0000)
sim/common/ChangeLog

index 13deca4e77304c2dcbe31ff83600aa55787a7544..98b8e00db4b8db54bc8dd6dbefcdb5c76b6aecd0 100644 (file)
@@ -1,3 +1,13 @@
+Mon Nov 24 18:56:07 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * sim-io.c (sim_io_syscalls): New function to provide system call
+       emulation.  Provide exit, open, close, read, write, lseek, and
+       unlink.
+       (sim_io_getstring): New function to return a string from a
+       simulated memory location.
+
+       * sim-io.h (sim_io_syscalls): Add declaration.
+
 Mon Nov 24 12:09:59 1997  Doug Evans  <devans@seba.cygnus.com>
 
        * sim-core.c (sim_core_signal): Fix spelling error in message.