Enhance debug support
[platform/upstream/binutils.git] / sim / d10v / ChangeLog
1 Wed Sep  4 11:35:17 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
2
3         * d10v_sim.h (DEBUG_*): Add bit flags for controlling debug
4         output.
5         (_ins_type): New enumeration to specify which container an
6         instruction is in, and whether it is part of a parallel operation.
7         (_state): Add ins_type field.
8         
9         * simops.c: Change all #ifdef DEBUG code so that the input and
10         output values can be traced, along with the instruction type.
11
12         * interp.c (_leftright): New enumeration to say whether 2 short
13         instructions are done left first or right first.
14         (do_{long,2_short,parallel}): Indicate in the machine state which
15         type of instruction this is.
16         (sim_size): Only print the memory sizes if DEBUG_MEMSIZE debug
17         flag is set.
18         (sim_resume): Pass left/right indication to do_2_short.
19
20 Wed Sep 04 04:45:34 1996  Mark Alexander  <marka@cygnus.com>
21
22         * simops.c: Include correct syscall.h for d10v, not host's.
23         Fix #ifdef SYS_stat.
24
25 Tue Sep  3 14:00:04 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
26
27         * simops.c (OP_5F00): Wrap all SYS_xxx traps with #ifdef.
28         Add trap 2 to be printf and trap 3 to be putchar.
29
30 Wed Aug 28 21:42:34 1996  Mark Alexander  <marka@cygnus.com>
31
32         * Makefile.in, d10v_sim.h, interp.c, simops.c: Add support
33         for low-level system calls.
34
35 Wed Aug 28 17:33:19 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
36
37         * Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems.
38
39 Mon Aug 26 18:30:28 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
40
41         * d10v_sim.h (SEXT32): Added.
42         * interp.c: Commented out printfs.
43         * simops.c:  Fixed error in sb and st2w. 
44
45 Thu Aug 15 13:30:03 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
46
47         * Makefile.in, d10v_sim.h, interp.c, simops.c: Added remaining
48         DSP instructions.  Added modulo addressing.
49
50 Sun Aug 11 12:57:15 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
51
52         * Makefile.in, d10v_sim.h, interp.c, simops.c: Snapshot.
53
54 Fri Aug  2 17:44:24 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
55
56         * d10v_sim.h, simops.c: Snapshot.
57
58 Thu Aug  1 17:05:24 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
59
60         * ChangeLog, Makefile.in, configure, configure.in, d10v_sim.h, 
61         gencode.c, interp.c, simops.c: Created.
62