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