Don't abort() when system call is unknown.
[deliverable/binutils-gdb.git] / sim / d10v / ChangeLog
index 347585089f9ff46802e2a2dab9910bfb99b451d2..4294cd7f421f94c9de568834ba63b663c8d539dc 100644 (file)
@@ -1,7 +1,99 @@
+Wed Feb 11 16:53:49 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * simops.c (OP_5F00): Call error instead of abort for unknown
+       syscalls.
+
+       * d10v_sim.h (enum): Define DPSW_CR.
+
+       * simops.c (move_to_cr): Mask out hardwired zero bits in DPSW.
+
+Tue Feb 10 18:28:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c (sim_write_phys): Delete.
+       (sim_load): Call sim_load_file with sim_write and LMA.
+
+Mon Feb  9 12:05:01 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * interp.c: Rewrite xfer_mem so that it translates addresses as -
+       0x00... - DMAP translated memory, 0x01... IMAP translated memory,
+       0x10... - on-chip data, 0x11... - on-chip insn, 0x12... - unified
+       memory.
+       (pc_addr): Delete.
+       (imem_addr): New function - translate IMEM address.
+       (sim_resume): Use imem_addr to translate insn address, abort if
+       translation failed.
+       (sim_create_inferior): Write ARGV to memory using sim_write.  Pass
+       argc/argv using r0/r1 not r2/r3.
+       (sim_size): Do not initialize IMAP/DMAP here.
+       (sim_open): Call sim_create_inferior and sim_size to initialize
+       the system.
+       (sim_create_inferior): Initialize IMAP/DMAP to hardware reset
+       defaults.
+       (init_system): Delete.
+       (xfer_mem, sim_fetch_register, sim_store_register): Do not call
+       init_system.
+       (decode_pc): Check prog_bfd is defined before looking up .text
+       section.
+
+Sun Feb  1 16:47:51 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Sat Jan 31 18:15:41 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Sun Jan 25 22:23:01 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * interp.c (sim_stop_reason): Exit status is now in r0, not r2.
+
+Sat Jan 24 19:00:30 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * d10v_sim.h (DEBUG_TRAP): New debug flag.
+
+       * simops.c (OP_5F00): If DEBUG_TRAP is on, turn traps 0-14 into
+       printing the registers.
+
+Thu Jan 22 17:54:01 1998  Michael Meissner  <meissner@cygnus.com>
+
+       * simops.c (op_types): New ABI, args are r0..r3, system call # is
+       in r4.
+       (trace_{in,out}put_func): Ditto.
+       (OP_4900): Ditto.
+       (OP_24800000): Ditto.
+       (OP_4D00): Ditto.
+       (OP_5F00): Ditto.
+
+Thu Jan 22 14:30:36 1998  Fred Fish  <fnf@cygnus.com>
+
+       * interp.c (UMEM_SEGMENTS): New define, set to 128.
+       (sim_size): Use UMEM_SEGMENTS rather than hardwired constant.
+       (sim_close): Reset prog_bfd to NULL after closing it.  Also
+       reset prog_bfd_was_opened_p after closing prog_bfd.
+       (sim_load): Reset prog_bfd_was_opened_p after closing prog_bfd.
+       (sim_create_inferior): Get start address from abfd not prog_bfd.
+       (xfer_mem): Do bounds checking on addresses and return zero length
+       read/write on bad addresses, rather than aborting.  Prepare to
+       be able to handle xfers that cross segment boundaries, but not
+       yet implemented.  Only emit debug message when d10v_debug is
+       set as well as DEBUG being defined.
+
+Mon Jan 19 22:26:29 1998  Doug Evans  <devans@seba>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+
+Mon Dec 15 23:17:11 1997  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * configure: Regenerated to track ../common/aclocal.m4 changes.
+       * config.in: Ditto.
+
 Tue Dec  9 10:28:31 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * d10v_sim.h (RPT_S): Index cregs with RPT_S_CR not RPT_E_CR.
+       (BPSW): Ditto for BPSW_CR and not PSW_CR.
 
+       * simops.c (OP_5F40): JMP to BPC instead of assigning PC directly.
+       
 Mon Dec  8 12:58:33 1997  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * simops.c (OP_5F00): From Martin Hunt <hunt@cygnus.com>. Change
This page took 0.033745 seconds and 4 git commands to generate.