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