Fix doco on enable-sim-inline.
[platform/upstream/binutils.git] / sim / d10v / ChangeLog
index 0cd9cc4..105bd51 100644 (file)
@@ -1,3 +1,57 @@
+Wed Aug 27 18:13:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Tue Aug 26 10:37:49 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (sim_kill): Delete.
+       (sim_create_inferior): Add ABFD argument.
+       (sim_load): Move setting of PC from here.
+       (sim_create_inferior): To here.
+       (start_address): Delete variable.
+
+Mon Aug 25 17:50:22 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Mon Aug 25 15:39:29 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (sim_open): Add ABFD argument.
+
+Tue May 20 10:14:45 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (sim_open): Add callback argument.
+       (sim_set_callbacks): Remove SIM_DESC argument.
+
+Thu Apr 24 00:39:51 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Tue Apr 22 10:29:23 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * interp.c (sim_open): Undo patch to add -E support.
+
+Fri Apr 18 13:39:01 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (sim_stop): New function.
+
+Thu Apr 17 02:42:00 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * Makefile.in (SIM_OBJS): Add sim-load.o.
+       * d10v_sim.h (exec_bfd): Rename to prog_bfd.
+       * interp.c: #include bfd.h.
+       (myname, sim_kind, start_address): New static locals.
+       (prog_bfd_was_opened_p, prog_bfd): New static locals.
+       (decode_pc): Update to use prog_bfd.
+       (sim_open): Set sim_kind, myname.  Ignore -E arg.
+       (sim_close): Close prog_bfd if simulator opened it.
+       (sim_create_inferior): Return SIM_RC.  Delete arg start_address.
+       (sim_load): Return SIM_RC.  New arg abfd.  Set start address from bfd.
+       Call sim_load_file to load file into simulator.
+       * simops.c (trace_input_func): exec_bfd renamed to prog_bfd.
+
 Wed Apr 16 16:12:03 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * simops.c (OP_5F00): Only provide system calls SYS_execv,