]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/h8300/ChangeLog
sim: split sim/callback.h include out
[thirdparty/binutils-gdb.git] / sim / h8300 / ChangeLog
1 2021-06-17 Mike Frysinger <vapier@gentoo.org>
2
3 * compile.c: Include sim/callback.h.
4
5 2021-06-16 Mike Frysinger <vapier@gentoo.org>
6
7 * configure: Regenerate.
8
9 2021-06-16 Mike Frysinger <vapier@gentoo.org>
10
11 * configure: Regenerate.
12 * config.in: Removed.
13
14 2021-06-15 Mike Frysinger <vapier@gentoo.org>
15
16 * config.in, configure: Regenerate.
17
18 2021-06-12 Mike Frysinger <vapier@gentoo.org>
19
20 * configure.ac: Delete call to SIM_AC_OPTION_ALIGNMENT.
21
22 2021-06-12 Mike Frysinger <vapier@gentoo.org>
23
24 * aclocal.m4, config.in, configure: Regenerate.
25
26 2021-06-12 Mike Frysinger <vapier@gentoo.org>
27
28 * configure.ac: Delete call to AC_CHECK_HEADERS_ONCE.
29 * config.in, configure: Regenerate.
30
31 2021-05-28 Yoshinori Sato <ysato@users.sourceforge.jp>
32
33 * sim-main.h (h8_typecodes): Add operand type OP_REG_DEC, OP_REG_INC.
34 * compile.c (decode): Rewrite oprand type for specific case.
35 (fetch_1): Add handling OP_REG_DEC and OP_REG_INC.
36 (step_once): Fix operand fetch order.
37
38 2021-05-17 Mike Frysinger <vapier@gentoo.org>
39
40 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Delete.
41
42 2021-05-17 Mike Frysinger <vapier@gentoo.org>
43
44 * compile.c (h8_get_state): Change sd to H8300_SIM_STATE.
45 (h8_set_state): Likewise.
46 (h8_get_stats): Likewise.
47 (h8_increment_stats): Likewise.
48 (init_pointers): Likewise.
49 (step_once): Likewise.
50 (sim_info): Likewise.
51 (sim_open): Likewise.
52 (sim_load): Likewise.
53 * sim-main.h (SIM_HAVE_COMMON_SIM_STATE): Define.
54 (struct sim_state): Delete.
55 (struct h8300_sim_state): New struct.
56 (H8300_SIM_STATE): Define.
57
58 2021-05-16 Mike Frysinger <vapier@gentoo.org>
59
60 * compile.c: Replace config.h include with defs.h.
61 * sim-main.h: Delete config.h include.
62
63 2021-05-16 Mike Frysinger <vapier@gentoo.org>
64
65 * config.in, configure: Regenerate.
66
67 2021-05-08 Mike Frysinger <vapier@gentoo.org>
68
69 * compile.c (h8_set_macS): Disable with #if 0.
70 (step_once): Set trace & intMask to 0.
71 (set_h8300h): Mark static.
72 * configure.ac: Delete SIM_AC_OPTION_WARNINGS call.
73 * configure: Regenerate.
74
75 2021-05-04 Mike Frysinger <vapier@gentoo.org>
76
77 * configure: Regenerate.
78
79 2021-05-01 Mike Frysinger <vapier@gentoo.org>
80
81 * config.in, configure: Regenerate.
82
83 2021-04-26 Mike Frysinger <vapier@gentoo.org>
84
85 * aclocal.m4, config.in, configure: Regenerate.
86
87 2021-04-22 Tom Tromey <tom@tromey.com>
88
89 * configure, config.in: Rebuild.
90
91 2021-04-22 Tom Tromey <tom@tromey.com>
92
93 * configure: Rebuild.
94
95 2021-04-21 Mike Frysinger <vapier@gentoo.org>
96
97 * aclocal.m4: Regenerate.
98
99 2021-04-21 Simon Marchi <simon.marchi@polymtl.ca>
100
101 * configure: Regenerate.
102
103 2021-04-18 Mike Frysinger <vapier@gentoo.org>
104
105 * configure.ac: Change AC_CHECK_HEADERS to AC_CHECK_HEADERS_ONCE.
106 * configure: Regenerate.
107
108 2021-04-18 Mike Frysinger <vapier@gentoo.org>
109
110 * configure: Regenerate.
111
112 2021-04-12 Mike Frysinger <vapier@gentoo.org>
113
114 * compile.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
115
116 2021-04-08 Tom Tromey <tom@tromey.com>
117
118 * compile.c (init_pointers): Fix sequence point warning.
119
120 2021-04-08 Tom Tromey <tom@tromey.com>
121
122 * compile.c (cmdline_location): Use new-style declaration.
123
124 2021-04-02 Mike Frysinger <vapier@gentoo.org>
125
126 * aclocal.m4, configure: Regenerate.
127
128 2021-02-28 Mike Frysinger <vapier@gentoo.org>
129
130 * configure: Regenerate.
131
132 2021-02-21 Mike Frysinger <vapier@gentoo.org>
133
134 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
135 * aclocal.m4, configure: Regenerate.
136
137 2021-02-13 Mike Frysinger <vapier@gentoo.org>
138
139 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
140 * aclocal.m4, configure: Regenerate.
141
142 2021-02-06 Mike Frysinger <vapier@gentoo.org>
143
144 * configure: Regenerate.
145
146 2021-01-13 Mike Frysinger <vapier@gentoo.org>
147
148 * compile.c (memory_size): Move definition to top of file.
149 (h8_get_memory, h8_set_memory): Assert access is within memory_size.
150 (h8_get_eightbit_buf): Delete.
151 h8_set_eightbit_buf, h8_get_eightbit, h8_set_eightbit): Likewise.
152 (GET_MEMORY_L): Delete eightbit references.
153 (GET_MEMORY_W, GET_MEMORY_B, SET_MEMORY_L, SET_MEMORY_W,
154 SET_MEMORY_B, init_pointers, step_once, sim_load): Likewise.
155 (sim_write): Likewise. Return i instead of size.
156 (sim_read): Check addr is within memory_size.
157 * sim-main.h (struct h8300_cpu_state): Delete eightbit.
158
159 2021-01-11 Mike Frysinger <vapier@gentoo.org>
160
161 * configure.ac: Call SIM_AC_OPTION_WARNINGS.
162 * configure: Regenerate.
163
164 2021-01-11 Mike Frysinger <vapier@gentoo.org>
165
166 * config.in, configure: Regenerate.
167 * compile.c: Delete HAVE_TIME_H & HAVE_STDLIB_H.
168
169 2021-01-09 Mike Frysinger <vapier@gentoo.org>
170
171 * configure: Regenerate.
172
173 2021-01-08 Mike Frysinger <vapier@gentoo.org>
174
175 * configure: Regenerate.
176
177 2021-01-07 Mike Frysinger <vapier@gentoo.org>
178
179 * compile.c (set_simcache_size, h8_get_cache_top, h8_set_cache_top,
180 h8_get_compiles, h8_increment_compiles, h8_get_cache_idx_buf,
181 h8_set_cache_idx_buf, h8_get_cache_idx, h8_set_cache_idx, compile,
182 set_simcache_size): Delete.
183 (init_pointers): Delete calls to h8_get_cache_idx_buf,
184 h8_set_cache_idx_buf, and set_simcache_size.
185 (step_once): Replace call to h8_get_cache_idx with decode. Delete
186 case 0 handling and call to compile.
187 (sim_write): Delete call to h8_set_cache_idx.
188 (sim_info): Delete call to h8_get_compiles & sim_cache_size.
189 (sim_load): Delete calls to h8_get_cache_idx_buf & h8_set_cache_idx_buf.
190 * sim-main.h (sim_state): Delete sim_cache_size, sim_cache, cache_idx,
191 cache_top, and compiles.
192
193 2021-01-04 Mike Frysinger <vapier@gentoo.org>
194
195 * configure: Regenerate.
196
197 2017-09-06 John Baldwin <jhb@FreeBSD.org>
198
199 * configure: Regenerate.
200
201 2016-01-10 Mike Frysinger <vapier@gentoo.org>
202
203 * config.in, configure: Regenerate.
204
205 2016-01-10 Mike Frysinger <vapier@gentoo.org>
206
207 * configure: Regenerate.
208
209 2016-01-10 Mike Frysinger <vapier@gentoo.org>
210
211 * configure: Regenerate.
212
213 2016-01-10 Mike Frysinger <vapier@gentoo.org>
214
215 * configure: Regenerate.
216
217 2016-01-10 Mike Frysinger <vapier@gentoo.org>
218
219 * configure: Regenerate.
220
221 2016-01-10 Mike Frysinger <vapier@gentoo.org>
222
223 * configure: Regenerate.
224
225 2016-01-10 Mike Frysinger <vapier@gentoo.org>
226
227 * configure: Regenerate.
228
229 2016-01-10 Mike Frysinger <vapier@gentoo.org>
230
231 * configure: Regenerate.
232
233 2016-01-09 Mike Frysinger <vapier@gentoo.org>
234
235 * config.in, configure: Regenerate.
236
237 2016-01-06 Mike Frysinger <vapier@gentoo.org>
238
239 * compile.c (sim_open): Mark argv const.
240 (sim_create_inferior): Mark argv and env const.
241
242 2016-01-04 Mike Frysinger <vapier@gentoo.org>
243
244 * configure: Regenerate.
245
246 2016-01-03 Mike Frysinger <vapier@gentoo.org>
247
248 * compile.c (sim_open): Update sim_parse_args comment.
249
250 2016-01-03 Mike Frysinger <vapier@gentoo.org>
251
252 * config.in, configure: Regenerate.
253
254 2016-01-02 Mike Frysinger <vapier@gentoo.org>
255
256 * configure.ac (SIM_AC_OPTION_ENDIAN): Change BIG_ENDIAN to BIG.
257 * configure: Regenerate.
258
259 2015-12-30 Mike Frysinger <vapier@gentoo.org>
260
261 * compile.c (sim_state_initialize): Delete.
262 (sim_open): Replace sim_state_initialize call with SBR_REGNUM
263 assignment.
264
265 2015-12-30 Mike Frysinger <vapier@gentoo.org>
266
267 * compile.c (h8300_reg_store): Delete sd. Change init_pointers to
268 use CPU_STATE (cpu). Change h8_set_pc to cpu->pc. Return -1 and
269 drop the printf if the default case. Change all the set func calls
270 to use cpu->regs[rn] instead.
271 (h8300_reg_store): Delete sd. Change init_pointers to
272 use CPU_STATE (cpu). Change h8_get_pc to cpu->pc. Return -1 and
273 drop the printf if the default case. Change all the get func calls
274 to use cpu->regs[rn] instead. Add ZERO_REGNUM case. Return 2 and
275 4 instead of -1 at the end.
276
277 2015-12-30 Mike Frysinger <vapier@gentoo.org>
278
279 * compile.c (lvalue): Change sim_engine_set_run_state calls to
280 sim_engine_halt. Declare local cpu.
281 (fetch_1): Likewise.
282 (store_1): Likewise.
283 (sim_resume): Rename to ...
284 (step_once): ... this. Declare init1, poll_count, reason, and
285 sigrc variables. Delete step checking. Change
286 sim_engine_set_run_state calls to sim_engine_halt. Delete poll
287 logic. Change while(1) loop to while(0).
288 (sim_engine_run): New function.
289 * Makefile.in (SIM_OBJS): Add sim-resume.o.
290
291 2015-12-30 Mike Frysinger <vapier@gentoo.org>
292
293 * compile.c (sim_open): Delete current_alignment and
294 current_target_byte_order assignments.
295 * configure.ac: Call SIM_AC_OPTION_ENDIAN and
296 SIM_AC_OPTION_ALIGNMENT.
297 * configure: Regenerate.
298
299 2015-12-30 Mike Frysinger <vapier@gentoo.org>
300
301 * wrapper.c (sim_store_register): Rename to ...
302 (h8300_reg_store): ... this. Declare sd.
303 (sim_fetch_register): Rename to ...
304 (h8300_reg_fetch): ... this. Declare sd.
305 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
306
307 2015-12-30 Mike Frysinger <vapier@gentoo.org>
308
309 * compile.c (lreg): Delete.
310 (init_pointers): Delete lreg assignments.
311
312 2015-12-30 Mike Frysinger <vapier@gentoo.org>
313
314 * inst.h: Delete file.
315 * Makefile.in (compile.o): Delete rule.
316
317 2015-12-26 Mike Frysinger <vapier@gentoo.org>
318
319 * config.in, configure: Regenerate.
320
321 2015-12-24 Mike Frysinger <vapier@gentoo.org>
322
323 * compile.c (H8300_OPTIONS): New enum from common/sim-options.c.
324 (h8300_option_handler): New func from common/sim-options.c.
325 (h8300_options): New options from common/sim-options.c.
326 (sim_open): Call sim_add_option_table.
327 * tconfig.h: Delete file.
328
329 2015-12-24 Mike Frysinger <vapier@gentoo.org>
330
331 * tconfig.h (SIM_HAVE_SIMCACHE): Delete.
332
333 2015-11-21 Mike Frysinger <vapier@gentoo.org>
334
335 * compile.c (sim_callback, sim_kind, myname): Delete.
336 (init_pointers, sim_store_register, sim_fetch_register, sim_info):
337 Change sim_callback->printf_filtered calls to sim_io_printf.
338 (sim_resume): Likewise. Declare sim_callback.
339 (sim_open): Delete sim_callback, sim_kind, and myname assignment.
340 (sim_load); Use sd to look up myname, sim_callback, and sim_kind.
341
342 2015-11-15 Mike Frysinger <vapier@gentoo.org>
343
344 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
345
346 2015-11-15 Mike Frysinger <vapier@gentoo.org>
347
348 * Makefile.in (SIM_OBJS): Add sim-reason.o and sim-stop.o.
349 * compile.c (sim_stop, sim_stop_reason): Delete.
350
351 2015-11-14 Mike Frysinger <vapier@gentoo.org>
352
353 * Makefile.in (SIM_OBJS): Delete sim-load.o.
354
355 2015-11-14 Mike Frysinger <vapier@gentoo.org>
356
357 * compile.c (sim_close): Delete.
358
359 2015-11-09 Mike Frysinger <vapier@gentoo.org>
360
361 * compile.c (littleendian): Delete.
362 (init_pointers): Delete littleendian usage.
363
364 2015-06-23 Mike Frysinger <vapier@gentoo.org>
365
366 * configure: Regenerate.
367
368 2015-06-12 Mike Frysinger <vapier@gentoo.org>
369
370 * configure: Regenerate.
371
372 2015-06-12 Mike Frysinger <vapier@gentoo.org>
373
374 * configure: Regenerate.
375
376 2015-04-18 Mike Frysinger <vapier@gentoo.org>
377
378 * sim-main.h (SIM_CPU): Delete.
379
380 2015-04-18 Mike Frysinger <vapier@gentoo.org>
381
382 * sim-main.h (sim_cia): Delete.
383
384 2015-04-17 Mike Frysinger <vapier@gentoo.org>
385
386 * sim-main.h (CIA_GET, CIA_SET): Delete.
387
388 2015-04-17 Mike Frysinger <vapier@gentoo.org>
389
390 * compile.c (h8300_pc_get, h8300_pc_set): New functions.
391 (sim_open): Declare new local var i. Call CPU_PC_FETCH &
392 CPU_PC_STORE for all cpus.
393 * sim-main.h (SIM_CPU): Define.
394
395 2015-04-15 Mike Frysinger <vapier@gentoo.org>
396
397 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
398 * sim-main.h (STATE_CPU): Delete.
399
400 2015-04-15 Mike Frysinger <vapier@gentoo.org>
401
402 * compile.c: Include sim-options.h.
403 (sim_open): Call sim_cpu_alloc_all instead of sim_cpu_alloc.
404 * sim-main.h (struct sim_state): Change cpu to an array of pointers.
405 (STATE_CPU): Handle WITH_SMP.
406
407 2015-04-13 Mike Frysinger <vapier@gentoo.org>
408
409 * configure: Regenerate.
410
411 2015-04-06 Mike Frysinger <vapier@gentoo.org>
412
413 * Makefile.in (SIM_OBJS): Delete sim-engine.o.
414
415 2015-04-01 Mike Frysinger <vapier@gentoo.org>
416
417 * Makefile.in (SIM_OBJS): Delete $(SIM_EXTRA_OBJS).
418
419 2015-03-31 Mike Frysinger <vapier@gentoo.org>
420
421 * config.in, configure: Regenerate.
422
423 2015-03-24 Mike Frysinger <vapier@gentoo.org>
424
425 * compile.c (sim_set_callbacks, sim_size, sim_trace): Delete.
426 * tconfig.h (SIM_HAVE_PROFILE): Delete.
427
428 2015-03-16 Mike Frysinger <vapier@gentoo.org>
429
430 * config.in, configure: Regenerate.
431 * tconfig.in: Rename file ...
432 * tconfig.h: ... here.
433
434 2015-03-14 Mike Frysinger <vapier@gentoo.org>
435
436 * Makefile.in (SIM_RUN_OBJS): Delete.
437
438 2015-03-14 Mike Frysinger <vapier@gentoo.org>
439
440 * configure.ac (AC_CHECK_HEADERS): Delete stdlib.h & time.h.
441 * aclocal.m4, configure: Regenerate.
442
443 2014-12-03 Joel Brobecker <brobecker@adacore.com>
444
445 * compile.c (sim_resume): Adjust calls to "stat" and "fstat"
446 callbacks by calls to "to_stat" and "to_fstat" (resp) callbacks
447 following renaming in callback.h.
448
449 2014-08-19 Alan Modra <amodra@gmail.com>
450
451 * configure: Regenerate.
452
453 2014-08-15 Roland McGrath <mcgrathr@google.com>
454
455 * configure: Regenerate.
456 * config.in: Regenerate.
457
458 2014-03-05 Mike Frysinger <vapier@gentoo.org>
459
460 * compile.c (sim_load): Add const to prog.
461
462 2014-02-17 Mike Frysinger <vapier@gentoo.org>
463
464 PR gdb/16450
465 * compile.c (control_c_sim_desc): Delete.
466 (control_c): Likewise.
467 (sim_resume): Delete signal(SIGINT) handling.
468
469 2013-09-23 Alan Modra <amodra@gmail.com>
470
471 * configure: Regenerate.
472
473 2013-06-03 Mike Frysinger <vapier@gentoo.org>
474
475 * aclocal.m4, configure: Regenerate.
476
477 2012-06-15 Joel Brobecker <brobecker@adacore.com>
478
479 * config.in, configure: Regenerate.
480
481 2012-05-18 Nick Clifton <nickc@redhat.com>
482
483 PR 14072
484 * compile.c: Include config.h before system header files.
485 * sim-main.h: Likewise.
486
487 2012-03-24 Mike Frysinger <vapier@gentoo.org>
488
489 * aclocal.m4, config.in, configure: Regenerate.
490
491 2011-12-03 Mike Frysinger <vapier@gentoo.org>
492
493 * aclocal.m4: New file.
494 * configure: Regenerate.
495
496 2011-10-17 Mike Frysinger <vapier@gentoo.org>
497
498 * configure.ac: Change include to common/acinclude.m4.
499
500 2011-10-17 Mike Frysinger <vapier@gentoo.org>
501
502 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
503 call. Replace common.m4 include with SIM_AC_COMMON.
504 * configure: Regenerate.
505
506 2011-07-05 Mike Frysinger <vapier@gentoo.org>
507
508 * compile.c (sim_do_command): Delete.
509
510 2011-01-11 Andrew Burgess <aburgess@broadcom.com>
511
512 * compile.c (sim_store_register): Update return value to
513 match new API.
514
515 2010-04-14 Mike Frysinger <vapier@gentoo.org>
516
517 * compile.c (sim_write): Add const to buffer arg.
518
519 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
520
521 * configure: Regenerate.
522
523 2009-12-09 Yoshinori Sato <ysato@users.sourceforge.jp>
524 * compile.c(fetch_1): Fix pre-dec, pre-inc, post-dec and post-inc.
525 Index registers not masked memory areas.
526 Only simply increment or decrement.
527 * compile.c(store_1): Ditto.
528
529 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
530
531 * config.in: Regenerate.
532 * configure: Likewise.
533
534 * configure: Regenerate.
535
536 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
537
538 * compile.c: Add const to remove warning.
539
540 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
541
542 * configure: Regenerate to track ../common/common.m4 changes.
543 * config.in: Ditto.
544
545 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
546 Daniel Jacobowitz <dan@codesourcery.com>
547 Joseph Myers <joseph@codesourcery.com>
548
549 * configure: Regenerate.
550
551 2007-07-03 Yoshinori Sato <ysato@users.sourceforge.jp>
552
553 * compile.c (sim_resume): Fix the last byte of ARGV for
554 SYS_CMDLINE.
555
556 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
557
558 * acconfig.h: Remove.
559 * config.in: Regenerate.
560
561 2006-07-13 Yoshinori Sato <ysato@users.sourceforge.jp>
562
563 * compile.c (OBITOP): Bit address mask low three bit.
564 * compile.c (decode): Fix warning.
565
566 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
567
568 * configure: Regenerated.
569
570 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
571
572 * configure: Regenerated.
573
574 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
575
576 * configure: Regenerated.
577
578 2005-03-23 Mark Kettenis <kettenis@gnu.org>
579
580 * configure: Regenerate.
581
582 2005-01-14 Andrew Cagney <cagney@gnu.org>
583
584 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
585 explicit call to AC_CONFIG_HEADER.
586 * configure: Regenerate.
587
588 2005-01-12 Andrew Cagney <cagney@gnu.org>
589
590 * configure.ac: Update to use ../common/common.m4.
591 * configure: Re-generate.
592
593 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
594
595 * configure: Regenerated to track ../common/aclocal.m4 changes.
596
597 2005-01-07 Andrew Cagney <cagney@gnu.org>
598
599 * configure.ac: Rename configure.in, require autoconf 2.59.
600 * configure: Re-generate.
601
602 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
603
604 * configure: Regenerate for ../common/aclocal.m4 update.
605
606 2004-06-28 Alexandre Oliva <aoliva@redhat.com>
607
608 2003-07-23 Richard Sandiford <rsandifo@redhat.com>
609 * compile.c (sim_resume): Make sure that dst.reg refers to the
610 right register byte in mova/sz.l @(dd,RnL),ERn.
611 2003-07-21 Richard Sandiford <rsandifo@redhat.com>
612 * compile.c (sim_resume): Zero-extend immediate to muls, mulsu,
613 mulxs, divs and divxs.
614
615 * compile.c (sim_load): Update sd->memory_size.
616
617 2004-06-10 Michael Snyder <msnyder@redhat.com>
618
619 Patch submitted by Nitin Yewale <NitinY@KPITCummins.com>.
620 * compile.c (sim_resume): Corrected ANDC operation on EXR for H8S.
621
622 2004-01-05 Michael Snyder <msnyder@redhat.com>
623
624 * compile.c (sim_load): Don't pass a type to bfd_openr.
625
626 2003-12-16 Michael Snyder <msnyder@redhat.com>
627
628 Patch submitted by Anil Paranjape <AnilP1@KPITCummins.com>
629 * sim-main.h (H8300H_MSIZE): Increase from 18 bits to 24 bits.
630
631 2003-12-11 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
632
633 * compile.c (set_h8300h): Initialize globals to zero.
634
635 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
636
637 * compile.c (h8300_normal_mode): New.
638 (SP): Handle normal mode.
639 (bitfrom): Use normal mode flag to return suitable value.
640 (lvalue): Use normal mode flag to return command line location.
641 (decode): Decode instruction correctly for normal mode.
642 (init_pointers): Initialise memory correctly for normal mode.
643 (sim_resume): Handle cases for normal mode using h8300_normal_mode
644 flag.
645 (sim_store_register): Handle 2 byte PC for normal mode.
646 (sim_fetch_register): Handle 2 byte PC for normal mode.
647 (set_h8300h): Set normal mode flag as per architechture.
648 (sim_load): Allocate 64K for normal mode instead of bigger memory.
649
650 2003-07-18 Michael Snyder <msnyder@redhat.com>
651
652 * compile.c (decode): Enhancements for mova.
653 Initialize cst, reg, and rdisp inside the loop, for each
654 new instruction. Defer correction of the disp2 values until
655 later, and then adjust them by the size of the first operand,
656 rather than the size of the instruction.
657 (sim_resume): For mova, adjust the size of the second operand
658 according to the type of the first operand (INDEXB vs. INDEXW).
659 In cases where there is only one operand, the other two must
660 both be composed on the fly.
661
662 2003-07-22 Michael Snyder <msnyder@redhat.com>
663
664 * compile.c (sim_resume): Revert 6-24 change, it does not
665 work with gdb breakpoints.
666
667 2003-07-17 Michael Snyder <msnyder@redhat.com>
668
669 * compile.c (sim_resume): Handle shll reg, reg and shlr reg, reg.
670 (decode): IMM16 is always zero-extended.
671
672 2003-06-24 Michael Snyder <msnyder@redhat.com>
673
674 * sim-main.h (SIM_WIFSTOPPED, SIM_WSTOPSIG): Define.
675 * compile.c (sim_resume): Use the above to return stop signal.
676
677 2003-06-18 Michael Snyder <msnyder@redhat.com>
678
679 * compile.c: Replace "Hitachi" with "Renesas".
680 (decode): Distinguish AV_H8S from AV_H8H.
681 (sim_resume): H8SX can use any register for TAS.
682 (decode): Add support for VECIND.
683 (sim_resume): Implement rte/l and rts/l.
684 (GETSR): New macro (actually old macro reincarnated).
685 (decode): Add handling for IMM2.
686 (sim_resume): Drop extra block around jmp, jsr, rts.
687 Add handling for trapa and rte.
688 For divxu.b, change 0xffff mask to 0xff.
689 (set_h8300h): Add bfd_mach_h8300sxn machine.
690
691 2003-06-18 Corinna Vinschen <vinschen@redhat.com>
692
693 * sim-main.h (enum h8_regnum): Turn around order of MACH, MACL
694 and SBR, VBR.
695
696 2003-06-05 Michael Snyder <msnyder@redhat.com>
697
698 * compile.c (sim_fetch_register): Handle SBR, VBR, MACH, MACL.
699 (sim_store_register): Ditto.
700
701 2003-06-04 Michael Snyder <msnyder@redhat.com>
702
703 * compile.c (sim_info): Fix typo in output.
704
705 * compile.c (set_h8300h): Replace 'flag' arguments
706 with a bfd_machine argument, and decode it inline.
707 Check for bfd_mach_h8300hn and bfd_mach_h8300sn.
708
709 2003-06-03 Michael Snyder <msnyder@redhat.com>
710
711 * compile.c: Add h8300sx insns and addressing modes.
712 * sim-main.h: Replaces h8300/inst.h.
713 * Makefile.in: Tweak to bring in some sim/common stuff.
714
715 2003-04-13 Michael Snyder <msnyder@redhat.com>
716
717 * compile.c (sim_resume): Implement 'daa' and 'das' instructions.
718
719 2003-03-20 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
720
721 * compile.c (cmdline_location): Added function to
722 return the location of 8-bit (256 locations) where the
723 Command Line arguments would be stored.
724 (decode): Added a TRAP to 0xcc for Commandline
725 processing using pseudo opcode O_SYS_CMDLINE.
726 (sim_resume): Added handling of O_SYS_CMDLINE Trap.
727 (sim_create_inferior): Setting a pointer to
728 Commandline Args array.
729 * inst.h: Added a new variable ptr_command_line for
730 storing pointer to Commandline array.
731
732 2003-03-14 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
733
734 * compile.c (decode): Added code for some more magic traps.
735 * compile.c (sim_resume): Added support for File I/O system
736 calls through callback to host_system.
737 System calls provided support for :
738 open, read, write, lseek, close, stat, fstat
739 Only basic support for stat and fstat.
740
741 2003-02-27 Andrew Cagney <cagney@redhat.com>
742
743 * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd.
744
745 2003-02-05 Kazu Hirata <kazu@cs.umass.edu>
746
747 * compile.c (init_pointers): Abort if wreg never gets initialized.
748 (sim_resume): Fix the handling of exts.w and extu.w.
749
750 2003-01-31 Kazu Hirata <kazu@cs.umass.edu>
751
752 * compile.c (sim_resume): Fix the handling of bxor.
753
754 2003-01-16 Michael Snyder <msnyder@redhat.com>
755
756 * compile.c: Change K&R function definitions to ISO.
757 (fetch): Make static, and eliminate unused parameter 'n'.
758
759 2002-12-26 Kazu Hirata <kazu@cs.umass.edu>
760
761 * compile.c: Fix formatting.
762 * inst.h: Likewise.
763
764 2002-07-29 Andrey Volkov <avolkov@transas.com>
765
766 * compile.c: Include "gdb/sim-h8300.h"
767 * Makefile.in: Add dependences on "inst.h",
768 "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h".
769
770 2002-06-16 Andrew Cagney <ac131313@redhat.com>
771
772 * configure: Regenerated to track ../common/aclocal.m4 changes.
773
774 2002-06-08 Andrew Cagney <cagney@redhat.com>
775
776 * compile.c: Include "gdb/callback.h" and "gdb/remote-sim.h".
777
778 2002-05-19 Kazu Hirata <kazu@cs.umass.edu>
779
780 * compile.c: Fix formatting.
781
782 2002-05-18 Kazu Hirata <kazu@cs.umass.edu>
783
784 * compile.c: Fix formatting.
785
786 2002-05-17 Andrey Volkov (avolkov@transas.com)
787
788 * compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS.
789
790 2002-05-17 Andrey Volkov (avolkov@transas.com)
791
792 * compile.c: Add support of EXR register
793 * inst.h: Ditto.
794
795 2002-05-17 Andrey Volkov (avolkov@transas.com)
796
797 * compile.c: Made h8300s as new target, not h8300h alias.
798 * inst.h: Ditto.
799
800 2002-05-17 Andrey Volkov (avolkov@transas.com)
801
802 * compile.c: Add additional CCR flags (I,UI,H,U)
803
804 2002-05-17 Andrey Volkov (avolkov@transas.com)
805
806 * compile.c: Change literal regnumbers to REGNUMS.
807 Fix instruction and cycles counting
808
809 2001-12-20 Kazu Hirata <kazu@hxi.com>
810
811 * compile.c: Fix formatting.
812
813 2001-12-20 Kazu Hirata <kazu@hxi.com>
814
815 * compile.c: Fix comment typos.
816
817 2000-08-10 Kazu Hirata <kazu@hxi.com>
818
819 * compile.c (decode): Clean up the code.
820
821 2000-06-15 Kazu Hirata <kazu@hxi.com>
822
823 * compile.c (decode): Distinguish inc/dec.[wl] and adds/subs
824 correctly.
825
826 2000-06-20 Frank Ch. Eigler <fche@redhat.com>
827
828 * compile.c: Don't include "wait.h".
829 (sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros
830 instead of WIF* from host.
831
832 2000-06-13 Frank Ch. Eigler <fche@redhat.com>
833
834 * compile.c, writecode.c: Correct typo.
835
836 2000-06-13 Kazu Hirata <kazu@hxi.com>
837
838 * compile.c: Fix formatting.
839
840 Tue May 23 21:39:23 2000 Andrew Cagney <cagney@b1.cygnus.com>
841
842 * configure: Regenerated to track ../common/aclocal.m4 changes.
843
844 Thu Sep 2 18:15:53 1999 Andrew Cagney <cagney@b1.cygnus.com>
845
846 * configure: Regenerated to track ../common/aclocal.m4 changes.
847
848 1999-05-08 Felix Lee <flee@cygnus.com>
849
850 * configure: Regenerated to track ../common/aclocal.m4 changes.
851
852 1999-04-02 Keith Seitz <keiths@cygnus.com>
853
854 * compile.c (POLL_QUIT_INTERVAL): Define. Used to tweak the
855 frequency at which the poll_quit callback is used.
856 (sim_resume): Use POLL_QUIT_INTERVAL instead of hard-coded value.
857
858 Tue Apr 28 18:33:31 1998 Geoffrey Noer <noer@cygnus.com>
859
860 * configure: Regenerated to track ../common/aclocal.m4 changes.
861
862 Sun Apr 26 15:31:55 1998 Tom Tromey <tromey@creche>
863
864 * configure: Regenerated to track ../common/aclocal.m4 changes.
865 * config.in: Ditto.
866
867 Sun Apr 26 15:20:14 1998 Tom Tromey <tromey@cygnus.com>
868
869 * acconfig.h: New file.
870 * configure.in: Reverted change of Apr 24; use sinclude again.
871
872 Fri Apr 24 14:16:40 1998 Tom Tromey <tromey@creche>
873
874 * configure: Regenerated to track ../common/aclocal.m4 changes.
875 * config.in: Ditto.
876
877 Fri Apr 24 11:19:46 1998 Tom Tromey <tromey@cygnus.com>
878
879 * configure.in: Don't call sinclude.
880
881 Sat Apr 4 20:36:25 1998 Andrew Cagney <cagney@b1.cygnus.com>
882
883 * configure: Regenerated to track ../common/aclocal.m4 changes.
884
885 Fri Mar 27 16:15:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
886
887 * configure: Regenerated to track ../common/aclocal.m4 changes.
888
889 Wed Mar 25 12:35:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
890
891 * configure: Regenerated to track ../common/aclocal.m4 changes.
892
893 Wed Mar 18 12:38:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
894
895 * configure: Regenerated to track ../common/aclocal.m4 changes.
896
897 Tue Feb 17 12:42:18 1998 Andrew Cagney <cagney@b1.cygnus.com>
898
899 * compile.c (sim_store_register, sim_fetch_register): Pass in
900 length parameter. Return -1.
901
902 Sun Feb 1 16:47:51 1998 Andrew Cagney <cagney@b1.cygnus.com>
903
904 * configure: Regenerated to track ../common/aclocal.m4 changes.
905
906 Sat Jan 31 18:15:41 1998 Andrew Cagney <cagney@b1.cygnus.com>
907
908 * configure: Regenerated to track ../common/aclocal.m4 changes.
909
910 Mon Jan 19 22:26:29 1998 Doug Evans <devans@seba>
911
912 * configure: Regenerated to track ../common/aclocal.m4 changes.
913
914 Mon Dec 15 23:17:11 1997 Andrew Cagney <cagney@b1.cygnus.com>
915
916 * configure: Regenerated to track ../common/aclocal.m4 changes.
917 * config.in: Ditto.
918
919 Thu Dec 4 09:21:05 1997 Doug Evans <devans@canuck.cygnus.com>
920
921 * configure: Regenerated to track ../common/aclocal.m4 changes.
922
923 Tue Nov 11 16:52:07 1997 Angela Marie Thomas (angela@cygnus.com)
924
925 * compile.c: #include stdio.h for definition of NULL on
926 some platforms.
927
928 Wed Oct 22 14:43:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
929
930 * compile.c (sim_load): Pass lma_p and sim_write args to
931 sim_load_file.
932
933 Fri Oct 3 09:28:00 1997 Andrew Cagney <cagney@b1.cygnus.com>
934
935 * configure: Regenerated to track ../common/aclocal.m4 changes.
936
937 Wed Sep 24 17:38:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
938
939 * configure: Regenerated to track ../common/aclocal.m4 changes.
940
941 Tue Sep 23 11:04:38 1997 Andrew Cagney <cagney@b1.cygnus.com>
942
943 * configure: Regenerated to track ../common/aclocal.m4 changes.
944
945 Mon Sep 22 11:46:20 1997 Andrew Cagney <cagney@b1.cygnus.com>
946
947 * configure: Regenerated to track ../common/aclocal.m4 changes.
948
949 Fri Sep 19 17:45:25 1997 Andrew Cagney <cagney@b1.cygnus.com>
950
951 * configure: Regenerated to track ../common/aclocal.m4 changes.
952
953 Wed Sep 17 12:00:57 1997 Andrew Cagney <cagney@b1.cygnus.com>
954
955 * Makefile.in (compile.o): Depend on config.h in local directory.
956
957 Mon Sep 15 17:36:15 1997 Andrew Cagney <cagney@b1.cygnus.com>
958
959 * configure: Regenerated to track ../common/aclocal.m4 changes.
960
961 Tue Sep 9 22:17:26 1997 Felix Lee <flee@cygnus.com>
962
963 * inst.h (sim_state): rename to h8300_sim_state, to avoid conflict
964 with sim/common.
965 * configure.in: check for sys/param.h
966 * compile.c: #ifdef HAVE_SYS_PARAM_H.
967 #define SIGTRAP for wingdb.
968 (sim_resume): poll keyboard at least once per call.
969 (sim_resume): use host_callback instead of printf for syscall
970 output.
971
972 Thu Sep 4 17:21:23 1997 Doug Evans <dje@seba>
973
974 * configure: Regenerated to track ../common/aclocal.m4 changes.
975
976 Wed Aug 27 18:13:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
977
978 * configure: Regenerated to track ../common/aclocal.m4 changes.
979 * config.in: Ditto.
980
981 Tue Aug 26 10:38:43 1997 Andrew Cagney <cagney@b1.cygnus.com>
982
983 * compile.c (sim_kill): Delete.
984 (sim_create_inferior): Add ABFD argument.
985 (sim_load): Move setting of PC from here.
986 (sim_create_inferior): To here.
987 (sim_open, sim_load, set_h8300h): Add fixme explaining why much of
988 the sim_load code should be moved to sim_open.
989
990 Mon Aug 25 17:50:22 1997 Andrew Cagney <cagney@b1.cygnus.com>
991
992 * configure: Regenerated to track ../common/aclocal.m4 changes.
993 * config.in: Ditto.
994
995 Mon Aug 25 15:47:41 1997 Andrew Cagney <cagney@b1.cygnus.com>
996
997 * compile.c (sim_open): Add ABFD argument.
998
999 Tue May 20 10:16:48 1997 Andrew Cagney <cagney@b1.cygnus.com>
1000
1001 * compile.c (sim_open): Add callback argument.
1002 (sim_set_callbacks): Delete SIM_DESC argument.
1003
1004 Wed Apr 30 10:22:29 1997 Doug Evans <dje@canuck.cygnus.com>
1005
1006 * compile.c (sim_load): Call bfd_get_mach instead of examining
1007 bfd fields directly.
1008 * tconfig.in (SIM_PRE_LOAD): Delete, no longer used.
1009
1010 Thu Apr 24 00:39:51 1997 Doug Evans <dje@canuck.cygnus.com>
1011
1012 * configure: Regenerated to track ../common/aclocal.m4 changes.
1013
1014 Fri Apr 18 14:30:09 1997 Andrew Cagney <cagney@b1.cygnus.com>
1015
1016 * compile.c (sim_resume): Use poll_quit callback.
1017 (sim_stop): New function.
1018
1019 Thu Apr 17 03:06:39 1997 Doug Evans <dje@canuck.cygnus.com>
1020
1021 * Makefile.in (SIM_OBJS): Add sim-load.o.
1022 * compile.c (sim_kind, myname): New static locals.
1023 (sim_open): Set sim_kind, myname.
1024 (sim_load): Return SIM_RC. New arg abfd. Update test for h8300h.
1025 Call sim_load_file to load file into simulator. Set start address
1026 from bfd.
1027 (sim_create_inferior): Return SIM_RC. Delete arg start_address.
1028
1029 Mon Apr 7 15:45:02 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1030
1031 * configure: Regenerated to track ../common/aclocal.m4 changes.
1032 * config.in: Ditto.
1033
1034 Wed Apr 2 15:06:28 1997 Doug Evans <dje@canuck.cygnus.com>
1035
1036 * compile.c (sim_open): New arg `kind'.
1037
1038 * configure: Regenerated to track ../common/aclocal.m4 changes.
1039
1040 Wed Apr 2 14:34:19 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1041
1042 * configure: Regenerated to track ../common/aclocal.m4 changes.
1043
1044 Wed Mar 19 01:14:00 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1045
1046 * configure: Regenerated to track ../common/aclocal.m4 changes.
1047
1048 Mon Mar 17 15:10:07 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
1049
1050 * configure: Re-generate.
1051
1052 Fri Mar 14 10:34:11 1997 Michael Meissner <meissner@cygnus.com>
1053
1054 * configure: Regenerate to track ../common/aclocal.m4 changes.
1055
1056 Thu Mar 13 12:48:05 1997 Doug Evans <dje@canuck.cygnus.com>
1057
1058 * compile.c (sim_open): New SIM_DESC result. Argument is now in
1059 argv form.
1060 (other sim_*): New SIM_DESC argument.
1061
1062 Tue Feb 4 13:36:29 1997 Doug Evans <dje@canuck.cygnus.com>
1063
1064 * Makefile.in (@COMMON_MAKEFILE_FRAG): Use
1065 COMMON_{PRE,POST}_CONFIG_FRAG instead.
1066 * configure.in: sinclude ../common/aclocal.m4.
1067 * configure: Regenerated.
1068
1069 Thu Jan 23 11:46:23 1997 Stu Grossman (grossman@critters.cygnus.com)
1070
1071 * configure configure.in Makefile.in: Update to new configure
1072 scheme which is more compatible with WinGDB builds.
1073 * configure.in: Improve comment on how to run autoconf.
1074 * configure: Re-run autoconf to get new ../common/aclocal.m4.
1075 * Makefile.in: Use autoconf substitution to install common
1076 makefile fragment.
1077
1078 Wed Nov 20 01:39:12 1996 Doug Evans <dje@canuck.cygnus.com>
1079
1080 * Makefile.in: Delete stuff moved to ../common/Make-common.in.
1081 (SIM_OBJS): Define.
1082 * configure.in: Simplify using macros in ../common/aclocal.m4.
1083 * configure: Regenerated.
1084 * inst.h (enum sim_state): Define.
1085 (cpu_state_type): New member `state'. Set it whenever `exception'
1086 is set.
1087 * compile.c (sim_callback): New global.
1088 (sim_set_simcache_size): Renamed from sim_csize.
1089 (sim_resume, case O_SLEEP): Add right way to decode r0 but #if 0 out
1090 'cus it can't work. Change main loop exit test to use cpu.state.
1091 (sim_trace): New function.
1092 (sim_stop_reason): Add right way to set results, but #if 0 out.
1093 (sim_size): New function.
1094 (sim_info): Redirect calls to printf_filtered through callback.
1095 (sim_set_callbacks): Record callback.
1096 * run.c: Deleted, using one in ../common now.
1097 * tconfig.in: New file.
1098
1099 Thu Oct 3 16:13:18 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1100
1101 * Makefile.in (mostlyclean): Don't remove config.log here.
1102
1103 Fri Aug 9 22:59:11 1996 Jeffrey A Law (law@cygnus.com)
1104
1105 * compile.c (sim_resume): rts, sleep, bpt and nop have
1106 no associated "size".
1107
1108 Tue Jul 9 22:15:39 1996 Jeffrey A Law (law@cygnus.com)
1109
1110 * compile.c (sim_resume): Fix all rotate-by-2-bits insns.
1111
1112 Tue Jul 2 23:08:45 1996 Jeffrey A Law (law@cygnus.com)
1113
1114 * run.c (main): Don't "load" sections which don't have
1115 SEC_LOAD set.
1116 * compile.c (sim_resume, case "O_NOT"): Use ONOT instead
1117 of OSHIFTS.
1118 (ONOT): Define.
1119 (sim_resume, shift/rotate cases): Add support for shift/rotate
1120 by two bits.
1121 (OSHIFTS): Corresponding changes.
1122
1123 Tue Jul 2 01:37:27 1996 Jeffrey A Law (law@cygnus.com)
1124
1125 * compile.c (sim_resume): Handle "ldm.l" and "stm.l".
1126
1127 Wed Jun 26 08:58:53 1996 Jeffrey A Law (law@cygnus.com)
1128
1129 * compile.c (h8300smode): Declare.
1130
1131 Wed Jun 26 12:20:56 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1132
1133 * Makefile.in (bindir, libdir, datadir, mandir, infodir, includedir,
1134 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf-set values.
1135 (docdir): Removed.
1136 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
1137 (AC_PROG_INSTALL): Added.
1138 * configure: Rebuilt.
1139
1140 Tue Jun 18 16:31:10 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1141
1142 * compile.c (sim_load): Treat the H8/S like the H8/300H for now.
1143 * run.c (main): Treat the H8/S like the H8/300H for now.
1144
1145 Fri May 24 10:35:25 1996 Jeffrey A Law (law@cygnus.com)
1146
1147 * compile.c (SEXTCHAR): Clear upper bits when sign
1148 bit is clear.
1149
1150 Wed May 22 22:23:37 1996 Jeffrey A Law (law@cygnus.com)
1151
1152 * compile.c (sim_resume): Correctly handle divu.
1153
1154 Tue May 7 02:13:05 1996 Jeffrey A Law (law@cygnus.com)
1155
1156 * compile.c (sim_resume): Never allow the PC to have an
1157 odd value.
1158
1159 Fri Apr 12 16:50:37 1996 Jeffrey A Law (law@cygnus.com)
1160
1161 * inst.h: Expand on comments regarding H8300H_MSIZE. Note
1162 separate memory is allocate for the 8-bit area.
1163 (struct cpu_state_type): Add new "eightbit' field.
1164 * compile.c (GET_MEMORY_L): Handle access into the 8-bit
1165 area.
1166 (GET_MEMORY_W, GET_MEMORY_B): Likewise.
1167 (SET_MEMORY_L, SET_MEMORY_W, SET_MEMORY_B): Likewise.
1168 (init_pointers): Initialize space for the 8-bit area.
1169 (sim_write): Handle writing into the 8-bit area.
1170 (sim_read): Handle reading from the 8-bit area.
1171 (sim_load): Reallocate space for the 8-bit area.
1172
1173 * compile.c (sim_load): Re-allocate memory for the simulator
1174 here.
1175
1176 Fri Apr 12 09:39:56 1996 Jeffrey A Law (law@cygnus.com)
1177
1178 * compile.c (sim_resume): Fix and simplify overflow and carry
1179 handling for 32bit ALU insns.
1180
1181 Mon Apr 8 23:58:49 1996 Jeffrey A Law (law@cygnus.com)
1182
1183 * compile.c (sim_resume): Fix overflow checks for ALU insns.
1184
1185 Fri Apr 5 17:20:59 1996 Jeffrey A Law (law@cygnus.com)
1186
1187 * compile.c (decode): Use "bit" to hold L_3 immediates instead
1188 of holding them in "abs". Handle ABS8MEM memory references aka
1189 8-bit area. Replace ABSMOV references with ABS8MEM.
1190
1191 Wed Mar 13 17:43:56 1996 Jeffrey A Law (law@cygnus.com)
1192
1193 * compile.c (fetch): Handle accesses to the exception/function
1194 vectors.
1195
1196 Mon Mar 11 09:53:25 1996 Doug Evans <dje@charmed.cygnus.com>
1197
1198 * compile.c: #include "wait.h".
1199 (sim_resume, sleep insn): Check program exit status in r0.
1200 (sim_resume, shift insns): Fix setting of overflow flag for shal.
1201 * run.c: #include <signal.h>.
1202 (main): Abort if program got SIGILL.
1203 Print error message if argument is invalid.
1204 (usage): Improve text.
1205
1206 Wed Feb 21 12:15:00 1996 Ian Lance Taylor <ian@cygnus.com>
1207
1208 * configure: Regenerate with autoconf 2.7.
1209
1210 Thu Jan 4 11:52:53 1996 Doug Evans <dje@canuck.cygnus.com>
1211
1212 * inst.h (MPOWER,MSIZE): Deleted.
1213 (H8300{,H}_MSIZE): Define.
1214 * compile.c (memory_size): New static global.
1215 (init_pointers): Set memory size from one of H8300{,H}_MSIZE.
1216 (sim_write,sim_read): Use memory_size.
1217
1218 Fri Oct 13 15:03:19 1995 steve chamberlain <sac@slash.cygnus.com>
1219
1220 * compile.c (sim_set_callbacks): New.
1221
1222 Tue Oct 10 11:11:26 1995 Fred Fish <fnf@cygnus.com>
1223
1224 * Makefile.in (BISON): Remove macro.
1225
1226 Wed Sep 20 13:35:02 1995 Ian Lance Taylor <ian@cygnus.com>
1227
1228 * Makefile.in (maintainer-clean): New synonym for realclean.
1229
1230 Fri Sep 8 12:18:53 1995 Ian Lance Taylor <ian@cygnus.com>
1231
1232 * Makefile.in (install): Don't install in $(tooldir).
1233
1234 * configure.in: Call AC_CONFIG_HEADER. Don't try to use
1235 bfd/hosts/*.h file or bfd/config/*.mh file. Call AC_PROG_CC and
1236 AC_PROG_RANLIB. Substitute in values for CFLAGS, HDEFINES and AR.
1237 Call AC_CHECK_HEADERS for stdlib.h and time.h. Touch stamp.h if
1238 creating config.h.
1239 * configure: Rebuild.
1240 * config.in: New file, created by autoheader.
1241 * Makefile.in (AR): Define as @AR@.
1242 (CC): New variable, defined as @CC@.
1243 (CFLAGS): Define as @CFLAGS@.
1244 (RANLIB): Define as @RANLIB@.
1245 (HDEFINES, TDEFINES): New variables.
1246 (@host_makefile_frag@): Remove.
1247 (compile.o, run.o): Depend upon config.h.
1248 (mostlyclean): Make the same as clean, not distclean.
1249 (clean): Remove config.log.
1250 (distclean): Remove config.h and stamp-h.
1251 (Makefile): Don't depend upon @frags@. Just rebuild Makefile when
1252 invoking config.status.
1253 (config.h, stamp-h): New targets.
1254 * compile.c: Include "config.h". Don't include <sys/times.h>.
1255 Include <time.h> and <stdlib.h> if they exist. Don't include
1256 "sysdep.h".
1257 (get_now): Remove unused local b.
1258 * run.c: Include "config.h". Include <stdlib.h> if it exists.
1259 Don't include "sysdep.h".
1260 * writecode.c: Don't include "bfd.h" or "sysdep.h". Include
1261 <stdio.h>.
1262
1263 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1264
1265 * Update all FSF addresses except those in COPYING* files.
1266
1267 Wed Jul 5 14:32:54 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1268
1269 * Makefile.in (clean): Remove run.
1270 (distclean): Remove Makefile.
1271
1272 * h8300.mt: Removed.
1273
1274 * Makefile.in, configure.in: converted to autoconf.
1275 * configure: New file, generated with autconf 2.4.
1276
1277 Fri Jun 30 16:50:24 1995 Stan Shebs <shebs@andros.cygnus.com>
1278
1279 * compile.c (sim_do_command): New function.
1280
1281 Tue Jun 20 16:18:13 1995 Steve Chamberlain <sac@slash.cygnus.com>
1282
1283 * compile.c (get_now): Don't do if win32.
1284 (sim_resume): Poll in win32 too.
1285
1286 Wed May 24 16:31:38 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1287
1288 * configure.in: Fix typo in last change.
1289
1290 Mon Mar 27 10:32:34 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1291
1292 * run.c: parse arguments with getopt().
1293
1294 Tue Feb 28 17:30:08 1995 Ian Lance Taylor <ian@cygnus.com>
1295
1296 * configure.in: Use ../../bfd/hosts/std-host.h if specific
1297 host unavailable.
1298
1299 Sun Jan 22 12:35:43 1995 Steve Chamberlain <sac@splat>
1300
1301 * compile.c (sim_resume): Initialize cpu.mask.
1302
1303 Thu Sep 8 16:53:00 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1304
1305 * inst.h (MPOWER): Bump simulated memory size to 2^18 bytes.
1306
1307 Wed May 18 13:47:58 1994 Doug Evans (dje@canuck.cygnus.com)
1308
1309 * compile.c: #include "bfd.h".
1310 (sim_*): Set result type to void where there isn't one.
1311 (sim_resume, default case): Set cpu.exception to SIGILL.
1312 (sim_trace): Delete.
1313 (sim_set_pc): Delete.
1314 (sim_info): Delete printf_fn arg, all callers changed.
1315 Call printf_filtered.
1316 (set_h8300h): New arg `flag', all callers changed.
1317 (sim_close): New function.
1318 (sim_load): New function.
1319 (sim_create_inferior): Renamed from sim_set_args, all callers changed.
1320 * run.c: #include <varargs.h>, "remote-sim.h".
1321 (printf_filtered): New function.
1322
1323 Fri May 13 18:32:27 1994 Doug Evans (dje@canuck.cygnus.com)
1324
1325 * compile.c (decode): Fix typo (16 bit branches).
1326 (*): Some white space clean up.
1327
1328 Fri May 6 13:44:01 1994 Steve Chamberlain (sac@jonny.cygnus.com)
1329
1330 * compile.c (decode): Compile 16bit branches properly.
1331
1332 Sat Dec 11 16:32:36 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1333
1334 * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
1335 andc. Poll for interrupts.
1336
1337 Thu Oct 28 19:29:34 1993 Doug Evans (dje@canuck.cygnus.com)
1338
1339 * compile.c: #include "ansidecl.h" for remote-sim.h.
1340
1341 Tue Oct 26 09:43:36 1993 Doug Evans (dje@canuck.cygnus.com)
1342
1343 * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
1344 * compile.c: #include "remote-sim.h".
1345 (sim_resume): New arg siggnal.
1346 (sim_write): Use SIM_ADDR for type of arg addr.
1347 Always return a value.
1348 (sim_read): Ditto.
1349 (sim_store_register): Result is type int.
1350 (sim_fetch_register): Ditto.
1351 (sim_stop_reason): Renamed from sim_stop_signal.
1352 (sim_set_pc): Use SIM_ADDR for type of arg pc.
1353 (sim_info): int result, new arg printf_fn.
1354 (sim_kill): int result.
1355 (sim_open): int result, new arg name.
1356 * run.c (main): Use sim_set_pc to set pc.
1357 Update call to sim_info.
1358
1359 Sat Oct 23 15:01:18 1993 Doug Evans (dje@canuck.cygnus.com)
1360
1361 * compile.c (sim_stop_signal): Result is now enum sim_stop.
1362
1363 Fri Oct 15 23:49:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1364
1365 * compile.c (sim_kill, sim_open, sim_set_args): New functions.
1366
1367 Thu Oct 7 16:24:10 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1368
1369 * compile.c (sim_set_pc): Write to the pc direcly.
1370 (sim_store_register): Now value is passed by reference. (sim_read,
1371 sim_write): Return number of bytes copied.
1372
1373 Tue Aug 17 07:16:15 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1374
1375 * compile.c (mop): New function to do multiplies.
1376
1377 Fri Jul 16 13:53:53 1993 Doug Evans (dje@canuck.cygnus.com)
1378
1379 * compile.c (sim_resume): Add support for nop insn.
1380
1381 Thu Jul 15 09:59:01 1993 Doug Evans (dje@canuck.cygnus.com)
1382
1383 * compile.c: Reset HMODE back to zero (accidently set it to 1).
1384
1385 * run.c (main): If h8/300h binary detected, call set_h8300h.
1386 * compile.c (sim_resume): Fix O_NEG insn.
1387
1388 Fri Jul 9 14:36:48 1993 Doug Evans (dje@canuck.cygnus.com)
1389
1390 * run.c (main): Add -h flag to enable h8/300h emulation.
1391 * compile.c: Rename Hmode to HMODE (consistency with gdb).
1392 (set_h8300h): New function.
1393 (sim_resume): Add support for extu,exts insns.
1394 (sim_resume): Fix logical right shifting.
1395 (sim_resume, label alu32): Fix setting of carry flag.
1396
1397 Sun Jul 4 00:35:41 1993 Doug Evans (dje@canuck.cygnus.com)
1398
1399 * compile.c (sim_csize): Initialize cpu.cache.
1400
1401 Fri Jul 2 17:42:59 1993 Doug Evans (dje@canuck.cygnus.com)
1402
1403 * Makefile.in: Add -I../../bfd to pick up bfd.h.
1404
1405 Thu Jun 24 13:40:12 1993 Doug Evans (dje@canuck.cygnus.com)
1406
1407 * run.c (main): Fix parsing of args.
1408
1409 * compile.c (sim_resume): Fix shll insn.
1410
1411 Tue Jun 8 14:16:46 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1412
1413 * compile.c: New file, supports H8/300H.
1414 * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
1415
1416 Tue Jun 1 11:14:59 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1417
1418 * run.c (main): Add -v to print info.
1419 * p3.c (sim_info): New function.
1420
1421 Mon Mar 15 15:48:31 1993 Ian Lance Taylor (ian@cygnus.com)
1422
1423 * h8300.mt (DO_INSTALL): Renamed from INSTALL.
1424
1425 Wed Mar 3 15:06:53 1993 Steve Chamberlain (sac@poseidon.cygnus.com)
1426
1427 * Makefile.in: Don't use cb or indent
1428 * p1.c, state.h, writecode.c: lint
1429
1430 Mon Feb 1 16:44:58 1993 John Gilmore (gnu@cygnus.com)
1431
1432 * Makefile.in: Make SunOS halfdone VPATH work.
1433 * p1.c: Lint picked up by HP native compiler.
1434
1435 Mon Jan 4 12:32:35 1993 Steve Chamberlain (sac@wahini.cygnus.com)
1436
1437 * p1.c (sim_resume): when running on dos, any character typed to
1438 the keyboard will cause a simulated exception.
1439
1440 Sun Jan 3 14:15:07 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1441
1442 * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
1443 running
1444
1445 Tue Dec 22 13:56:48 1992 Steve Chamberlain (sac@thepub.cygnus.com)
1446
1447 * new