]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - sim/m68hc11/ChangeLog
sim: switch to AC_CHECK_FUNCS_ONCE & merge a little
[thirdparty/binutils-gdb.git] / sim / m68hc11 / ChangeLog
1 2021-04-18 Mike Frysinger <vapier@gentoo.org>
2
3 * configure: Regenerate.
4
5 2021-04-12 Mike Frysinger <vapier@gentoo.org>
6
7 * interp.c (sim_open): Delete 3rd arg to sim_cpu_alloc_all.
8
9 2021-04-02 Mike Frysinger <vapier@gentoo.org>
10
11 * aclocal.m4, configure: Regenerate.
12
13 2021-03-13 Mike Frysinger <vapier@gentoo.org>
14
15 * Makefile.in (gencode.o): New rule.
16 (gencode): Call LINK_FOR_BUILD.
17
18 2021-02-28 Mike Frysinger <vapier@gentoo.org>
19
20 * configure: Regenerate.
21
22 2021-02-21 Mike Frysinger <vapier@gentoo.org>
23
24 * configure.ac (AC_CONFIG_MACRO_DIRS): Replace common with m4.
25 * aclocal.m4, configure: Regenerate.
26
27 2021-02-13 Mike Frysinger <vapier@gentoo.org>
28
29 * configure.ac: Replace sinclude with AC_CONFIG_MACRO_DIRS.
30 * aclocal.m4, configure: Regenerate.
31
32 2021-02-06 Mike Frysinger <vapier@gentoo.org>
33
34 * configure: Regenerate.
35
36 2021-01-30 Mike Frysinger <vapier@gentoo.org>
37
38 * dv-m68hc11tim.c (cycle_to_string): Change llu to PRIi64.
39
40 2021-01-30 Mike Frysinger <vapier@gentoo.org>
41
42 * m68hc11_sim.c (cpu_set_sp): Add static markings.
43 (cpu_get_reg, cpu_get_src_reg, cpu_set_dst_reg,
44 cpu_get_indexed_operand_addr, cpu_get_indexed_operand8): Likewise.
45
46 2021-01-30 Mike Frysinger <vapier@gentoo.org>
47
48 * interp.c (sim_get_info, sim_board_reset): Pass %s to sim_hw_parse.
49
50 2021-01-30 Mike Frysinger <vapier@gentoo.org>
51
52 * dv-m68hc11.c, m68hc11_sim.c: Include stdlib.h.
53
54 2021-01-30 Mike Frysinger <vapier@gentoo.org>
55
56 * configure.ac (SIM_AC_OPTION_HARDWARE): Inline variables.
57 * configure: Regenerate.
58
59 2021-01-11 Mike Frysinger <vapier@gentoo.org>
60
61 * config.in, configure: Regenerate.
62
63 2021-01-09 Mike Frysinger <vapier@gentoo.org>
64
65 * configure: Regenerate.
66
67 2021-01-09 Mike Frysinger <vapier@gentoo.org>
68
69 * configure.ac (SIM_AC_OPTION_WARNINGS): Pass "no".
70 * configure: Regenerate.
71
72 2021-01-08 Mike Frysinger <vapier@gentoo.org>
73
74 * configure: Regenerate.
75
76 2021-01-04 Mike Frysinger <vapier@gentoo.org>
77
78 * configure: Regenerate.
79
80 2017-09-06 John Baldwin <jhb@FreeBSD.org>
81
82 * configure: Regenerate.
83
84 2017-02-13 Mike Frysinger <vapier@gentoo.org>
85
86 * gencode.c: Include libiberty.h.
87 (TABLE_SIZE): Delete.
88 (find_opcode_pattern): Change TABLE_SIZE to ARRAY_SIZE.
89 (gen_interpreter): Likewise.
90 * interrupts.c (TableSize): Delete.
91 (interrupts_update_pending): Change TableSize to ARRAY_SIZE.
92
93 2016-08-16 Mike Frysinger <vapier@gentoo.org>
94
95 * sim-main.h (inline): Delete define.
96 (phys_to_virt): Change inline to STATIC_INLINE.
97 (memory_read8, memory_write8, memory_read16, memory_write16,
98 cpu_ccr_update_tst16, cpu_ccr_update_shift8, cpu_ccr_update_shift16,
99 cpu_ccr_update_add8, cpu_ccr_update_sub8, cpu_ccr_update_add16,
100 cpu_ccr_update_sub16, cpu_m68hc11_push_uint8, cpu_m68hc11_push_uint16,
101 cpu_m68hc11_pop_uint8, cpu_m68hc11_pop_uint16, cpu_m68hc12_push_uint8,
102 cpu_m68hc12_push_uint16, cpu_m68hc12_pop_uint8,
103 cpu_m68hc12_pop_uint16, cpu_fetch8, cpu_fetch16): Likewise.
104
105 2016-08-15 Mike Frysinger <vapier@gentoo.org>
106
107 * interp.c (sim_get_bank_parameters): Delete abfd arg.
108 Replace all symbol lookup code with calls to trace_sym_value.
109 (sim_prepare_for_program): Update sim_get_bank_parameters call.
110
111 2016-08-13 Mike Frysinger <vapier@gentoo.org>
112
113 * dv-m68hc11.c (m68hc11cpu_port_event): Adjust cpu prototype style.
114 * dv-m68hc11spi.c (m68hc11spi_port_event): Likewise.
115 * dv-m68hc11tim.c (m68hc11tim_print_timer): Likewise.
116 * emulos.c (emul_bench): Likewise.
117 (emul_write): Likewise. Also rename state to cpu.
118 (emul_os): Rename proc to cpu.
119 * gencode.c: Rename proc to cpu.
120 * interrupts.c (interrupts_initialize): Likewise.
121 * interrupts.h (interrupts): Adjust cpu type.
122 (interrupts_initialize): Likewise.
123 * m68hc11_sim.c (cpu_get_reg): Adjust cpu prototype style.
124 (cpu_get_src_reg, cpu_set_dst_reg, cpu_set_reg,
125 cpu_get_indexed_operand_addr, cpu_get_indexed_operand8,
126 cpu_get_indexed_operand16, cpu_dbcc, cpu_exg): Likewise.
127 (cpu_ccr_update_tst8): Rename proc to cpu.
128 * sim-main.h: Rename PROC and proc to cpu.
129
130 2016-08-13 Mike Frysinger <vapier@gentoo.org>
131
132 * dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Drop cast with
133 return value of hw_malloc.
134 * dv-m68hc11sio.c (m68hc11sio_rx_poll): Mark static.
135 (m68hc11sio_tx_poll): Likewise.
136 * dv-m68hc11spi.c (m68hc11spi_clock): Likewise.
137 * dv-m68hc11tim.c (m68hc11tim_timer_event): Likewise.
138 * dv-nvram.c (attach_nvram_regs): Drop cast with
139 return value of hw_malloc.
140 * emulos.c (emul_bench): Mark static.
141 (emul_write): Likewise.
142 (emul_exit): Likewise.
143 * gencode.c: Include stdio.h.
144 (gen_function_entry): Unify two print lines.
145 (cmp_opcode): Mark args const.
146
147 2016-01-10 Mike Frysinger <vapier@gentoo.org>
148
149 * config.in, configure: Regenerate.
150
151 2016-01-10 Mike Frysinger <vapier@gentoo.org>
152
153 * configure: Regenerate.
154
155 2016-01-10 Mike Frysinger <vapier@gentoo.org>
156
157 * configure: Regenerate.
158
159 2016-01-10 Mike Frysinger <vapier@gentoo.org>
160
161 * configure: Regenerate.
162
163 2016-01-10 Mike Frysinger <vapier@gentoo.org>
164
165 * configure: Regenerate.
166
167 2016-01-10 Mike Frysinger <vapier@gentoo.org>
168
169 * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
170 * configure: Regenerate.
171
172 2016-01-10 Mike Frysinger <vapier@gentoo.org>
173
174 * configure: Regenerate.
175
176 2016-01-10 Mike Frysinger <vapier@gentoo.org>
177
178 * configure: Regenerate.
179
180 2016-01-09 Mike Frysinger <vapier@gentoo.org>
181
182 * config.in, configure: Regenerate.
183
184 2016-01-06 Mike Frysinger <vapier@gentoo.org>
185
186 * interp.c (sim_open): Mark argv const.
187 (sim_create_inferior): Mark argv and env const.
188
189 2016-01-04 Mike Frysinger <vapier@gentoo.org>
190
191 * configure: Regenerate.
192
193 2016-01-03 Mike Frysinger <vapier@gentoo.org>
194
195 * interp.c (sim_open): Update sim_parse_args comment.
196
197 2016-01-03 Mike Frysinger <vapier@gentoo.org>
198
199 * sim-main.h (sim_state): Delete devices member.
200
201 2016-01-03 Mike Frysinger <vapier@gentoo.org>
202
203 * configure.ac (SIM_AC_OPTION_HOSTENDIAN): Delete.
204 * configure: Regenerate.
205
206 2016-01-02 Mike Frysinger <vapier@gentoo.org>
207
208 * configure.ac (SIM_AC_OPTION_ENDIAN): Change BIG_ENDIAN to BIG.
209 * configure: Regenerate.
210
211 2015-12-30 Mike Frysinger <vapier@gentoo.org>
212
213 * configure.ac: Change LITTLE_ENDIAN to BIG_ENDIAN.
214 * configure: Regenerate.
215
216 2015-12-30 Mike Frysinger <vapier@gentoo.org>
217
218 * imterp.c (sim_open): Delete current_alignment and
219 current_target_byte_order assignments.
220 * configure.ac: Call SIM_AC_OPTION_ENDIAN.
221 * configure: Regenerate.
222
223 2015-12-30 Mike Frysinger <vapier@gentoo.org>
224
225 * wrapper.c (m68hc11_reg_store, m68hc11_reg_fetch): Define.
226 (sim_open): Call CPU_REG_FETCH/CPU_REG_STORE.
227 (sim_store_register): Rename to ...
228 (m68hc11_reg_store): ... this. Delete local cpu var.
229 (sim_fetch_register): Rename to ...
230 (m68hc11_reg_fetch): ... this. Delete local cpu var.
231
232 2015-12-27 Mike Frysinger <vapier@gentoo.org>
233
234 * Makefile.in (SIM_OBJS): Delete sim-hload.o.
235
236 2015-12-26 Mike Frysinger <vapier@gentoo.org>
237
238 * config.in, configure: Regenerate.
239
240 2015-12-24 Mike Frysinger <vapier@gentoo.org>
241
242 * sim-main.h (SIM_HANDLES_LMA): Delete.
243
244 2015-12-24 Mike Frysinger <vapier@gentoo.org>
245
246 * sim-main.h (WITH_WATCHPOINTS): Delete.
247
248 2015-11-17 Mike Frysinger <vapier@gentoo.org>
249
250 * sim-main.h (WITH_MODULO_MEMORY): Delete.
251
252 2015-11-15 Mike Frysinger <vapier@gentoo.org>
253
254 * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o.
255
256 2015-11-14 Mike Frysinger <vapier@gentoo.org>
257
258 * Makefile.in (SIM_OBJS): Delete sim-load.o.
259
260 2015-11-14 Mike Frysinger <vapier@gentoo.org>
261
262 * interp.c (sim_close): Delete.
263
264 2015-06-23 Mike Frysinger <vapier@gentoo.org>
265
266 * configure: Regenerate.
267
268 2015-06-12 Mike Frysinger <vapier@gentoo.org>
269
270 * configure: Regenerate.
271
272 2015-06-12 Mike Frysinger <vapier@gentoo.org>
273
274 * configure: Regenerate.
275
276 2015-06-11 Mike Frysinger <vapier@gentoo.org>
277
278 * interp.c (interrupt_names): Delete.
279
280 2015-06-11 Mike Frysinger <vapier@gentoo.org>
281
282 * Makefile.in (SIM_OBJS): Add sim-resume.o
283 * interp.c (has_stepped, sim_resume): Delete.
284
285 2015-06-11 Mike Frysinger <vapier@gentoo.org>
286
287 * interp.c (INLINE): Delete define.
288
289 2015-04-29 Nick Clifton <nickc@redhat.com>
290
291 PR 18273
292 * gencode.c (gen_fetch_operands): Remove unreachable code.
293
294 2015-04-18 Mike Frysinger <vapier@gentoo.org>
295
296 * sim-main.h (SIM_CPU): Delete.
297
298 2015-04-18 Mike Frysinger <vapier@gentoo.org>
299
300 * sim-main.h (sim_cia): Delete.
301
302 2015-04-17 Mike Frysinger <vapier@gentoo.org>
303
304 * sim-main.h (CIA_GET, CIA_SET): Delete.
305
306 2015-04-15 Mike Frysinger <vapier@gentoo.org>
307
308 * Makefile.in (SIM_OBJS): Delete sim-cpu.o.
309 * sim-main.h (STATE_CPU): Delete.
310
311 2015-04-13 Mike Frysinger <vapier@gentoo.org>
312
313 * configure: Regenerate.
314
315 2015-04-13 Mike Frysinger <vapier@gentoo.org>
316
317 * Makefile.in (SIM_OBJS): Add sim-cpu.o.
318 * interp.c (m68hc11_pc_get, m68hc11_pc_set): New functions.
319 (sim_open): Declare new local var i. Call sim_cpu_alloc_all.
320 Call CPU_PC_FETCH & CPU_PC_STORE for all cpus.
321 (sim_pc_get): Delete.
322 * sim-main.h (SIM_CPU): Define.
323 (STATE_CPU): Drop &.
324 (struct sim_state): Change cpu to an array of pointers.
325
326 2015-04-06 Mike Frysinger <vapier@gentoo.org>
327
328 * Makefile.in (SIM_OBJS): Delete sim-engine.o and sim-hrw.o.
329
330 2015-03-31 Mike Frysinger <vapier@gentoo.org>
331
332 * m68hc11_sim.c (cpu_get_indexed_operand_addr,
333 cpu_get_indexed_operand8, cpu_get_indexed_operand16): Rename restrict
334 variable to restricted.
335 * sim-main.h (cpu_get_indexed_operand_addr): Likewise.
336
337 2015-03-24 Mike Frysinger <vapier@gentoo.org>
338
339 * interp.c (sim_pc_get): New function.
340
341 2015-03-24 Mike Frysinger <vapier@gentoo.org>
342
343 * compile.c (sim_set_profile, sim_set_profile_size, sim_set_callbacks,
344 sim_size, sim_trace): Delete.
345 * sim-main.h (sim_set_profile, sim_set_profile_size): Delete.
346
347 2015-03-24 Mike Frysinger <vapier@gentoo.org>
348
349 * configure: Regenerate.
350
351 2015-03-23 Mike Frysinger <vapier@gentoo.org>
352
353 * configure: Regenerate.
354
355 2015-03-23 Mike Frysinger <vapier@gentoo.org>
356
357 * configure: Regenerate.
358 * configure.ac (m68hc11_extra_objs): Delete.
359 * Makefile.in (SIM_OBJS): Delete SIM_EXTRA_OBJS.
360 (SIM_EXTRA_OBJS): Delete.
361
362 2015-03-16 Mike Frysinger <vapier@gentoo.org>
363
364 * config.in, configure: Regenerate.
365
366 2015-03-14 Mike Frysinger <vapier@gentoo.org>
367
368 * Makefile.in (SIM_RUN_OBJS): Delete.
369
370 2015-03-14 Mike Frysinger <vapier@gentoo.org>
371
372 * configure.ac (AC_CHECK_HEADERS): Delete.
373 * aclocal.m4, configure: Regenerate.
374
375 2014-08-19 Alan Modra <amodra@gmail.com>
376
377 * configure: Regenerate.
378
379 2014-08-15 Roland McGrath <mcgrathr@google.com>
380
381 * configure: Regenerate.
382 * config.in: Regenerate.
383
384 2014-03-04 Mike Frysinger <vapier@gentoo.org>
385
386 * configure: Regenerate.
387
388 2013-09-23 Alan Modra <amodra@gmail.com>
389
390 * configure: Regenerate.
391
392 2013-06-03 Mike Frysinger <vapier@gentoo.org>
393
394 * aclocal.m4, configure: Regenerate.
395
396 2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
397
398 * configure: Rebuild.
399
400 2013-03-26 Mike Frysinger <vapier@gentoo.org>
401
402 * configure: Regenerate.
403
404 2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
405
406 * configure.ac: Use $SIM_DV_SOCKSER_O.
407 * configure: Regenerated.
408
409 2012-06-15 Joel Brobecker <brobecker@adacore.com>
410
411 * config.in, configure: Regenerate.
412
413 2012-03-24 Mike Frysinger <vapier@gentoo.org>
414
415 * aclocal.m4, config.in, configure: Regenerate.
416
417 2011-12-03 Mike Frysinger <vapier@gentoo.org>
418
419 * aclocal.m4: New file.
420 * configure: Regenerate.
421
422 2011-10-19 Mike Frysinger <vapier@gentoo.org>
423
424 * configure: Regenerate after common/acinclude.m4 update.
425
426 2011-10-17 Mike Frysinger <vapier@gentoo.org>
427
428 * configure.ac: Change include to common/acinclude.m4.
429
430 2011-10-17 Mike Frysinger <vapier@gentoo.org>
431
432 * configure.ac: Change AC_PREREQ to 2.64. Delete AC_CONFIG_HEADER
433 call. Replace common.m4 include with SIM_AC_COMMON.
434 * configure: Regenerate.
435
436 2011-07-05 Mike Frysinger <vapier@gentoo.org>
437
438 * interp.c (sim_do_command): Delete.
439
440 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
441
442 * configure: Regenerate.
443
444 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
445
446 * config.in: Regenerate.
447 * configure: Likewise.
448
449 * configure: Regenerate.
450
451 2008-07-11 Hans-Peter Nilsson <hp@axis.com>
452
453 * configure: Regenerate to track ../common/common.m4 changes.
454 * config.in: Ditto.
455
456 2008-06-06 Vladimir Prus <vladimir@codesourcery.com>
457 Daniel Jacobowitz <dan@codesourcery.com>
458 Joseph Myers <joseph@codesourcery.com>
459
460 * configure: Regenerate.
461
462 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
463
464 * config.in: Regenerate.
465
466 2006-06-13 Richard Earnshaw <rearnsha@arm.com>
467
468 * configure: Regenerated.
469
470 2006-06-05 Daniel Jacobowitz <dan@codesourcery.com>
471
472 * configure: Regenerated.
473
474 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
475
476 * configure: Regenerated.
477
478 2006-03-29 Hans-Peter Nilsson <hp@axis.com>
479
480 * configure: Regenerate.
481
482 2005-03-23 Mark Kettenis <kettenis@gnu.org>
483
484 * configure: Regenerate.
485
486 2005-01-14 Andrew Cagney <cagney@gnu.org>
487
488 * configure.ac: Sinclude aclocal.m4 before common.m4. Add
489 explicit call to AC_CONFIG_HEADER.
490 * configure: Regenerate.
491
492 2005-01-11 Andrew Cagney <cagney@localhost.localdomain>
493
494 * configure: Regenerated to track ../common/aclocal.m4 changes.
495
496 2005-01-07 Andrew Cagney <cagney@gnu.org>
497
498 * configure.ac: Rename configure.in, require autoconf 2.59.
499 * configure: Re-generate.
500
501 2004-12-08 Hans-Peter Nilsson <hp@axis.com>
502
503 * configure: Regenerate for ../common/aclocal.m4 update.
504
505 2004-06-15 Alan Modra <amodra@bigpond.net.au>
506
507 * interp.c (sim_prepare_for_program): Use bfd_get_section_size
508 instead of bfd_get_section_size_before_reloc.
509
510 2003-08-08 Stephane Carrez <stcarrez@nerim.fr>
511
512 * dv-m68hc11tim.c (cycle_to_string): Add flags parameter to better
513 control the translation.
514 (m68hc11tim_print_timer): Update cycle_to_string conversion.
515 (m68hc11tim_timer_event): Fix handling of output
516 compare register with its interrupts.
517 (m68hc11tim_io_write_buffer): Check output compare
518 after setting M6811_TMSK1.
519 (m68hc11tim_io_read_buffer): Fix compilation warning.
520 * dv-m68hc11.c (m68hc11_option_handler): Likewise.
521 * dv-m68hc11spi.c (m68hc11spi_info): Likewise.
522 * dv-m68hc11sio.c (m68hc11sio_info): Likewise.
523 * interrupts.c (interrupts_info): Likewise.
524 (interrupts_reset): Recognize bootstrap mode.
525 * sim-main.h (PRINT_CYCLE, PRINT_TIME): New defines.
526 (_sim_cpu): Add cpu_start_mode.
527 (cycle_to_string): Add flags member.
528 * m68hc11_sim.c (OPTION_CPU_BOOTSTRAP): New option.
529 (cpu_options): Declare new option bootstrap.
530 (cpu_option_handler): Handle it.
531 (cpu_info): Update call to cycle_to_string.
532
533 2003-08-08 Stephane Carrez <stcarrez@nerim.fr>
534
535 * sim-main.h (phys_to_virt): Use memory bank parameters to translate
536 the physical address in virtual address.
537 (struct _sim_cpu): Add memory bank members.
538 * m68hc11_sim.c (cpu_initialize): Clear memory bank parameters.
539 * interp.c (sim_hw_configure): Create memory bank according to memory
540 bank parameters.
541 (sim_get_bank_parameters): New function to obtain memory bank config
542 from the symbol table.
543 (sim_prepare_for_program): Call it to obtain the memory bank parameters.
544 (sim_open): Call sim_prepare_for_program.
545 * dv-m68hc11.c (m68hc11cpu_io_write_buffer): Use memory bank parameters
546 to check if address is within bank window.
547 (m68hc11cpu_io_read_buffer): Likewise.
548 (attach_m68hc11_regs): Map the memory bank according to memory bank
549 parameters.
550
551 2003-08-08 Stephane Carrez <stcarrez@nerim.fr>,
552
553 * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
554
555 2003-08-08 Stephane Carrez <stcarrez@nerim.fr>,
556 Gary Piercey <gpiercey@northstar-technical.com>
557
558 * m68hc11_sim.c (print_io_word): New function to print 16-bit value.
559 * sim-main.h (print_io_word): Declare.
560 * dv-m68hc11tim.c (tmsk1_desc): New description table for TMSK1.
561 (tflg1_desc): Likewise for TFLG1.
562 (m68hc11tim_info): Print input and output compare registers
563
564 2003-03-02 Stephane Carrez <stcarrez@nerim.fr>
565
566 * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
567 to 32 to support memory bank switching; temporarily use 32-bit for
568 WORD_BITSIZE to avoid a bug in sim-common.
569
570 2003-03-01 Stephane Carrez <stcarrez@nerim.fr>
571
572 * interp.c (sim_fetch_register): Only store a single byte for
573 1 byte registers.
574
575 2003-02-27 Andrew Cagney <cagney@redhat.com>
576
577 * interp.c (sim_prepare_for_program, sim_open)
578 (sim_create_inferior): Rename _bfd to bfd.
579
580 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
581
582 * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.
583
584 2002-08-13 Marko Kohtala <marko.kohtala@luukku.com>
585
586 * interp.c (sim_prepare_for_program): Look up the image for the
587 reset vector and set cpu_use_elf_start to 1 if not found.
588 (sim_open): Do not set cpu_use_elf_start.
589
590 2002-08-13 Marko Kohtala <marko.kohtala@luukku.com>
591
592 * interp.c (sim_hw_configure): Return 1 for success.
593 (sim_prepare_for_program): Use the sim_hw_configure exit code to
594 return SIM_RC_FAIL.
595
596 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
597
598 * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memory
599 bank window to some virtual address to read from extended memory.
600 (m68hc11cpu_io_write_buffer): Likewise for writing.
601 (attach_m68hc11_regs): When use_bank property is defined, attach
602 to the 68HC12 16K memory bank window.
603 * interp.c (sim_hw_configure): Create memory region for banked
604 memory.
605
606 2002-08-13 Stephane Carrez <Stephane.Carrez@nerim.fr>
607
608 * interp.c (sim_hw_configure): Connect port-X to cpu-write-port.
609 * dv-m68hc11.c (m68hc11cpu_ports): Add cpu-write-port input.
610 (m68hc11cpu_port_event): Handle CPU_WRITE_PORT event.
611
612 2002-08-13 Marko Kohtala <marko.kohtala@luukku.com>
613
614 * dv-m68hc11.c (m68hc11cpu_io_write): Fix to update IO mapping
615 when IO mapping changed, not when internal RAM mapping is changed.
616
617 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
618
619 * m68hc11_sim.c (cpu_special): Handle call and rtc instructions.
620 * sim-main.h (M6812_CALL_INDIRECT): Add to enum.
621 (m6811_regs): Add page register.
622 (cpu_set_page, cpu_get_page): New macros.
623 (phys_to_virt): New function.
624 (cpu_get_indexed_operand_addr, cpu_return): Declare.
625 * gencode.c: Identify indirect addressing mode for call and fix daa.
626 (gen_function_entry): New param to tell if src8/dst8 locals are
627 necessary.
628 (gen_interpreter): Use it to avoid generation of unused variables.
629 * interp.c (sim_fetch_register): Allow to read page register; page
630 register, A, B and CCR are only 1 byte wide.
631 (sim_store_register): Likewise for writing.
632
633 2002-06-16 Andrew Cagney <ac131313@redhat.com>
634
635 * configure: Regenerated to track ../common/aclocal.m4 changes.
636
637 2002-06-09 Andrew Cagney <cagney@redhat.com>
638
639 * Makefile.in (INCLUDE): Update path to callback.h.
640 * sim-main.h: Include "gdb/callback.h" and "gdb/remote-sim.h".
641
642 2002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
643
644 * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case.
645 (cpu_move16): Likewise.
646 (sim_memory_error): Use sim_io_printf.
647 (cpu_option_handler): Fix compilation warning.
648 * interp.c (sim_hw_configure): Fix compilation warning;
649 remove m68hc12sio@2 device.
650 (sim_open): Likewise.
651 * dv-m68hc11tim.c (m68hc11tim_port_event): Fix clear of TFLG2
652 flags when reset.
653 (cycle_to_string): Improve convertion of cpu cycle number.
654 (m68hc11tim_info): Print info about PACNT.
655 (m68hc11tim_io_write_buffer): Fix clearing of TFLG2; handle
656 TCTL1 and TCTL2 registers.
657 * dv-m68hc11.c (m68hc11_info): Print 6811 current running mode.
658
659 2002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
660
661 * interp.c (sim_hw_configure): Save the HW cpu pointer in the
662 cpu struct.
663 (sim_hw_configure): Connect the capture input/output events.
664 * sim-main.h (_sim_cpu): New member hw_cpu.
665 (m68hc11cpu_set_oscillator): Declare.
666 (m68hc11cpu_clear_oscillator): Declare.
667 (m68hc11cpu_set_port): Declare.
668 * dv-m68hc11.c (m68hc11_options): New for oscillator commands.
669 (m68hc11cpu_ports): New input ports and output ports to reflect
670 the HC11 IOs.
671 (m68hc11_delete): Cleanup any running oscillator.
672 (attach_m68hc11_regs): Create the input oscillators.
673 (make_oscillator): New function.
674 (find_oscillator): New function.
675 (oscillator_handler): New function.
676 (reset_oscillators): New function.
677 (m68hc11cpu_port_event): Handle the new input ports.
678 (m68hc11cpu_set_oscillator): New function.
679 (m68hc11cpu_clear_oscillator): New function.
680 (get_frequency): New function.
681 (m68hc11_option_handler): New function.
682 (m68hc11cpu_set_port): New function.
683 (m68hc11cpu_io_write): Post the port output events.
684 * dv-m68hc11spi.c (set_bit_port): Use m68hc11cpu_set_port to set
685 the output port value.
686 * dv-m68hc11tim.c (m68hc11tim_port_event): Handle CAPTURE event
687 by latching the TCNT value in the register.
688
689 2002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
690
691 * sim-main.h (cpu_frame, cpu_frame_list): Remove.
692 (cpu_frame_reg, cpu_print_frame): Remove.
693 (cpu_m68hc11_push_uint8, cpu_m68hc11_pop_uint8): Cleanup.
694 (cpu_m68hc11_push_uint16, cpu_m68hc11_pop_uint16): Likewise.
695 (cpu_m68hc12_push_uint8, cpu_m68hc12_push_uint16): Likewise.
696 (cpu_m68hc12_pop_uint8, cpu_m68hc12_pop_uint16): Likewise.
697 * m68hc11_sim.c (cpu_find_frame): Remove.
698 (cpu_create_frame_list): Remove.
699 (cpu_remove_frame_list, cpu_create_frame, cpu_free_frame): Remove.
700 (cpu_frame_reg, cpu_print_frame, cpu_update_frame): Remove.
701 (cpu_call): Cleanup to remove #if HAVE_FRAME and calls to the above.
702 (cpu_update_frame): Likewise.
703 (cpu_return): Likewise.
704 (cpu_reset): Likewise.
705 (cpu_initialize): Likewise.
706 * interp.c (sim_do_command): Remove call to cpu_print_frame.
707
708 2002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
709
710 * interrupts.c (interrupts_reset): New function, setup interrupt
711 vector address according to cpu mode.
712 (interrupts_initialize): Move reset portion to the above.
713 (interrupt_names): New table to give a name to interrupts.
714 (idefs): Handle pulse accumulator interrupts.
715 (interrupts_info): Print the interrupt history.
716 (interrupt_option_handler): New function.
717 (interrupt_options): New table of options.
718 (interrupts_update_pending): Keep track of when interrupts are
719 raised and implement breakpoint-on-raise-interrupt.
720 (interrupts_process): Keep track of when interrupts are taken
721 and implement breakpoint-on-interrupt.
722 * interrupts.h (struct interrupt_history): Define.
723 (struct interrupt): Keep track of the interrupt history.
724 (interrupts_reset): Declare.
725 (interrupts_initialize): Update prototype.
726 * m68hc11_sim.c (cpu_reset): Reset interrupts.
727 (cpu_initialize): Cleanup.
728
729 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
730
731 * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current write
732 address.
733 (m68hc11eepr_port_event): Fix detach/attach logic.
734
735 2001-07-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
736
737 * Makefile.in (SIM_OBJS): Remove sim-resume.o
738 * interp.c (sim_resume): New function from sim-resume.c, install
739 the stepping event after having processed the pending ticks.
740 (has_stepped): Likewise.
741 (sim_info): Produce an output only if verbose or STATE_VERBOSE_P.
742
743 2001-07-10 Andrew Cagney <ac131313@redhat.com>
744
745 * Makefile.in (gencode): Provide explicit path to gencode.c.
746
747 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
748
749 * Makefile.in (M68HC11_OBJS): Add m68hc12int.o.
750 (m68hc12int.c): Generate using gencode -m6812.
751 (m68hc11int.c): Likewise with -m6811.
752
753 * gencode.c (m6811_opcode_patterns): New patterns for 68HC12.
754 (m6811_page1_opcodes): Remove duplicate entries.
755 (m6811_page2_opcodes): Likewise.
756 (m6811_page3_opcodes): Likewise.
757 (m6811_page4_opcodes): Likewise.
758 (m6812_page1_opcodes): New table for 68HC12 instructions.
759 (m6812_page2_opcodes): Likewise.
760 (gen_fetch_operands): New modes [] and &[] for 68HC12 operands.
761 (gen_save_result): Likewise.
762 (gen_interpreter_for_table): Handle 68HC11 and 68HC12 opcodes.
763 (cmp_opcode): New function for opcode comparision.
764 (prepare_table): Sort the opcodes.
765 (gen_interpreter): Prepare all the tables and generate either
766 a 68HC11 or a 68HC12 simulator.
767 (main): New options -m6811 and -m6812.
768
769 * m68hc11_sim.c (cpu_single_step): Use pointer to cpu interpretor.
770 (cpu_special): Simulation of some 68HC12 instructions.
771 (cpu_exg): New function.
772 (cpu_dbcc): Likewise.
773 (cpu_fetch_relbranch16): Likewise.
774 (cpu_push_all): Push according to 68HC11 or 68HC12.
775 (cpu_move16): Likewise.
776 (cpu_move8): Likewise.
777 (cpu_get_indexed_operand16): Likewise.
778 (cpu_get_indexed_operand8): Likewise.
779 (cpu_get_indexed_operand_addr): Likewise.
780 (cpu_set_reg, cpu_set_dst_reg, cpu_get_src_reg, cpu_get_reg): Likewise.
781 (cpu_reset): Setup INIT register according to architecture.
782
783 * sim-main.h (M6811_Special): Add 68HC12 specific instructions.
784 (_sim_cpu): Keep track of the cpu being simulated.
785 (cpu_get_tmp3, cpu_get_tmp2, cpu_set_tmp3, cpu_set_tmp2): New.
786 (cpu_m68hc11_push_uintxx): Rename of cpu_push_uintxx.
787 (cpu_m68hc11_pop_uint8): Likewise.
788 (cpu_m68hc12_push_uintxx): New functions for 68HC12.
789 (cpu_m68hc12_pop_uintxx): Likewise.
790 (cpu_exg, cpu_dbcc, cpu_move8, cpu_move16): Likewise,
791 (cpu_fetch_relbranch16): Likewise.
792 (cpu_interp_m6811): Rename of cpu_interp.
793 (cpu_interp_m6812): New function.
794 * interp.c (free_state): New function.
795 (dev_list_68hc12): New table.
796 (sim_board_reset): Reset depending on the cpu (HC11 or HC12).
797 (sim_hw_configure): New function.
798 (sim_prepare_for_program): New function.
799 (sim_open): Use above new functions.
800 (sim_close): Call free_state().
801 (sim_info): Print info according to cpu.
802 (sim_create_inferior): Use sim_prepare_for_program.
803 (sim_do_command): Configure the hardware after a change of the
804 architecture.
805
806 2001-05-20 Stephane Carrez <Stephane.Carrez@worldnet.fr>
807
808 * dv-m68hc11sio.c (m68hc11sio_tx_poll): Always check for
809 pending interrupts.
810 * interrupts.c (interrupts_process): Keep track of the last number
811 of masked insn cycles.
812 (interrupts_initialize): Clear last number of masked insn cycles.
813 (interrupts_info): Report them.
814 (interrupts_update_pending): Compute clear and set masks of
815 interrupts and clear the interrupt bits before setting them
816 (due to SCI interrupt sharing).
817 * interrupts.h (struct interrupts): New members last_mask_cycles
818 and xirq_last_mask_cycles.
819
820 2000-11-26 Stephane Carrez <Stephane.Carrez@worldnet.fr>
821
822 * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Use attach_size
823 instead of a hard-coded value.
824 (m68hc11cpu_io_write_buffer): Likewise.
825 (dv_m68hc11_descriptor): Define a 68hc12 device.
826 * dv-m68hc11eepr.c (dv_m68hc11eepr_descriptor): Likewise.
827 * dv-m68hc11tim.c (dv_m68hc11tim_descriptor): Likewise.
828 * dv-m68hc11spi.c (dv_m68hc11spi_descriptor): Likewise.
829 * dv-m68hc11sio.c (dv_m68hc11sio_descriptor): Likewise.
830
831 2000-11-22 Stephane Carrez <Stephane.Carrez@worldnet.fr>
832
833 * dv-m68hc11.c (attach_m68hc11_regs): Register a delete handler.
834 (m68hc11cpu_delete): Delete handler to detach the address space.
835
836 2000-11-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
837
838 * dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Use hw_malloc.
839 * dv-nvram.c (attach_nvram_regs): Use hw_free and hw_malloc
840 instead of free and malloc.
841
842 2000-09-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
843
844 * Makefile.in: Was missing from initial patch.
845
846 2000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
847
848 * interp.c (sim_store_register): Remove soft register hack.
849 (sim_fetch_register): Likewise.
850 (sim_create_inferior): Likewise.
851 * sim-main.h: Likewise.
852
853 2000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
854
855 * interrupts.c (interrupts_update_pending): Clear the mask of
856 pending interrupts here.
857 (interrupts_get_current): Don't clear the mask of pending interrupts.
858
859 2000-09-10 Stephane Carrez <Stephane.Carrez@worldnet.fr>
860
861 * sim-main.h: Define cycle_to_string.
862 * dv-m68hc11tim.c (cycle_to_string): New function to translate
863 the cpu cycle into some formatted time string.
864 (m68hc11tim_print_timer): Use it.
865 * dv-m68hc11sio.c (m68hc11sio_info): Use cycle_to_string.
866 * dv-m68hc11spi.c (m68hc11spi_info): Likewise.
867 * interrupts.c (interrupts_info): Likewise.
868 * m68hc11_sim.c (cpu_info): Likewise.
869
870 2000-09-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
871
872 * dv-m68hc11tim.c (m68hc11tim_timer_event): Compute the overflow
873 interrupt and compare events accurately. Take into account the
874 pending ticks not processed by the simulator yet (introduced a shift).
875 (m68hc11_port_event): Reset the timer interrupt delays.
876 (m68hc11tim_io_read_buffer): Be able to read several bytes.
877 (m68hc11tim_io_write_buffer): Likewise for write.
878 (m68hc11tim_io_write_buffer): Recompute the timer overflow interrupt.
879
880 2000-09-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
881
882 * dv-m68hc11spi.c (m68hc11spi_io_read_buffer): Clear the interrupts.
883 (m68hc11spi_io_write_buffer): Likewise and fix the spi frame.
884 (m68hc11spi_info): Clarify the status report
885 of the SPI when a byte is being sent.
886 (m68hc11spi_clock): Fix the spi send frame.
887
888 2000-08-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
889
890 * sim-main.h (m68hc11_map_level): Define level of address mappings.
891 * dv-m68hc11eepr.c (struct m68hc11eepr ): New flag to indicate
892 whether the eeprom is currently mapped or not.
893 (m68hc11eepr_port_event): Use the flag to see if we must unmap
894 or map the eeprom. Update the flag to reflect the current state.
895 Use M6811_EEPROM_LEVEL when mapping the eeprom.
896 (m68hc11eepr_finish): Remove overlap hack.
897 (attach_m68hc11eepr_regs): Use M6811_IO_LEVEL when mapping the
898 config and control registers.
899 * dv-m68hc11.c (m68hc11cpu_finish): Remove overlap hack.
900 (attach_m68hc11_regs): Use M6811_IO_LEVEL.
901 (m68hc11cpu_io_write): Likewise when unmapping and re-mapping.
902 * dv-m68hc11spi.c (m68hc11spi_finish): Likewise.
903 (attach_m68hc11spi_regs): Likewise.
904 * dv-m68hc11tim.c (m68hc11tim_finish): Likewise.
905 (attach_m68hc11tim_regs): Likewise.
906 * dv-m68hc11sio.c (m68hc11sio_finish): Likewise.
907 (attach_m68hc11sio_regs): Likewise.
908 * interp.c (sim_open): Likewise.
909 * dv-nvram.c (attach_nvram_regs): Likewise.
910
911 Thu Jul 27 21:27:25 2000 Andrew Cagney <cagney@b1.cygnus.com>
912
913 * configure, config.in: Regenerate.
914
915 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>
916
917 * Makefile.in (SIM_RUN_OBJS): Define to use nrun.c
918 * dv-m68hc11.c (m68hc11cpu_finish): Register detach address callback.
919 (dv_m6811_detach_address_callback): New function to detach a
920 device from an address space.
921 * dv-m68hc11eepr.c (m68hc11eepr_port_event): Initialize
922 config register according to --cpu-config option.
923 * sim-main.h (_sim_cpu): Add cpu_config member.
924 * interp.c (sim_open): Delete specific simulator options.
925 * m68hc11_sim.c (cpu_option_handler): New options
926 --emulos and -cpu-config <val> to configure the simulator.
927 (cpu_initialize): Initialize cpu_config member.
928
929 2000-06-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
930
931 * emulos.c: Fix indentation and comments.
932 * gencode.c: Likewise.
933 * dv-m68hc11tim.c (m68hc11tim_timer_event): Handle COMPARE_EVENT.
934 (m68hc11tim_io_write_buffer): Write compare registers and
935 setup compare event.
936 * interp.c: Remove unused global variables.
937 * interrupts.c (idefs): New compare interrupts.
938 Fix indentation and comments.
939 * interrupts.h: Likewise.
940
941 2000-06-18 Stephane Carrez <Stephane.Carrez@worldnet.fr>
942
943 * dv-m68hc11sio.c: Fix indentation and comments.
944 Remove INT_PORT.
945 * dv-m68hc11.c: Fix indentation and comments.
946 (m68hc11cpu_port_event): Move initialization of M6811_HPRIO from here.
947 * m68hc11_sim.c (cpu_reset): To here.
948 * dv-m68hc11eepr.c: Fix indentation and comments.
949
950 2000-06-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
951
952 * dv-nvram.c: New file, rename from dv-pram.c.
953 * dv-pram.c: Delete file.
954 * sim-main.h: Incorporate m68hc11_sim.h.
955 * m68hc11_sim.h: Delete file.
956 * configure.in: Rename pram into nvram.
957 * interp.c (sim_open): Likewise in creation of device tree.
958
959 2000-05-31 Stephane Carrez <Stephane.Carrez@worldnet.fr>
960
961 * interp.c (sim_open): Create the SPI device.
962 * dv-m68hc11spi.c: New file for SPI device simulation.
963 * configure.in (hw_extra_devices): Add SPI device.
964
965 2000-05-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
966
967 * interrupts.c (interrupts_initialize): Clear XIRQ accounting.
968 (interrupts_process): Separate IRQ and XIRQ accounting.
969 (interrupts_info): Report XIRQ accounting.
970 * interrupts.h (struct interrupts): Added accounting for XIRQ.
971
972 2000-04-16 Stephane Carrez <stcarrez@worldnet.fr>
973
974 * dv-pram.c (attach_pram_regs): Fix the 'save-modified' mode.
975 * m68hc11_sim.h (_sim_cpu): Allow configuration of cpu mode.
976 * dv-m68hc11.c (attach_m68hc11_regs): Get the cpu MODA,MODB
977 configuration from the 'mode' device tree property.
978 (m68hc11cpu_port_event): Reset M6811_HPRIO to the cpu MODA, MODB
979 configuration.
980
981 2000-02-24 Stephane Carrez <stcarrez@worldnet.fr>
982
983 * sim-main.h: Remove WITH_TARGET_* defines.
984 * Makefile.in (SIM_EXTRA_CFLAGS): Specify the WITH_TARGET_* flags.
985
986 2000-02-08 Stephane Carrez <stcarrez@worldnet.fr>
987
988 * dv-m68hc11sio.c (m68hc11sio_port_event): Setup the SCI to
989 1200 baud when cpu is in bootstrap mode.
990
991 * dv-m68hc11tim.c (m68hc11tim_io_write_buffer): Be able to
992 write in the TCTN timer register.
993
994 * dv-m68hc11sio.c (m68hc11sio_io_write_buffer): Divide cpu clock
995 by 4 to obtain the E clock frequency.
996 (sccr2_desc): Use M6811_TIE for TIE bit.
997 (m68hc11sio_info): Fix baud rate report.
998
999 * dv-m68hc11tim.c (to_realtime): Likewise.
1000
1001 * interp.c (sim_open): When building device tree, only provide
1002 devices that do not exist yet.
1003
1004 * emulos.c: Fix compilation pb under Windows.
1005
1006 * dv-m68hc11.c (attach_m68hc11_regs): Get the clock frequency
1007 from the 'clock' property.
1008
1009 2000-01-02 Stephane Carrez <stcarrez@worldnet.fr>
1010
1011 * m68hc11_sim.h (*_REGNUM): Define.
1012 (_sim_cpu): New member cpu_page0_reg table.
1013 * interp.c (sim_create_inferior): Fill the cpu_page0_reg table with
1014 addresses of soft registers in .page0.
1015 (sim_fetch_register, sim_store_register): Use cpu_page0_reg table
1016 to get/set soft registers.
1017
1018 1999-12-31 Stephane Carrez <stcarrez@worldnet.fr>
1019
1020 * dv-m68hc11.c (m68hc11cpu_io_write_buffer): Clear byte to avoid
1021 returning random values.
1022
1023 1999-12-17 Stephane Carrez <stcarrez@worldnet.fr>
1024
1025 * gencode.c: Fix "subb N,x" that used a instead of b.
1026
1027 1999-09-09 Stephane Carrez <stcarrez@worldnet.fr>
1028
1029 * gencode.c: Fixed sbc8 and adc8 when there was a initial carry.
1030
1031 1999-09-01 Stephane Carrez <stcarrez@worldnet.fr>
1032
1033 * sim-main.h (SIM_HANDLES_LMA): Define to enable loading using lma.
1034
1035 1999-08-14 Stephane Carrez <stcarrez@worldnet.fr>
1036
1037 * dv-m68hc11.c (attach_m68hc11_regs): Save the size of the
1038 register region in the m68hc11cpu struct.
1039 (m68hc11cpu_io_write): When the IO mapping addres changes,
1040 detach the register region and re-attach it at the new address.
1041 (m68hc11cpu_io_read_buffer): Renamed base_address into
1042 attach_address.
1043 (m68hc11cpu_io_write_buffer): Likewise. Pass the hw pointer
1044 to m68hc11cpu_io_write.
1045
1046 1999-08-13 Stephane Carrez <stcarrez@worldnet.fr>
1047
1048 * gencode.c: For sbc8, check the carry and increment the source
1049 before trying to set the carry for the result.
1050
1051 1999-05-24 John S. Kallal <kallal@voicenet.com>
1052
1053 * interp.c (sim_get_info): Don't crash if the command line is 0.
1054 Define prototype for sim_get_info() and init_system().
1055 (sim_info): Correct call to sim_get_info().
1056
1057 1999-05-16 Stephane Carrez <stcarrez@worldnet.fr>
1058
1059 * configure.in: Recognize m6811-*-*.
1060 * configure: Regenerate.
1061 * m68hc11_sim.h (cpu_ccr_update_add8, cpu_ccr_update_add16,
1062 cpu_ccr_update_sub8, cpu_ccr_update_sub16):
1063 Correct the computation of carry of 8 and 16-bits add and subtract.
1064 * gencode.c: Use cpu_ccr_update_sub8 for subtraction (carry and
1065 overflow set in a different manner than add).
1066
1067 1999-05-14 Stephane Carrez <stcarrez@worldnet.fr>
1068
1069 * dv-m68hc11.c (dv_m6811_attach_address_callback): Removed a
1070 trace message.
1071 * interp.c (sim_open, sim_create_inferior): Initialize the
1072 cpu_elf_start from the ELF header.
1073 * m68hc11_sim.c (cpu_initialize): Clear the new data members.
1074 (cpu_restart): Use cpu_elf_start as the starting address when
1075 the flag is set.
1076 (cpu_special): When cpu_use_elf_start is set, the WAI instruction
1077 exits the simulator (exit status is in D).
1078 * m68hc11_sim.h (_sim_cpu): Added members cpu_use_elf_start and
1079 cpu_elf_star to start execution at address specified in ELF file.
1080
1081 1999-05-02 Stephane Carrez <stcarrez@worldnet.fr>
1082
1083 * Makefile.in, config.in, configure, configure.in: New files.
1084 * gencode.c: New file, generation of 68HC11 interpreter.
1085 * m68hc11_sim.h, m68hc11_sim.c: New files, specific operations
1086 for interpreter.
1087 * interrupts.c, interrupts.h: New files, management of interrupts.
1088 * interp.c, sim-main.h,
1089 * dv-m68hc11.c, dv-m68hc11eepr.c, dv-m68hc11sio.c,
1090 dv-m68hc11tim.c, dv-pram.c: New files representing devices for
1091 68HC11 (dv-pram.c is generic and could probably migrate to common).
1092 * emulos.c: New file, basic emulation of some os.