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 40571c8785c071a792e816900025e291faffd9a7..d71637fb42b792cebd0233250539e22c4251ecab 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 37a3723eeac7542f17d98717585eba01cfd2f797..86be8c672b3350e3e684e563b777e72dc51c4d90 100644 (file)
@@ -320,13 +320,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;
index e3c279158974db50ec55f2c31bae30019958d56f..b535424eb947253f20d29723f2fd55559f74d1a3 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 e738cb85a56f6ba752c6d5998308be76a410d1b4..0add87a598f534105e0ab9ad06df5315c522354a 100644 (file)
@@ -824,13 +824,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 f9b8f675e528f1ee9c9d8aaa06a82590411930c1..9841d325a33e67059e7d2621963056efb5624b81 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 04705587d305c3bd212ebbaadfb3ea8a0701f813..4ea62cf21035b7c755d5eba7961b2c2b28e93946 100644 (file)
@@ -432,11 +432,6 @@ sim_trace (sd)
   return 1;
 }
 
-void
-sim_kill(SIM_DESC sd)
-{
-}
-
 void
 sim_do_command(sd, cmd)
      SIM_DESC sd;
index 73ba2e3f4be6a2705c03e51f2847e033fded18f9..47b8e2233fb7439c9292d4f75bfe32306a3f7c62 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 b4989682359e7bd02dc5fd29b29110c52d9bdf0b..370fe4605b331bf8be94af6f426a5516400a813f 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 4101d837ca0040dfe2d93afcafa6b4ad3faa95f9..7d17acb4cdd56692bd0598e63ca8591afcc801f6 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 6aab891040461b1ad7f3719f2b0f3b2eca751f1b..7f4e10247d5efceb2b4c3b1c0e854727e182e2e5 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 d4faa0235f72bad305e01b61d61cee7c8b5fc8ad..b7ee324e1eb4adc499931715fb42978bbc3cba98 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 3d68eb498f1d51de7753ebbf5858107c1ba3baee..0ff5df86d67002a05b50c29d2b2e31e8f6f426e1 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 eb0a3378585b8c502f9565c1b856bcae23ccd94d..2ccb40c770dae8aa391a342375fe8d40da2051c9 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 2246d75d11a2adfa5630d35b377d60ed36e6b2c0..e3a77450be22483764886982bc35f3215596ce92 100644 (file)
@@ -833,13 +833,6 @@ sim_create_inferior (sd, argv, env)
   return SIM_RC_OK;
 }
 
-void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
 void
 sim_set_callbacks (p)
      host_callback *p;
index eb7cfa6a09100bc6b1d1861dd8ffce715ecca5f5..e8637518bc6d35bdd50867f8d363d92444661220 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 1bee0df9db5cbef7facd6504efad5e7982c46547..48669031f4dfa5cbd7b157836239d5a83f6f7fff 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 17a24e66fcf163df593fc40749621b37054bde86..7eed84ee6eb5059c1317710db2bafb0ddce515d1 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 37e44874a4be32f66b6cdad86ede65edda5fcf7a..d9ae631f5ac64e10b442ef255abdfdff35f12950 100644 (file)
@@ -1257,13 +1257,6 @@ sim_create_inferior (sd, argv, env)
   return SIM_RC_OK;
 }
 
-void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
 void
 sim_do_command (sd, cmd)
      SIM_DESC sd;
index f4105b5c8a55001693b8196497e2dc790bdbc2b1..76c95b7280a879782c091be439021510f5402ecb 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 60659b926e13efa90df2bea64038c231115df145..b6f66206a07e92282b598b07d632292f055f26d8 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 f022d1571c793b386b29f0d3b88594782190bac9..ccc876d8470b8c05ec5d4ec3a9f94dba3a314837 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 bbc29f199334d9d2a5bbd36174b5813fc9f47764..b98a64ce72b89f0e34e0cbfb3c4b346c816068fa 100644 (file)
@@ -671,13 +671,6 @@ sim_create_inferior (sd, argv, env)
   return SIM_RC_OK;
 }
 
-void
-sim_kill (sd)
-     SIM_DESC sd;
-{
-  /* nothing to do */
-}
-
 void
 sim_set_callbacks (p)
      host_callback *p;
index f2d9304511b291aa1fa2f2b539ab2bb24eec1fd0..5f42c3b7bc39881b7cab6082fb0634a721f0f4e8 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 54af071009fb683e631721eba28ed59bfaac89bb..f2080de2e9a3dad6c094fd7763aea7bd709d13ed 100644 (file)
@@ -315,12 +315,6 @@ sim_info (verbose)
 
 
 
-void
-sim_kill ()
-{
-
-}
-
 void
 sim_open (kind, cb, abfd, argv)
      SIM_OPEN_KIND kind;
This page took 0.072317 seconds and 4 git commands to generate.