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