summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-08-05 00:17:52 +0000
committerAndrew Cagney <cagney@redhat.com>2004-08-05 00:17:52 +0000
commit91cd10427a41cb556ca19cbe928ebe374210c953 (patch)
treebc026bef5a5caf66dcebce2996e91799ebb37e3b /sim/ppc/ChangeLog
parent2004-08-04 Michael Chastain <mec.gnu@mindspring.com> (diff)
downloadbinutils-gdb-91cd10427a41cb556ca19cbe928ebe374210c953.tar.gz
binutils-gdb-91cd10427a41cb556ca19cbe928ebe374210c953.tar.bz2
binutils-gdb-91cd10427a41cb556ca19cbe928ebe374210c953.zip
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.
Diffstat (limited to 'sim/ppc/ChangeLog')
-rw-r--r--sim/ppc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index 6f124d72a8b..78b371b268f 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,4 +1,17 @@
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.
+
+2004-08-04 Andrew Cagney <cagney@gnu.org>
* Back out accidently committed change.