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