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