Fix TCL error in gdb.python/py-format-string.exp.
[deliverable/binutils-gdb.git] / sim / mn10300 / mn10300_sim.h
index f021aee9c00b63aa52899015516a43904b387aaf..f70d486612bce2a2bbd694f748445d2821f5fe3c 100644 (file)
@@ -8,7 +8,6 @@
 #include "bfd.h"
 #include "sim-fpu.h"
 
-extern host_callback *mn10300_callback;
 extern SIM_DESC simulator;
 
 typedef unsigned8 uint8;
@@ -200,16 +199,6 @@ INLINE_SIM_MAIN (void) genericCmp (unsigned32 leftOpnd, unsigned32 rightOpnd);
 INLINE_SIM_MAIN (void) genericOr (unsigned32 source, unsigned32 destReg);
 INLINE_SIM_MAIN (void) genericXor (unsigned32 source, unsigned32 destReg);
 INLINE_SIM_MAIN (void) genericBtst (unsigned32 leftOpnd, unsigned32 rightOpnd);
-INLINE_SIM_MAIN (int) syscall_read_mem (host_callback *cb,
-                                       struct cb_syscall *sc,
-                                       unsigned long taddr,
-                                       char *buf,
-                                       int bytes);
-INLINE_SIM_MAIN (int) syscall_write_mem (host_callback *cb,
-                                        struct cb_syscall *sc,
-                                        unsigned long taddr,
-                                        const char *buf,
-                                        int bytes); 
 INLINE_SIM_MAIN (void) do_syscall (void);
 void program_interrupt (SIM_DESC sd, sim_cpu *cpu, sim_cia cia, SIM_SIGNAL sig);
 
This page took 0.023733 seconds and 4 git commands to generate.