OSDN Git Service

2004-08-04 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Thu, 5 Aug 2004 00:17:52 +0000 (00:17 +0000)
committercagney <cagney>
Thu, 5 Aug 2004 00:17:52 +0000 (00:17 +0000)
commit073d7dee545f2d467ddf0f28bf3c1ba41f8ce72c
tree6b3f7ad3c26ae2907588c79c39083e8337c6b708
parent3b1087aae6f8c11638ac78703bd87f02216fc100
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