]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/h8300/ChangeLog
* defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT
[thirdparty/binutils-gdb.git] / sim / h8300 / ChangeLog
CommitLineData
9b127161
JL
1Fri Apr 12 09:39:56 1996 Jeffrey A Law (law@cygnus.com)
2
3 * compile.c (sim_resume): Fix and simplify overflow and carry
4 handling for 32bit ALU insns.
5
50d45d1b
JL
6Mon Apr 8 23:58:49 1996 Jeffrey A Law (law@cygnus.com)
7
8 * compile.c (sim_resume): Fix overflow checks for ALU insns.
9
e24146ec
JL
10Fri Apr 5 17:20:59 1996 Jeffrey A Law (law@cygnus.com)
11
12 * compile.c (decode): Use "bit" to hold L_3 immediates instead
13 of holding them in "abs". Handle ABS8MEM memory references aka
14 8-bit area. Replace ABSMOV references with ABS8MEM.
15
16Wed Mar 13 17:43:56 1996 Jeffrey A Law (law@cygnus.com)
17
18 * compile.c (fetch): Handle accesses to the exception/function
19 vectors.
20
e656ecf9
DE
21Mon Mar 11 09:53:25 1996 Doug Evans <dje@charmed.cygnus.com>
22
4dfb4ffc
DE
23 * compile.c: #include "wait.h".
24 (sim_resume, sleep insn): Check program exit status in r0.
5d06fa80 25 (sim_resume, shift insns): Fix setting of overflow flag for shal.
e656ecf9
DE
26 * run.c: #include <signal.h>.
27 (main): Abort if program got SIGILL.
e10bb7b3
DE
28 Print error message if argument is invalid.
29 (usage): Improve text.
e656ecf9
DE
30
31Wed Feb 21 12:15:00 1996 Ian Lance Taylor <ian@cygnus.com>
32
33 * configure: Regenerate with autoconf 2.7.
34
35Thu Jan 4 11:52:53 1996 Doug Evans <dje@canuck.cygnus.com>
36
37 * inst.h (MPOWER,MSIZE): Deleted.
38 (H8300{,H}_MSIZE): Define.
39 * compile.c (memory_size): New static global.
40 (init_pointers): Set memory size from one of H8300{,H}_MSIZE.
41 (sim_write,sim_read): Use memory_size.
42
43Fri Oct 13 15:03:19 1995 steve chamberlain <sac@slash.cygnus.com>
44
45 * compile.c (sim_set_callbacks): New.
46
47Tue Oct 10 11:11:26 1995 Fred Fish <fnf@cygnus.com>
48
49 * Makefile.in (BISON): Remove macro.
50
51Wed Sep 20 13:35:02 1995 Ian Lance Taylor <ian@cygnus.com>
52
53 * Makefile.in (maintainer-clean): New synonym for realclean.
54
0743b4ac
ILT
55Fri Sep 8 12:18:53 1995 Ian Lance Taylor <ian@cygnus.com>
56
fe7ec1d0
ILT
57 * Makefile.in (install): Don't install in $(tooldir).
58
0743b4ac
ILT
59 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
60 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
61 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR.
62 Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if
63 creating config.h.
64 * configure: Rebuild.
247d4fb1 65 * config.in: New file, created by autoheader.
0743b4ac
ILT
66 * Makefile.in (AR): Define as @AR@.
67 (CC): New variable, defined as @CC@.
68 (CFLAGS): Define as @CFLAGS@.
69 (RANLIB): Define as @RANLIB@.
70 (HDEFINES, TDEFINES): New variables.
71 (@host_makefile_frag@): Remove.
72 (compile.o, run.o): Depend upon config.h.
73 (mostlyclean): Make the same as clean, not distclean.
74 (clean): Remove config.log.
75 (distclean): Remove config.h and stamp-h.
76 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
77 invoking config.status.
78 (config.h, stamp-h): New targets.
79 * compile.c: Include "config.h". Don't include <sys/times.h>.
80 Include <time.h> and <stdlib.h> if they exist. Don't include
81 "sysdep.h".
82 (get_now): Remove unused local b.
83 * run.c: Include "config.h". Include <stdlib.h> if it exists.
84 Don't include "sysdep.h".
85 * writecode.c: Don't include "bfd.h" or "sysdep.h". Include
86 <stdio.h>.
87
88Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
89
90 * Update all FSF addresses except those in COPYING* files.
91
1ffd292b
C
92Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
93
0743b4ac
ILT
94 * Makefile.in (clean): Remove run.
95 (distclean): Remove Makefile.
96
8b40f608
C
97 * h8300.mt: Removed.
98
1ffd292b
C
99 * Makefile.in, configure.in: converted to autoconf.
100 * configure: New file, generated with autconf 2.4.
101
94d1ac89
SS
102Fri Jun 30 16:50:24 1995 Stan Shebs <shebs@andros.cygnus.com>
103
104 * compile.c (sim_do_command): New function.
105
7478904c
SC
106Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
107
108 * compile.c (get_now): Don't do if win32.
109 (sim_resume): Poll in win32 too.
110
111Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
112
113 * configure.in: Fix typo in last change.
114
115Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
116
117 * run.c: parse arguments with getopt().
118
119Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
120
121 * configure.in: Use ../../bfd/hosts/std-host.h if specific
122 host unavailable.
123
124Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
125
126 * compile.c (sim_resume): Initialize cpu.mask.
127
128Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
129
130 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
131
132Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
133
134 * compile.c: #include "bfd.h".
135 (sim_*): Set result type to void where there isn't one.
136 (sim_resume, default case): Set cpu.exception to SIGILL.
137 (sim_trace): Delete.
138 (sim_set_pc): Delete.
139 (sim_info): Delete printf_fn arg, all callers changed.
140 Call printf_filtered.
141 (set_h8300h): New arg `flag', all callers changed.
142 (sim_close): New function.
143 (sim_load): New function.
144 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
145 * run.c: #include <varargs.h>, "remote-sim.h".
146 (printf_filtered): New function.
147
0693d363
DE
148Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
149
150 * compile.c (decode): Fix typo (16 bit branches).
151 (*): Some white space clean up.
152
153Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
154
155 * compile.c (decode): Compile 16bit branches properly.
156
157Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
158
159 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
160 andc. Poll for interrupts.
161
162Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
163
164 * compile.c: #include "ansidecl.h" for remote-sim.h.
165
a415cf0a
DE
166Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
167
168 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
169 * compile.c: #include "remote-sim.h".
170 (sim_resume): New arg siggnal.
171 (sim_write): Use SIM_ADDR for type of arg addr.
172 Always return a value.
173 (sim_read): Ditto.
174 (sim_store_register): Result is type int.
175 (sim_fetch_register): Ditto.
176 (sim_stop_reason): Renamed from sim_stop_signal.
177 (sim_set_pc): Use SIM_ADDR for type of arg pc.
178 (sim_info): int result, new arg printf_fn.
179 (sim_kill): int result.
180 (sim_open): int result, new arg name.
181 * run.c (main): Use sim_set_pc to set pc.
182 Update call to sim_info.
183
7db9345b
DE
184Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
185
186 * compile.c (sim_stop_signal): Result is now enum sim_stop.
187
188Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
189
190 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
191
28655f00
SC
192Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
193
194 * compile.c (sim_set_pc): Write to the pc direcly.
195 (sim_store_register): Now value is passed by reference. (sim_read,
196 sim_write): Return number of bytes copied.
197
198Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
199
200 * compile.c (mop): New function to do multiplies.
201
202Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
203
204 * compile.c (sim_resume): Add support for nop insn.
205
cf5b4aa6
DE
206Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
207
56390ce8
DE
208 * compile.c: Reset HMODE back to zero (accidently set it to 1).
209
cf5b4aa6
DE
210 * run.c (main): If h8/300h binary detected, call set_h8300h.
211 * compile.c (sim_resume): Fix O_NEG insn.
212
89a2c4fd
DE
213Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
214
215 * run.c (main): Add -h flag to enable h8/300h emulation.
216 * compile.c: Rename Hmode to HMODE (consistency with gdb).
217 (set_h8300h): New function.
218 (sim_resume): Add support for extu,exts insns.
219 (sim_resume): Fix logical right shifting.
220 (sim_resume, label alu32): Fix setting of carry flag.
221
ce51bde6
DE
222Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
223
224 * compile.c (sim_csize): Initialize cpu.cache.
225
f7e3d580
DE
226Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
227
228 * Makefile.in: Add -I../../bfd to pick up bfd.h.
229
230Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
231
232 * run.c (main): Fix parsing of args.
233
234 * compile.c (sim_resume): Fix shll insn.
235
236Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
237
238 * compile.c: New file, supports H8/300H.
239 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
240
241Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
242
243 * run.c (main): Add -v to print info.
244 * p3.c (sim_info): New function.
245
246Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
247
248 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
249
250Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
251
252 * Makefile.in: Don't use cb or indent
253 * p1.c, state.h, writecode.c: lint
254
255Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
256
257 * Makefile.in: Make SunOS halfdone VPATH work.
258 * p1.c: Lint picked up by HP native compiler.
259
06137fcb
SC
260Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
261
262 * p1.c (sim_resume): when running on dos, any character typed to
263 the keyboard will cause a simulated exception.
264
19139515
SC
265Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
266
267 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
268 running
269
a154eea7
SC
270Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
271
272 * new
273