forked from Imagelibrary/binutils-gdb
2004-08-04 Andrew Cagney <cagney@gnu.org>
Jim Blandy <jimb@redhat.com> * sim_callbacks.h (simulator): Declare. * Makefile.in (gdb-sim.o): New rule. (MAIN_SRC, GDB_OBJ): Add gdb-sim.o, gdb-sim.c. (DEFS_H): Delete. (GDB_SIM_PPC_H): Define. * gdb-sim.c: New file. * sim_calls.c: Do not include "defs.h". (simulator): Drop static. (sim_store_register, sim_fetch_register): Delete.
This commit is contained in:
@@ -103,6 +103,10 @@ void sim_io_flush_stdoutput
|
||||
(void);
|
||||
|
||||
|
||||
/* Simulator instance. */
|
||||
extern psim *simulator;
|
||||
|
||||
|
||||
/* Memory management with an allocator that clears memory before use. */
|
||||
|
||||
void *zalloc
|
||||
|
||||
Reference in New Issue
Block a user