]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/h8300/ChangeLog
*** empty log message ***
[thirdparty/binutils-gdb.git] / sim / h8300 / ChangeLog
CommitLineData
29b52f93
KH
12003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
2
3 * compile.c (h8300_normal_mode): New.
4 (SP): Handle normal mode.
5 (bitfrom): Use normal mode flag to return suitable value.
6 (lvalue): Use normal mode flag to return command line location.
7 (decode): Decode instruction correctly for normal mode.
8 (init_pointers): Initialise memory correctly for normal mode.
9 (sim_resume): Handle cases for normal mode using h8300_normal_mode
10 flag.
11 (sim_store_register): Handle 2 byte PC for normal mode.
12 (sim_fetch_register): Handle 2 byte PC for normal mode.
13 (set_h8300h): Set normal mode flag as per architechture.
14 (sim_load): Allocate 64K for normal mode instead of bigger memory.
15
f408565c
MS
162003-07-18 Michael Snyder <msnyder@redhat.com>
17
18 * compile.c (decode): Enhancements for mova.
19 Initialize cst, reg, and rdisp inside the loop, for each
20 new instruction. Defer correction of the disp2 values until
21 later, and then adjust them by the size of the first operand,
22 rather than the size of the instruction.
23 (sim_resume): For mova, adjust the size of the second operand
24 according to the type of the first operand (INDEXB vs. INDEXW).
25 In cases where there is only one operand, the other two must
26 both be composed on the fly.
27
e22fef83
MS
282003-07-22 Michael Snyder <msnyder@redhat.com>
29
30 * compile.c (sim_resume): Revert 6-24 change, it does not
31 work with gdb breakpoints.
32
0f42aa71
MS
332003-07-17 Michael Snyder <msnyder@redhat.com>
34
55acb21b
MS
35 * compile.c (sim_resume): Handle shll reg, reg and shlr reg, reg.
36 (decode): IMM16 is always zero-extended.
0f42aa71 37
f0861129
MS
382003-06-24 Michael Snyder <msnyder@redhat.com>
39
40 * sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define.
41 * compile.c (sim_resume): Use the above to return stop signal.
42
9f70f8ec
MS
432003-06-18 Michael Snyder <msnyder@redhat.com>
44
45 * compile.c: Replace "Hitachi" with "Renesas".
46 (decode): Distinguish AV_H8S from AV_H8H.
47 (sim_resume): H8SX can use any register for TAS.
48 (decode): Add support for VECIND.
49 (sim_resume): Implement rte/l and rts/l.
50 (GETSR): New macro (actually old macro reincarnated).
51 (decode): Add handling for IMM2.
52 (sim_resume): Drop extra block around jmp, jsr, rts.
53 Add handling for trapa and rte.
54 For divxu.b, change 0xffff mask to 0xff.
55 (set_h8300h): Add bfd_mach_h8300sxn machine.
56
18ad32b5
MS
572003-06-18 Corinna Vinschen <vinschen@redhat.com>
58
59 * sim-main.h (enum h8_regnum): Turn around order of MACH, MACL
60 and SBR, VBR.
61
173b1c98
MS
622003-06-05 Michael Snyder <msnyder@redhat.com>
63
64 * compile.c (sim_fetch_register): Handle SBR, VBR, MACH, MACL.
65 (sim_store_register): Ditto.
66
e8c1a4e7
MS
672003-06-04 Michael Snyder <msnyder@redhat.com>
68
69 * compile.c (sim_info): Fix typo in output.
70
173b1c98 71 * compile.c (set_h8300h): Replace 'flag' arguments
27ebfdf4
MS
72 with a bfd_machine argument, and decode it inline.
73 Check for bfd_mach_h8300hn and bfd_mach_h8300sn.
74
dc5c3759
MS
752003-06-03 Michael Snyder <msnyder@redhat.com>
76
e8c1a4e7
MS
77 * compile.c: Add h8300sx insns and addressing modes.
78 * sim-main.h: Replaces h8300/inst.h.
79 * Makefile.in: Tweak to bring in some sim/common stuff.
dc5c3759 80
b7f97e9c
MS
812003-04-13 Michael Snyder <msnyder@redhat.com>
82
83 * compile.c (sim_resume): Implement 'daa' and 'das' instructions.
84
d1360fb0
V
852003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
86
87 * compile.c (cmdline_location): Added function to
88 return the location of 8-bit (256 locations) where the
89 Command Line arguments would be stored.
90 (decode): Added a TRAP to 0xcc for Commandline
91 processing using pseudo opcode O_SYS_CMDLINE.
92 (sim_resume): Added handling of O_SYS_CMDLINE Trap.
93 (sim_create_inferior): Setting a pointer to
94 Commandline Args array.
95 * inst.h: Added a new variable ptr_command_line for
96 storing pointer to Commandline array.
97
bf174226
V
982003-03-14 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
99
100 * compile.c (decode): Added code for some more magic traps.
101 * compile.c (sim_resume): Added support for File I/O system
102 calls through callback to host_system.
103 System calls provided support for :
104 open, read, write, lseek, close, stat, fstat
105 Only basic support for stat and fstat.
106
6b4a8935
AC
1072003-02-27 Andrew Cagney <cagney@redhat.com>
108
109 * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
110
ec38ce99
KH
1112003-02-05 Kazu Hirata <kazu@cs.umass.edu>
112
113 * compile.c (init_pointers): Abort if wreg never gets initialized.
114 (sim_resume): Fix the handling of exts.w and extu.w.
115
ad4cda16
KH
1162003-01-31 Kazu Hirata <kazu@cs.umass.edu>
117
118 * compile.c (sim_resume): Fix the handling of bxor.
119
a4f27e3e
MS
1202003-01-16 Michael Snyder <msnyder@redhat.com>
121
122 * compile.c: Change K&R function definitions to ISO.
123 (fetch): Make static, and eliminate unused parameter 'n'.
124
d0fe2f7e
KH
1252002-12-26 Kazu Hirata <kazu@cs.umass.edu>
126
127 * compile.c: Fix formatting.
128 * inst.h: Likewise.
129
a64bfde3
AV
1302002-07-29 Andrey Volkov <avolkov@transas.com>
131
132 * compile.c: Include "gdb/sim-h8300.h"
133 * Makefile.in: Add dependences on "inst.h",
134 "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
135
c8cca39f
AC
1362002-06-16 Andrew Cagney <ac131313@redhat.com>
137
138 * configure: Regenerated to track ../common/aclocal.m4 changes.
139
3c25f8c7
AC
1402002-06-08 Andrew Cagney <cagney@redhat.com>
141
142 * compile.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
143
d1335144
KH
1442002-05-19 Kazu Hirata <kazu@cs.umass.edu>
145
146 * compile.c: Fix formatting.
147
c3f4437e
KH
1482002-05-18 Kazu Hirata <kazu@cs.umass.edu>
149
150 * compile.c: Fix formatting.
151
6147b1f6
AV
1522002-05-17 Andrey Volkov (avolkov@transas.com)
153
154 * compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.
155
fc974602
AV
1562002-05-17 Andrey Volkov (avolkov@transas.com)
157
158 * compile.c: Add support of EXR register
159 * inst.h: Ditto.
160
a8cdafbd
AV
1612002-05-17 Andrey Volkov (avolkov@transas.com)
162
163 * compile.c: Made h8300s as new target, not h8300h alias.
164 * inst.h: Ditto.
165
f6225c96
AV
1662002-05-17 Andrey Volkov (avolkov@transas.com)
167
168 * compile.c: Add additional CCR flags (I,UI,H,U)
169
3b02cf92
AV
1702002-05-17 Andrey Volkov (avolkov@transas.com)
171
172 * compile.c: Change literal regnumbers to REGNUMS.
173 Fix instruction and cycles counting
174
de9b1892
KH
1752001-12-20 Kazu Hirata <kazu@hxi.com>
176
177 * compile.c: Fix formatting.
178
2ea716f6
KH
1792001-12-20 Kazu Hirata <kazu@hxi.com>
180
181 * compile.c: Fix comment typos.
182
6d028502
KH
1832000-08-10 Kazu Hirata <kazu@hxi.com>
184
185 * compile.c (decode): Clean up the code.
186
0a17cd59
AC
1872000-06-15 Kazu Hirata <kazu@hxi.com>
188
189 * compile.c (decode): Distinguish inc/dec.[wl] and adds/subs
190 correctly.
191
97ee9e5a
FCE
1922000-06-20 Frank Ch. Eigler <fche@redhat.com>
193
194 * compile.c: Don't include "wait.h".
195 (sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros
196 instead of WIF* from host.
197
98ecb0a7
FCE
1982000-06-13 Frank Ch. Eigler <fche@redhat.com>
199
200 * compile.c, writecode.c: Correct typo.
201
0ef9643e
JL
2022000-06-13 Kazu Hirata <kazu@hxi.com>
203
204 * compile.c: Fix formatting.
205
eb2d80b4
AC
206Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
207
208 * configure: Regenerated to track ../common/aclocal.m4 changes.
209
d4f3574e
SS
210Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
211
212 * configure: Regenerated to track ../common/aclocal.m4 changes.
213
cd0fc7c3
SS
2141999-05-08 Felix Lee <flee@cygnus.com>
215
216 * configure: Regenerated to track ../common/aclocal.m4 changes.
217
7a292a7a
SS
2181999-04-02 Keith Seitz <keiths@cygnus.com>
219
220 * compile.c (POLL_QUIT_INTERVAL): Define. Used to tweak the
221 frequency at which the poll_quit callback is used.
222 (sim_resume): Use POLL_QUIT_INTERVAL instead of hard-coded value.
223
c906108c
SS
224Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
225
226 * configure: Regenerated to track ../common/aclocal.m4 changes.
227
228Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
229
230 * configure: Regenerated to track ../common/aclocal.m4 changes.
231 * config.in: Ditto.
232
233Sun Apr 26 15:20:14 1998 Tom Tromey <tromey@cygnus.com>
234
235 * acconfig.h: New file.
236 * configure.in: Reverted change of Apr 24; use sinclude again.
237
238Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
239
240 * configure: Regenerated to track ../common/aclocal.m4 changes.
241 * config.in: Ditto.
242
243Fri Apr 24 11:19:46 1998 Tom Tromey <tromey@cygnus.com>
244
245 * configure.in: Don't call sinclude.
246
247Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
248
249 * configure: Regenerated to track ../common/aclocal.m4 changes.
250
251Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
252
253 * configure: Regenerated to track ../common/aclocal.m4 changes.
254
255Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
256
257 * configure: Regenerated to track ../common/aclocal.m4 changes.
258
259Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
260
261 * configure: Regenerated to track ../common/aclocal.m4 changes.
262
263Tue Feb 17 12:42:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
264
265 * compile.c (sim_store_register, sim_fetch_register): Pass in
266 length parameter. Return -1.
267
268Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
269
270 * configure: Regenerated to track ../common/aclocal.m4 changes.
271
272Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
273
274 * configure: Regenerated to track ../common/aclocal.m4 changes.
275
276Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
277
278 * configure: Regenerated to track ../common/aclocal.m4 changes.
279
280Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
281
282 * configure: Regenerated to track ../common/aclocal.m4 changes.
283 * config.in: Ditto.
284
285Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
286
287 * configure: Regenerated to track ../common/aclocal.m4 changes.
288
289Tue Nov 11 16:52:07 1997 Angela Marie Thomas (angela@cygnus.com)
290
291 * compile.c: #include stdio.h for definition of NULL on
292 some platforms.
293
294Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
295
296 * compile.c (sim_load): Pass lma_p and sim_write args to
297 sim_load_file.
298
299Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
300
301 * configure: Regenerated to track ../common/aclocal.m4 changes.
302
303Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
304
305 * configure: Regenerated to track ../common/aclocal.m4 changes.
306
307Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
308
309 * configure: Regenerated to track ../common/aclocal.m4 changes.
310
311Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
312
313 * configure: Regenerated to track ../common/aclocal.m4 changes.
314
315Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
316
317 * configure: Regenerated to track ../common/aclocal.m4 changes.
318
319Wed Sep 17 12:00:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
320
321 * Makefile.in (compile.o): Depend on config.h in local directory.
322
323Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
324
325 * configure: Regenerated to track ../common/aclocal.m4 changes.
326
327Tue Sep 9 22:17:26 1997 Felix Lee <flee@cygnus.com>
328
329 * inst.h (sim_state): rename to h8300_sim_state, to avoid conflict
330 with sim/common.
331 * configure.in: check for sys/param.h
332 * compile.c: #ifdef HAVE_SYS_PARAM_H.
333 #define SIGTRAP for wingdb.
334 (sim_resume): poll keyboard at least once per call.
335 (sim_resume): use host_callback instead of printf for syscall
336 output.
337
338Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
339
340 * configure: Regenerated to track ../common/aclocal.m4 changes.
341
342Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
343
344 * configure: Regenerated to track ../common/aclocal.m4 changes.
345 * config.in: Ditto.
346
347Tue Aug 26 10:38:43 1997 Andrew Cagney <cagney@b1.cygnus.com>
348
349 * compile.c (sim_kill): Delete.
350 (sim_create_inferior): Add ABFD argument.
351 (sim_load): Move setting of PC from here.
352 (sim_create_inferior): To here.
353 (sim_open, sim_load, set_h8300h): Add fixme explaining why much of
354 the sim_load code should be moved to sim_open.
355
356Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
357
358 * configure: Regenerated to track ../common/aclocal.m4 changes.
359 * config.in: Ditto.
360
361Mon Aug 25 15:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
362
363 * compile.c (sim_open): Add ABFD argument.
364
365Tue May 20 10:16:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
366
367 * compile.c (sim_open): Add callback argument.
368 (sim_set_callbacks): Delete SIM_DESC argument.
369
370Wed Apr 30 10:22:29 1997 Doug Evans <dje@canuck.cygnus.com>
371
372 * compile.c (sim_load): Call bfd_get_mach instead of examining
373 bfd fields directly.
374 * tconfig.in (SIM_PRE_LOAD): Delete, no longer used.
375
376Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
377
378 * configure: Regenerated to track ../common/aclocal.m4 changes.
379
380Fri Apr 18 14:30:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
381
382 * compile.c (sim_resume): Use poll_quit callback.
383 (sim_stop): New function.
384
385Thu Apr 17 03:06:39 1997 Doug Evans <dje@canuck.cygnus.com>
386
387 * Makefile.in (SIM_OBJS): Add sim-load.o.
388 * compile.c (sim_kind, myname): New static locals.
389 (sim_open): Set sim_kind, myname.
390 (sim_load): Return SIM_RC. New arg abfd. Update test for h8300h.
391 Call sim_load_file to load file into simulator. Set start address
392 from bfd.
393 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
394
395Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
396
397 * configure: Regenerated to track ../common/aclocal.m4 changes.
398 * config.in: Ditto.
399
400Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
401
402 * compile.c (sim_open): New arg `kind'.
403
404 * configure: Regenerated to track ../common/aclocal.m4 changes.
405
406Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
407
408 * configure: Regenerated to track ../common/aclocal.m4 changes.
409
410Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
411
412 * configure: Regenerated to track ../common/aclocal.m4 changes.
413
414Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
415
416 * configure: Re-generate.
417
418Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
419
420 * configure: Regenerate to track ../common/aclocal.m4 changes.
421
422Thu Mar 13 12:48:05 1997 Doug Evans <dje@canuck.cygnus.com>
423
424 * compile.c (sim_open): New SIM_DESC result. Argument is now in
425 argv form.
426 (other sim_*): New SIM_DESC argument.
427
428Tue Feb 4 13:36:29 1997 Doug Evans <dje@canuck.cygnus.com>
429
430 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
431 COMMON_{PRE,POST}_CONFIG_FRAG instead.
432 * configure.in: sinclude ../common/aclocal.m4.
433 * configure: Regenerated.
434
435Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
436
437 * configure configure.in Makefile.in: Update to new configure
438 scheme which is more compatible with WinGDB builds.
439 * configure.in: Improve comment on how to run autoconf.
440 * configure: Re-run autoconf to get new ../common/aclocal.m4.
441 * Makefile.in: Use autoconf substitution to install common
442 makefile fragment.
443
444Wed Nov 20 01:39:12 1996 Doug Evans <dje@canuck.cygnus.com>
445
446 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
447 (SIM_OBJS): Define.
448 * configure.in: Simplify using macros in ../common/aclocal.m4.
449 * configure: Regenerated.
450 * inst.h (enum sim_state): Define.
451 (cpu_state_type): New member `state'. Set it whenever `exception'
452 is set.
453 * compile.c (sim_callback): New global.
454 (sim_set_simcache_size): Renamed from sim_csize.
455 (sim_resume, case O_SLEEP): Add right way to decode r0 but #if 0 out
456 'cus it can't work. Change main loop exit test to use cpu.state.
457 (sim_trace): New function.
458 (sim_stop_reason): Add right way to set results, but #if 0 out.
459 (sim_size): New function.
460 (sim_info): Redirect calls to printf_filtered through callback.
461 (sim_set_callbacks): Record callback.
462 * run.c: Deleted, using one in ../common now.
463 * tconfig.in: New file.
464
465Thu Oct 3 16:13:18 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
466
467 * Makefile.in (mostlyclean): Don't remove config.log here.
468
469Fri Aug 9 22:59:11 1996 Jeffrey A Law (law@cygnus.com)
470
471 * compile.c (sim_resume): rts, sleep, bpt and nop have
472 no associated "size".
473
474Tue Jul 9 22:15:39 1996 Jeffrey A Law (law@cygnus.com)
475
476 * compile.c (sim_resume): Fix all rotate-by-2-bits insns.
477
478Tue Jul 2 23:08:45 1996 Jeffrey A Law (law@cygnus.com)
479
480 * run.c (main): Don't "load" sections which don't have
481 SEC_LOAD set.
482 * compile.c (sim_resume, case "O_NOT"): Use ONOT instead
483 of OSHIFTS.
484 (ONOT): Define.
485 (sim_resume, shift/rotate cases): Add support for shift/rotate
486 by two bits.
487 (OSHIFTS): Corresponding changes.
488
489Tue Jul 2 01:37:27 1996 Jeffrey A Law (law@cygnus.com)
490
491 * compile.c (sim_resume): Handle "ldm.l" and "stm.l".
492
493Wed Jun 26 08:58:53 1996 Jeffrey A Law (law@cygnus.com)
494
495 * compile.c (h8300smode): Declare.
496
497Wed Jun 26 12:20:56 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
498
499 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
500 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
501 (docdir): Removed.
502 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
503 (AC_PROG_INSTALL): Added.
504 * configure: Rebuilt.
505
506Tue Jun 18 16:31:10 1996 Jeffrey A. Law <law@rtl.cygnus.com>
507
508 * compile.c (sim_load): Treat the H8/S like the H8/300H for now.
509 * run.c (main): Treat the H8/S like the H8/300H for now.
510
511Fri May 24 10:35:25 1996 Jeffrey A Law (law@cygnus.com)
512
513 * compile.c (SEXTCHAR): Clear upper bits when sign
514 bit is clear.
515
516Wed May 22 22:23:37 1996 Jeffrey A Law (law@cygnus.com)
517
518 * compile.c (sim_resume): Correctly handle divu.
519
520Tue May 7 02:13:05 1996 Jeffrey A Law (law@cygnus.com)
521
522 * compile.c (sim_resume): Never allow the PC to have an
523 odd value.
524
525Fri Apr 12 16:50:37 1996 Jeffrey A Law (law@cygnus.com)
526
527 * inst.h: Expand on comments regarding H8300H_MSIZE. Note
528 separate memory is allocate for the 8-bit area.
529 (struct cpu_state_type): Add new "eightbit' field.
530 * compile.c (GET_MEMORY_L): Handle access into the 8-bit
531 area.
532 (GET_MEMORY_W, GET_MEMORY_B): Likewise.
533 (SET_MEMORY_L, SET_MEMORY_W, SET_MEMORY_B): Likewise.
534 (init_pointers): Initialize space for the 8-bit area.
535 (sim_write): Handle writing into the 8-bit area.
536 (sim_read): Handle reading from the 8-bit area.
537 (sim_load): Reallocate space for the 8-bit area.
538
539 * compile.c (sim_load): Re-allocate memory for the simulator
540 here.
541
542Fri Apr 12 09:39:56 1996 Jeffrey A Law (law@cygnus.com)
543
544 * compile.c (sim_resume): Fix and simplify overflow and carry
545 handling for 32bit ALU insns.
546
547Mon Apr 8 23:58:49 1996 Jeffrey A Law (law@cygnus.com)
548
549 * compile.c (sim_resume): Fix overflow checks for ALU insns.
550
551Fri Apr 5 17:20:59 1996 Jeffrey A Law (law@cygnus.com)
552
553 * compile.c (decode): Use "bit" to hold L_3 immediates instead
554 of holding them in "abs". Handle ABS8MEM memory references aka
555 8-bit area. Replace ABSMOV references with ABS8MEM.
556
557Wed Mar 13 17:43:56 1996 Jeffrey A Law (law@cygnus.com)
558
559 * compile.c (fetch): Handle accesses to the exception/function
560 vectors.
561
562Mon Mar 11 09:53:25 1996 Doug Evans <dje@charmed.cygnus.com>
563
564 * compile.c: #include "wait.h".
565 (sim_resume, sleep insn): Check program exit status in r0.
566 (sim_resume, shift insns): Fix setting of overflow flag for shal.
567 * run.c: #include <signal.h>.
568 (main): Abort if program got SIGILL.
569 Print error message if argument is invalid.
570 (usage): Improve text.
571
572Wed Feb 21 12:15:00 1996 Ian Lance Taylor <ian@cygnus.com>
573
574 * configure: Regenerate with autoconf 2.7.
575
576Thu Jan 4 11:52:53 1996 Doug Evans <dje@canuck.cygnus.com>
577
578 * inst.h (MPOWER,MSIZE): Deleted.
579 (H8300{,H}_MSIZE): Define.
580 * compile.c (memory_size): New static global.
581 (init_pointers): Set memory size from one of H8300{,H}_MSIZE.
582 (sim_write,sim_read): Use memory_size.
583
584Fri Oct 13 15:03:19 1995 steve chamberlain <sac@slash.cygnus.com>
585
586 * compile.c (sim_set_callbacks): New.
587
588Tue Oct 10 11:11:26 1995 Fred Fish <fnf@cygnus.com>
589
590 * Makefile.in (BISON): Remove macro.
591
592Wed Sep 20 13:35:02 1995 Ian Lance Taylor <ian@cygnus.com>
593
594 * Makefile.in (maintainer-clean): New synonym for realclean.
595
596Fri Sep 8 12:18:53 1995 Ian Lance Taylor <ian@cygnus.com>
597
598 * Makefile.in (install): Don't install in $(tooldir).
599
600 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
601 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
602 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR.
603 Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if
604 creating config.h.
605 * configure: Rebuild.
606 * config.in: New file, created by autoheader.
607 * Makefile.in (AR): Define as @AR@.
608 (CC): New variable, defined as @CC@.
609 (CFLAGS): Define as @CFLAGS@.
610 (RANLIB): Define as @RANLIB@.
611 (HDEFINES, TDEFINES): New variables.
612 (@host_makefile_frag@): Remove.
613 (compile.o, run.o): Depend upon config.h.
614 (mostlyclean): Make the same as clean, not distclean.
615 (clean): Remove config.log.
616 (distclean): Remove config.h and stamp-h.
617 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
618 invoking config.status.
619 (config.h, stamp-h): New targets.
620 * compile.c: Include "config.h". Don't include <sys/times.h>.
621 Include <time.h> and <stdlib.h> if they exist. Don't include
622 "sysdep.h".
623 (get_now): Remove unused local b.
624 * run.c: Include "config.h". Include <stdlib.h> if it exists.
625 Don't include "sysdep.h".
626 * writecode.c: Don't include "bfd.h" or "sysdep.h". Include
627 <stdio.h>.
628
629Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
630
631 * Update all FSF addresses except those in COPYING* files.
632
633Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
634
635 * Makefile.in (clean): Remove run.
636 (distclean): Remove Makefile.
637
638 * h8300.mt: Removed.
639
640 * Makefile.in, configure.in: converted to autoconf.
641 * configure: New file, generated with autconf 2.4.
642
643Fri Jun 30 16:50:24 1995 Stan Shebs <shebs@andros.cygnus.com>
644
645 * compile.c (sim_do_command): New function.
646
647Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
648
649 * compile.c (get_now): Don't do if win32.
650 (sim_resume): Poll in win32 too.
651
652Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
653
654 * configure.in: Fix typo in last change.
655
656Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
657
658 * run.c: parse arguments with getopt().
659
660Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
661
662 * configure.in: Use ../../bfd/hosts/std-host.h if specific
663 host unavailable.
664
665Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
666
667 * compile.c (sim_resume): Initialize cpu.mask.
668
669Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
670
671 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
672
673Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
674
675 * compile.c: #include "bfd.h".
676 (sim_*): Set result type to void where there isn't one.
677 (sim_resume, default case): Set cpu.exception to SIGILL.
678 (sim_trace): Delete.
679 (sim_set_pc): Delete.
680 (sim_info): Delete printf_fn arg, all callers changed.
681 Call printf_filtered.
682 (set_h8300h): New arg `flag', all callers changed.
683 (sim_close): New function.
684 (sim_load): New function.
685 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
686 * run.c: #include <varargs.h>, "remote-sim.h".
687 (printf_filtered): New function.
688
689Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
690
691 * compile.c (decode): Fix typo (16 bit branches).
692 (*): Some white space clean up.
693
694Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
695
696 * compile.c (decode): Compile 16bit branches properly.
697
698Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
699
700 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
701 andc. Poll for interrupts.
702
703Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
704
705 * compile.c: #include "ansidecl.h" for remote-sim.h.
706
707Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
708
709 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
710 * compile.c: #include "remote-sim.h".
711 (sim_resume): New arg siggnal.
712 (sim_write): Use SIM_ADDR for type of arg addr.
713 Always return a value.
714 (sim_read): Ditto.
715 (sim_store_register): Result is type int.
716 (sim_fetch_register): Ditto.
717 (sim_stop_reason): Renamed from sim_stop_signal.
718 (sim_set_pc): Use SIM_ADDR for type of arg pc.
719 (sim_info): int result, new arg printf_fn.
720 (sim_kill): int result.
721 (sim_open): int result, new arg name.
722 * run.c (main): Use sim_set_pc to set pc.
723 Update call to sim_info.
724
725Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
726
727 * compile.c (sim_stop_signal): Result is now enum sim_stop.
728
729Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
730
731 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
732
733Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
734
735 * compile.c (sim_set_pc): Write to the pc direcly.
736 (sim_store_register): Now value is passed by reference. (sim_read,
737 sim_write): Return number of bytes copied.
738
739Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
740
741 * compile.c (mop): New function to do multiplies.
742
743Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
744
745 * compile.c (sim_resume): Add support for nop insn.
746
747Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
748
749 * compile.c: Reset HMODE back to zero (accidently set it to 1).
750
751 * run.c (main): If h8/300h binary detected, call set_h8300h.
752 * compile.c (sim_resume): Fix O_NEG insn.
753
754Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
755
756 * run.c (main): Add -h flag to enable h8/300h emulation.
757 * compile.c: Rename Hmode to HMODE (consistency with gdb).
758 (set_h8300h): New function.
759 (sim_resume): Add support for extu,exts insns.
760 (sim_resume): Fix logical right shifting.
761 (sim_resume, label alu32): Fix setting of carry flag.
762
763Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
764
765 * compile.c (sim_csize): Initialize cpu.cache.
766
767Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
768
769 * Makefile.in: Add -I../../bfd to pick up bfd.h.
770
771Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
772
773 * run.c (main): Fix parsing of args.
774
775 * compile.c (sim_resume): Fix shll insn.
776
777Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
778
779 * compile.c: New file, supports H8/300H.
780 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
781
782Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
783
784 * run.c (main): Add -v to print info.
785 * p3.c (sim_info): New function.
786
787Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
788
789 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
790
791Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
792
793 * Makefile.in: Don't use cb or indent
794 * p1.c, state.h, writecode.c: lint
795
796Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
797
798 * Makefile.in: Make SunOS halfdone VPATH work.
799 * p1.c: Lint picked up by HP native compiler.
800
801Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
802
803 * p1.c (sim_resume): when running on dos, any character typed to
804 the keyboard will cause a simulated exception.
805
806Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
807
808 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
809 running
810
811Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
812
813 * new
814