2004-08-04 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Thu, 5 Aug 2004 00:17:52 +0000 (00:17 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 5 Aug 2004 00:17:52 +0000 (00:17 +0000)
commit91cd10427a41cb556ca19cbe928ebe374210c953
treebc026bef5a5caf66dcebce2996e91799ebb37e3b
parent0a8490ad3ac5b8e618241beca1a6212003e1974d
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.
sim/ppc/ChangeLog
sim/ppc/Makefile.in
sim/ppc/gdb-sim.c [new file with mode: 0644]
sim/ppc/sim_callbacks.h
sim/ppc/sim_calls.c