aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80
diff options
context:
space:
mode:
Diffstat (limited to 'sim/tic80')
-rw-r--r--sim/tic80/ChangeLog4
-rw-r--r--sim/tic80/sim-calls.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/sim/tic80/ChangeLog b/sim/tic80/ChangeLog
index f4105b5..76c95b7 100644
--- a/sim/tic80/ChangeLog
+++ b/sim/tic80/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 26 10:42:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * sim-calls.c (sim_kill): Delete.
+
Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
* configure: Regenerated to track ../common/aclocal.m4 changes.
diff --git a/sim/tic80/sim-calls.c b/sim/tic80/sim-calls.c
index 60659b92..b6f6620 100644
--- a/sim/tic80/sim-calls.c
+++ b/sim/tic80/sim-calls.c
@@ -144,12 +144,6 @@ sim_load (SIM_DESC sd, char *prog, bfd *abfd, int from_tty)
}
-void
-sim_kill (SIM_DESC sd)
-{
-}
-
-
int
sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length)
{