aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
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/ppc
parent1211388f13a7931631a97cbce56ac442a63069ba (diff)
downloadfsf-binutils-gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.zip
fsf-binutils-gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.gz
fsf-binutils-gdb-7230ff0faa65304b835fc525e52ddb6e3ba70325.tar.bz2
Flush defunct sim_kill.
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/ChangeLog4
-rw-r--r--sim/ppc/sim_calls.c8
2 files changed, 4 insertions, 8 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index eb7cfa6..e863751 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,7 @@
+Tue Aug 26 10:41:35 1997 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * sim_calls.c (sim_kill): Delete.
+
Mon Aug 25 16:17:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
* sim_calls.c (sim_open): Add ABFD argument.
diff --git a/sim/ppc/sim_calls.c b/sim/ppc/sim_calls.c
index 1bee0df..4866903 100644
--- a/sim/ppc/sim_calls.c
+++ b/sim/ppc/sim_calls.c
@@ -140,14 +140,6 @@ sim_load (SIM_DESC sd, char *prog, bfd *abfd, int from_tty)
}
-void
-sim_kill (SIM_DESC sd)
-{
- TRACE(trace_gdb, ("sim_kill(void) called\n"));
- /* do nothing, nothing to do */
-}
-
-
int
sim_read (SIM_DESC sd, SIM_ADDR mem, unsigned char *buf, int length)
{