* interrupts.c (interrupts_reset): New function, setup interrupt
[deliverable/binutils-gdb.git] / sim / m68hc11 / ChangeLog
index 04e0fb667f5f839077df87e0a13945eca59e2408..f0ab92cca8214f076320d78b31b399cb6fe3e344 100644 (file)
@@ -1,3 +1,42 @@
+2002-03-07  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * interrupts.c (interrupts_reset): New function, setup interrupt
+       vector address according to cpu mode.
+       (interrupts_initialize): Move reset portion to the above.
+       (interrupt_names): New table to give a name to interrupts.
+       (idefs): Handle pulse accumulator interrupts.
+       (interrupts_info): Print the interrupt history.
+       (interrupt_option_handler): New function.
+       (interrupt_options): New table of options.
+       (interrupts_update_pending): Keep track of when interrupts are
+       raised and implement breakpoint-on-raise-interrupt.
+       (interrupts_process): Keep track of when interrupts are taken
+       and implement breakpoint-on-interrupt.
+       * interrupts.h (struct interrupt_history): Define.
+       (struct interrupt): Keep track of the interrupt history.
+       (interrupts_reset): Declare.
+       (interrupts_initialize): Update prototype.
+       * m68hc11_sim.c (cpu_reset): Reset interrupts.
+       (cpu_initialize): Cleanup.
+
+2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * dv-m68hc11eepr.c (m68hc11eepr_info): Fix print of current write
+       address.
+       (m68hc11eepr_port_event): Fix detach/attach logic.
+
+2001-07-22  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
+
+       * Makefile.in (SIM_OBJS): Remove sim-resume.o
+       * interp.c (sim_resume): New function from sim-resume.c, install
+       the stepping event after having processed the pending ticks.
+       (has_stepped): Likewise.
+       (sim_info): Produce an output only if verbose or STATE_VERBOSE_P.
+
+2001-07-10  Andrew Cagney  <ac131313@redhat.com>
+
+       * Makefile.in (gencode): Provide explicit path to gencode.c.
+
 2001-05-20  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
 
        * Makefile.in (M68HC11_OBJS): Add m68hc12int.o.
This page took 0.023634 seconds and 4 git commands to generate.