]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - sim/d10v/ChangeLog
* simops.c (OP_6A01): Change OP_POSTDEC to OP_POSTINC and move
[thirdparty/binutils-gdb.git] / sim / d10v / ChangeLog
index e4cb35a5b7dcd9773c639a2344e62779a7807cdc..3ee29c9bb4effea2909f597cd4eed3a4eb7132fa 100644 (file)
@@ -1,3 +1,149 @@
+Mon Oct 13 10:55:07 1997  Fred Fish  <cygnus.com>
+
+       * simops.c (OP_6A01): Change OP_POSTDEC to OP_POSTINC and move
+       exception generation code to OP_6E01.
+       (OP_6E01): Change OP_POSTINC to OP_POSTDEC and insert exception
+       generation code.
+
+Sat Oct 11 09:02:08 1997  Fred Fish  <fnf@cygnus.com>
+
+       * simops.c (OP_6401): postdecrement on r15 is OK, remove exception.
+       (OP_6601): Ditto.
+
+Fri Oct  3 09:28:00 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Sat Sep 27 12:51:34 1997  Fred Fish  <fnf@cygnus.com>
+
+       * interp.c (pc_addr): Discard upper bit(s) of PC in case
+       IMAP1 selects unified memory.
+       * d10v_sim.h (INC_ADDR): Align MOD_E to increment before testing
+       for end condition.
+
+Wed Sep 24 17:38:57 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Tue Sep 23 11:04:38 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Mon Sep 22 11:46:20 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Fri Sep 19 17:45:25 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Mon Sep 15 17:36:15 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Wed Sep 10 22:30:24 1997  Martin M. Hunt  <hunt@cygnus.com>
+
+       * interp.c (sim_resume): Increment PC at end of rep
+       loop.
+
+       * simops.c (OP_4201): Fix rachi instruction.
+
+Thu Sep  4 17:21:23 1997  Doug Evans  <dje@seba>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+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,
+       SYS_wait, SYS_wait, SYS_utime, SYS_time if defined by the host.
+       
+Mon Apr  7 15:45:02 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
+Wed Apr  2 15:06:28 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * interp.c (sim_open): New arg `kind'.
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Wed Apr  2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Mon Mar 17 15:10:07 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
+
+       * configure: Re-generate.
+
+Fri Mar 14 10:34:11 1997  Michael Meissner  <meissner@cygnus.com>
+
+       * configure: Regenerate to track ../common/aclocal.m4 changes.
+
+       * simops.c (OP_5F00): Remove old traps 1-3.  Make trap 15 the same
+       as trap 0, which will be deprecated.  Only set errno, if an error
+       in fact was returned.
+
+Thu Mar 13 12:41:20 1997  Doug Evans  <dje@canuck.cygnus.com>
+
+       * interp.c: Delete redundant prototypes of sim_foo fns.
+       (sim_open): New SIM_DESC result.  Argument is now in argv form.
+       (other sim_*): New SIM_DESC argument.
+
 Thu Mar 13 10:29:04 1997  Michael Meissner  <meissner@cygnus.com>
 
        * simops.c (trace_{input,output}_func): Call flush_stdout from the