aboutsummaryrefslogtreecommitdiff
path: root/sim/sh
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1995-07-01 00:01:19 +0000
committerStan Shebs <shebs@codesourcery.com>1995-07-01 00:01:19 +0000
commit8e968e86d44870dcbdf898c3f66e31b3f3541ea4 (patch)
treef64d07416e3b00c62e6d06540b79f44be5a55c4d /sim/sh
parent94d1ac891b21c7b98c4fb0fc65b1e3b9f146ed55 (diff)
downloadfsf-binutils-gdb-8e968e86d44870dcbdf898c3f66e31b3f3541ea4.zip
fsf-binutils-gdb-8e968e86d44870dcbdf898c3f66e31b3f3541ea4.tar.gz
fsf-binutils-gdb-8e968e86d44870dcbdf898c3f66e31b3f3541ea4.tar.bz2
* interp.c (sim_open): If argument supplied, interpret as
desired memory size. (parse_and_set_memory_size): New function. (sim_do_command): New function.
Diffstat (limited to 'sim/sh')
-rw-r--r--sim/sh/ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/sim/sh/ChangeLog b/sim/sh/ChangeLog
index a2bf200..924f9dd 100644
--- a/sim/sh/ChangeLog
+++ b/sim/sh/ChangeLog
@@ -1,6 +1,13 @@
+Fri Jun 30 16:51:38 1995 Stan Shebs <shebs@andros.cygnus.com>
+
+ * interp.c (sim_open): If argument supplied, interpret as
+ desired memory size.
+ (parse_and_set_memory_size): New function.
+ (sim_do_command): New function.
+
Thu Jun 29 10:02:28 1995 Fred Fish <fnf@deneb.cygnus.com>
- * interp.c: (SYS_wait): Define as SYS_wait4 if available and
+ * interp.c (SYS_wait): Define as SYS_wait4 if available and
SYS_wait is not already defined (SunOS 4.1.3 for example).
(SYS_utime): Define as SYS_utimes if available and
SYS_utime is not already defined.
@@ -11,7 +18,7 @@ Thu Jun 22 17:25:57 1995 Steve Chamberlain <sac@slash.cygnus.com>
Wed Jun 21 15:03:49 1995 Steve Chamberlain <sac@slash.cygnus.com>
- * interp.c: (SIGBUS, SIGTERM): Define if not.
+ * interp.c (SIGBUS, SIGTERM): Define if not.
(sim_memory_size): default to 2^19 on PCs.
(sim_resume): Poll for quits on win32.