aboutsummaryrefslogtreecommitdiff
path: root/sim/m32r
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-08-26 02:05:18 +0000
committerAndrew Cagney <cagney@redhat.com>1997-08-26 02:05:18 +0000
commit7230ff0faa65304b835fc525e52ddb6e3ba70325 (patch)
tree8f92d4d444c66febefd58f067dedafe13db7a865 /sim/m32r
parent1211388f13a7931631a97cbce56ac442a63069ba (diff)
downloadgdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.zip
gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.gz
gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.bz2
Flush defunct sim_kill.
Diffstat (limited to 'sim/m32r')
-rw-r--r--sim/m32r/ChangeLog4
-rw-r--r--sim/m32r/sim-if.c7
2 files changed, 4 insertions, 7 deletions
diff --git a/sim/m32r/ChangeLog b/sim/m32r/ChangeLog
index 4101d83..7d17acb 100644
--- a/sim/m32r/ChangeLog
+++ b/sim/m32r/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 26 10:39:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * sim-if.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/m32r/sim-if.c b/sim/m32r/sim-if.c
index 6aab891..7f4e102 100644
--- a/sim/m32r/sim-if.c
+++ b/sim/m32r/sim-if.c
@@ -135,13 +135,6 @@ sim_create_inferior (sd, argv, envp)
return SIM_RC_OK;
}
-void
-sim_kill (sd)
- SIM_DESC sd;
-{
- /* nothing to do */
-}
-
int
sim_stop (SIM_DESC sd)
{