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