]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/h8300/ChangeLog
* wrapper.c (sim_do_command): New function.
[thirdparty/binutils-gdb.git] / sim / h8300 / ChangeLog
CommitLineData
7478904c
SC
1Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
2
3 * compile.c (get_now): Don't do if win32.
4 (sim_resume): Poll in win32 too.
5
6Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
7
8 * configure.in: Fix typo in last change.
9
10Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
11
12 * run.c: parse arguments with getopt().
13
14Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
15
16 * configure.in: Use ../../bfd/hosts/std-host.h if specific
17 host unavailable.
18
19Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
20
21 * compile.c (sim_resume): Initialize cpu.mask.
22
23Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
24
25 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
26
27Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
28
29 * compile.c: #include "bfd.h".
30 (sim_*): Set result type to void where there isn't one.
31 (sim_resume, default case): Set cpu.exception to SIGILL.
32 (sim_trace): Delete.
33 (sim_set_pc): Delete.
34 (sim_info): Delete printf_fn arg, all callers changed.
35 Call printf_filtered.
36 (set_h8300h): New arg `flag', all callers changed.
37 (sim_close): New function.
38 (sim_load): New function.
39 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
40 * run.c: #include <varargs.h>, "remote-sim.h".
41 (printf_filtered): New function.
42
0693d363
DE
43Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
44
45 * compile.c (decode): Fix typo (16 bit branches).
46 (*): Some white space clean up.
47
48Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
49
50 * compile.c (decode): Compile 16bit branches properly.
51
52Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
53
54 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
55 andc. Poll for interrupts.
56
57Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
58
59 * compile.c: #include "ansidecl.h" for remote-sim.h.
60
a415cf0a
DE
61Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
62
63 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
64 * compile.c: #include "remote-sim.h".
65 (sim_resume): New arg siggnal.
66 (sim_write): Use SIM_ADDR for type of arg addr.
67 Always return a value.
68 (sim_read): Ditto.
69 (sim_store_register): Result is type int.
70 (sim_fetch_register): Ditto.
71 (sim_stop_reason): Renamed from sim_stop_signal.
72 (sim_set_pc): Use SIM_ADDR for type of arg pc.
73 (sim_info): int result, new arg printf_fn.
74 (sim_kill): int result.
75 (sim_open): int result, new arg name.
76 * run.c (main): Use sim_set_pc to set pc.
77 Update call to sim_info.
78
7db9345b
DE
79Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
80
81 * compile.c (sim_stop_signal): Result is now enum sim_stop.
82
83Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
84
85 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
86
28655f00
SC
87Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
88
89 * compile.c (sim_set_pc): Write to the pc direcly.
90 (sim_store_register): Now value is passed by reference. (sim_read,
91 sim_write): Return number of bytes copied.
92
93Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
94
95 * compile.c (mop): New function to do multiplies.
96
97Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
98
99 * compile.c (sim_resume): Add support for nop insn.
100
cf5b4aa6
DE
101Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
102
56390ce8
DE
103 * compile.c: Reset HMODE back to zero (accidently set it to 1).
104
cf5b4aa6
DE
105 * run.c (main): If h8/300h binary detected, call set_h8300h.
106 * compile.c (sim_resume): Fix O_NEG insn.
107
89a2c4fd
DE
108Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
109
110 * run.c (main): Add -h flag to enable h8/300h emulation.
111 * compile.c: Rename Hmode to HMODE (consistency with gdb).
112 (set_h8300h): New function.
113 (sim_resume): Add support for extu,exts insns.
114 (sim_resume): Fix logical right shifting.
115 (sim_resume, label alu32): Fix setting of carry flag.
116
ce51bde6
DE
117Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
118
119 * compile.c (sim_csize): Initialize cpu.cache.
120
f7e3d580
DE
121Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
122
123 * Makefile.in: Add -I../../bfd to pick up bfd.h.
124
125Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
126
127 * run.c (main): Fix parsing of args.
128
129 * compile.c (sim_resume): Fix shll insn.
130
131Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
132
133 * compile.c: New file, supports H8/300H.
134 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
135
136Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
137
138 * run.c (main): Add -v to print info.
139 * p3.c (sim_info): New function.
140
141Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
142
143 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
144
145Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
146
147 * Makefile.in: Don't use cb or indent
148 * p1.c, state.h, writecode.c: lint
149
150Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
151
152 * Makefile.in: Make SunOS halfdone VPATH work.
153 * p1.c: Lint picked up by HP native compiler.
154
06137fcb
SC
155Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
156
157 * p1.c (sim_resume): when running on dos, any character typed to
158 the keyboard will cause a simulated exception.
159
19139515
SC
160Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
161
162 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
163 running
164
a154eea7
SC
165Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
166
167 * new
168