From 3445e1cefbdf3ac4d47447b6260a0366afb37f7d Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 24 Nov 1997 23:59:20 +0000 Subject: [PATCH] Add sim_io_syscalls to do common system call emulation --- sim/common/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index 13deca4e773..98b8e00db4b 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,3 +1,13 @@ +Mon Nov 24 18:56:07 1997 Michael Meissner + + * 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 * sim-core.c (sim_core_signal): Fix spelling error in message. -- 2.30.2