Flush defunct sim_kill.
authorAndrew Cagney <cagney@redhat.com>
Tue, 26 Aug 1997 02:05:18 +0000 (02:05 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 26 Aug 1997 02:05:18 +0000 (02:05 +0000)
24 files changed:
sim/arm/ChangeLog
sim/arm/wrapper.c
sim/d10v/ChangeLog
sim/d10v/interp.c
sim/erc32/ChangeLog
sim/erc32/interf.c
sim/h8300/ChangeLog
sim/h8300/compile.c
sim/m32r/ChangeLog
sim/m32r/sim-if.c
sim/mips/ChangeLog
sim/mips/interp.c
sim/mn10300/ChangeLog
sim/mn10300/interp.c
sim/ppc/ChangeLog
sim/ppc/sim_calls.c
sim/sh/ChangeLog
sim/sh/interp.c
sim/tic80/ChangeLog
sim/tic80/sim-calls.c
sim/v850/ChangeLog
sim/v850/interp.c
sim/w65/ChangeLog
sim/w65/interp.c

index 40571c8..d71637f 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:37:27 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * wrapper.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.
index 37a3723..86be8c6 100644 (file)
@@ -321,13 +321,6 @@ sim_stop_reason (sd, reason, sigrc)
 }
 
 void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
-void
 sim_do_command (sd, cmd)
      SIM_DESC sd;
      char *cmd;
index e3c2791..b535424 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:37:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.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.
index e738cb8..0add87a 100644 (file)
@@ -825,13 +825,6 @@ sim_create_inferior (sd, argv, env)
 
 
 void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
-void
 sim_set_callbacks (p)
      host_callback *p;
 {
index f9b8f67..9841d32 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:38:20 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interf.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.
index 0470558..4ea62cf 100644 (file)
@@ -433,11 +433,6 @@ sim_trace (sd)
 }
 
 void
-sim_kill(SIM_DESC sd)
-{
-}
-
-void
 sim_do_command(sd, cmd)
      SIM_DESC sd;
     char           *cmd;
index 73ba2e3..47b8e22 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:38:43 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * compile.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.
index b498968..370fe46 100644 (file)
@@ -2012,13 +2012,6 @@ set_h8300h (flag)
   h8300hmode = flag;
 }
 
-void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
 SIM_DESC
 sim_open (kind, ptr, abfd, argv)
      SIM_OPEN_KIND kind;
index 4101d83..7d17acb 100644 (file)
@@ -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.
index 6aab891..7f4e102 100644 (file)
@@ -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)
 {
index d4faa02..b7ee324 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:40:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.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.
index 3d68eb4..0ff5df8 100644 (file)
@@ -999,7 +999,6 @@ sim_close (sd, quitting)
   printf("DBG: sim_close: entered (quitting = %d)\n",quitting);
 #endif
 
-  /* Cannot assume sim_kill() has been called */
   /* "quitting" is non-zero if we cannot hang on errors */
 
   /* Ensure that any resources allocated through the callback
@@ -1454,23 +1453,6 @@ sim_create_inferior (sd, argv,env)
   return SIM_RC_OK;
 }
 
-void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-#if 1
-  /* This routine should be for terminating any existing simulation
-     thread. Since we are single-threaded only at the moment, this is
-     not an issue. It should *NOT* be used to terminate the
-     simulator. */
-#else /* do *NOT* call sim_close */
-  sim_close(sd, 1); /* Do not hang on errors */
-  /* This would also be the point where any memory mapped areas used
-     by the simulator should be released. */
-#endif
-  return;
-}
-
 typedef enum {e_terminate,e_help,e_setmemsize,e_reset} e_cmds;
 
 static struct t_sim_command {
index eb0a337..2ccb40c 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:41:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.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.
index 2246d75..e3a7745 100644 (file)
@@ -834,13 +834,6 @@ sim_create_inferior (sd, argv, env)
 }
 
 void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
-void
 sim_set_callbacks (p)
      host_callback *p;
 {
index eb7cfa6..e863751 100644 (file)
@@ -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.
index 1bee0df..4866903 100644 (file)
@@ -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)
 {
index 17a24e6..7eed84e 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:41:55 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.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.
index 37e4487..d9ae631 100644 (file)
@@ -1258,13 +1258,6 @@ sim_create_inferior (sd, argv, env)
 }
 
 void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
-void
 sim_do_command (sd, cmd)
      SIM_DESC sd;
      char *cmd;
index f4105b5..76c95b7 100644 (file)
@@ -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.
index 60659b9..b6f6620 100644 (file)
@@ -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)
 {
index f022d15..ccc876d 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:42:38 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.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.
index bbc29f1..b98a64c 100644 (file)
@@ -672,13 +672,6 @@ sim_create_inferior (sd, argv, env)
 }
 
 void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
-void
 sim_set_callbacks (p)
      host_callback *p;
 {
index f2d9304..5f42c3b 100644 (file)
@@ -1,3 +1,7 @@
+Tue Aug 26 10:43:11 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (sim_kill): Delete.
+
 Mon Aug 25 16:34:33 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * interp.c (sim_open): Add ABFD argument. Change ARGV to PARGV.
index 54af071..f2080de 100644 (file)
@@ -316,12 +316,6 @@ sim_info (verbose)
 
 
 void
-sim_kill ()
-{
-
-}
-
-void
 sim_open (kind, cb, abfd, argv)
      SIM_OPEN_KIND kind;
      host_callback *cb;