]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/d10v/ChangeLog
Fri Sep 6 17:56:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
[thirdparty/binutils-gdb.git] / sim / d10v / ChangeLog
CommitLineData
ea2155e8
MH
1Fri Sep 6 17:56:17 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
2
3 * simops.c (OP_2600, OP_2601): Changed min and max comparisons
4 to use signed register values.
5
87178dbd
MM
6Wed Sep 4 11:35:17 1996 Michael Meissner <meissner@tiktok.cygnus.com>
7
8 * d10v_sim.h (DEBUG_*): Add bit flags for controlling debug
9 output.
10 (_ins_type): New enumeration to specify which container an
11 instruction is in, and whether it is part of a parallel operation.
12 (_state): Add ins_type field.
7eebfc62
MM
13 ({,u}int{8,16,32,64}): Use limits.h to size the appropriate types.
14 (ins_type_counters): Counters for the various instruction types.
15 ({left,right}_nops): Counters for the number of nops in each
16 container.
17 (d10v_debug): New variable to indicate whether debugging is turned
18 on.
19
20 * simops.c: (all functions): Change all #ifdef DEBUG code so that
21 the input and output values can be traced, along with the
22 instruction type. Make the -t option enable tracing.
23 (all functions): Change printf calls to use the printf_filtered
24 function in the callback table.
87178dbd
MM
25
26 * interp.c (_leftright): New enumeration to say whether 2 short
27 instructions are done left first or right first.
28 (do_{long,2_short,parallel}): Indicate in the machine state which
7eebfc62
MM
29 type of instruction this is. Count each of the types of
30 instructions executed.
87178dbd
MM
31 (sim_size): Only print the memory sizes if DEBUG_MEMSIZE debug
32 flag is set.
33 (sim_resume): Pass left/right indication to do_2_short.
7eebfc62
MM
34 (all functions): Change printf calls to use the printf_filtered
35 function in the callback table.
36 (sim_trace): Turn on debug flag if DEBUG was defined, and call
37 sim_resume.
38 (sim_info): Print out statistics on instructions.
39 (sim_{trace,create_inferior}): Eliminate extraneous output unless
40 debugging.
1eaaf305
MM
41 (sim_open): If args == -t and DEBUG was defined, set d10v_debug.
42 Only initialize the hash table the first time sim_open is called.
7eebfc62
MM
43
44 * Makefile.in: Make objects depend on d10v_sim.h.
1eaaf305
MM
45 ({,SIM_}CFLAGS): Include configure dependent switches. Setting
46 CFLAGS does not override host/target defines or SIM_CFLAGS.
47 (CC_FOR_BUILD,gencode): Use CC_FOR_BUILD to compile gencode.
48 (run): By default, the math library is not needed to be linked
49 in.
9b86c7e2 50 ({BFD,LIBIBERTY}_LIB): Define as variables so they can be
1eaaf305 51 overridden.
9b86c7e2
MM
52 (VPATH): Don't set to anything but @srcdir@ to work with non-GNU
53 makes.
54 ({run,callback}.o): Provide explicit paths to their appropriate
55 source directories.
56 (gencode{,.o},d10v-opc.o): Split compilation into creating object
57 and linking. Instead of linking in libopcodes.a, just compile
58 d10v-opc.o directly to handle canadian cross.
59 (CSEARCH): Add opcodes directory.
7eebfc62
MM
60
61 * configure.in (--enable-sim-cflags): New switch to allow user to
62 set the defaults.
1eaaf305 63 (CC_FOR_BUILD): Deal with canadian crosses.
7eebfc62 64 * configure: Regenerate.
87178dbd 65
8719be26
MA
66Wed Sep 04 04:45:34 1996 Mark Alexander <marka@cygnus.com>
67
68 * simops.c: Include correct syscall.h for d10v, not host's.
69 Fix #ifdef SYS_stat.
70
71Tue Sep 3 14:00:04 1996 Michael Meissner <meissner@tiktok.cygnus.com>
72
73 * simops.c (OP_5F00): Wrap all SYS_xxx traps with #ifdef.
74 Add trap 2 to be printf and trap 3 to be putchar.
75
76Wed Aug 28 21:42:34 1996 Mark Alexander <marka@cygnus.com>
77
78 * Makefile.in, d10v_sim.h, interp.c, simops.c: Add support
79 for low-level system calls.
80
d70b4d42
MH
81Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
82
83 * Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems.
84
85Mon Aug 26 18:30:28 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
86
87 * d10v_sim.h (SEXT32): Added.
88 * interp.c: Commented out printfs.
89 * simops.c: Fixed error in sb and st2w.
90
91Thu Aug 15 13:30:03 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
92
93 * Makefile.in, d10v_sim.h, interp.c, simops.c: Added remaining
94 DSP instructions. Added modulo addressing.
95
96Sun Aug 11 12:57:15 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
97
98 * Makefile.in, d10v_sim.h, interp.c, simops.c: Snapshot.
99
4c38885c
MH
100Fri Aug 2 17:44:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
101
102 * d10v_sim.h, simops.c: Snapshot.
103
2934d1c9
MH
104Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
105
106 * ChangeLog, Makefile.in, configure, configure.in, d10v_sim.h,
107 gencode.c, interp.c, simops.c: Created.
108