sim: erc32/h8300/m68hc11: trim unused functions
[deliverable/binutils-gdb.git] / sim / m68hc11 / interp.c
index b787eb1e1b5a26727f57043514c81826890a7939..77aebcb2305bca6cdfdd6e50e3822383ce068e19 100644 (file)
@@ -502,16 +502,6 @@ sim_close (SIM_DESC sd, int quitting)
   return;
 }
 
-void
-sim_set_profile (int n)
-{
-}
-
-void
-sim_set_profile_size (int n)
-{
-}
-
 /* Generic implementation of sim_engine_run that works within the
    sim_engine setjmp/longjmp framework. */
 
@@ -537,13 +527,6 @@ sim_engine_run (SIM_DESC sd,
     }
 }
 
-int
-sim_trace (SIM_DESC sd)
-{
-  sim_resume (sd, 0, 0);
-  return 1;
-}
-
 void
 sim_info (SIM_DESC sd, int verbose)
 {
@@ -573,14 +556,6 @@ sim_create_inferior (SIM_DESC sd, struct bfd *abfd,
   return sim_prepare_for_program (sd, abfd);
 }
 
-
-void
-sim_set_callbacks (host_callback *p)
-{
-  /*  m6811_callback = p; */
-}
-
-
 int
 sim_fetch_register (SIM_DESC sd, int rn, unsigned char *memory, int length)
 {
@@ -704,12 +679,6 @@ sim_store_register (SIM_DESC sd, int rn, unsigned char *memory, int length)
   return 2;
 }
 
-void
-sim_size (int s)
-{
-  ;
-}
-
 /* Halt the simulator after just one instruction */
 
 static void
This page took 0.024116 seconds and 4 git commands to generate.