OSDN Git Service

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)
commitda508543d106a5e9b8511efc6e9b322944e76618
treeba92314753e852c7d1a57c97313c6370a8b32dcd
parenta8fbc04e93a7de86546a279e30b65dde116eed36
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