* configure: Regenerate for ../common/aclocal.m4 update.
[deliverable/binutils-gdb.git] / sim / m68hc11 / ChangeLog
index 03f491f5b1ca3dbd6994eb2fd0b92a605b302ef5..dc797b29c80b97ba26798d23a56b59a18233ae0e 100644 (file)
@@ -1,3 +1,108 @@
+2004-12-08  Hans-Peter Nilsson  <hp@axis.com>
+
+       * configure: Regenerate for ../common/aclocal.m4 update.
+
+2004-06-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * interp.c (sim_prepare_for_program): Use bfd_get_section_size
+       instead of bfd_get_section_size_before_reloc.
+
+2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * dv-m68hc11tim.c (cycle_to_string): Add flags parameter to better
+       control the translation.
+       (m68hc11tim_print_timer): Update cycle_to_string conversion.
+       (m68hc11tim_timer_event): Fix handling of output
+       compare register with its interrupts.
+       (m68hc11tim_io_write_buffer): Check output compare
+       after setting M6811_TMSK1.
+       (m68hc11tim_io_read_buffer): Fix compilation warning.
+       * dv-m68hc11.c (m68hc11_option_handler): Likewise.
+       * dv-m68hc11spi.c (m68hc11spi_info): Likewise.
+       * dv-m68hc11sio.c (m68hc11sio_info): Likewise.
+       * interrupts.c (interrupts_info): Likewise.
+       (interrupts_reset): Recognize bootstrap mode.
+       * sim-main.h (PRINT_CYCLE, PRINT_TIME): New defines.
+       (_sim_cpu): Add cpu_start_mode.
+       (cycle_to_string): Add flags member.
+       * m68hc11_sim.c (OPTION_CPU_BOOTSTRAP): New option.
+       (cpu_options): Declare new option bootstrap.
+       (cpu_option_handler): Handle it.
+       (cpu_info): Update call to cycle_to_string.
+
+2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * sim-main.h (phys_to_virt): Use memory bank parameters to translate
+       the physical address in virtual address.
+       (struct _sim_cpu): Add memory bank members.
+       * m68hc11_sim.c (cpu_initialize): Clear memory bank parameters.
+       * interp.c (sim_hw_configure): Create memory bank according to memory
+       bank parameters.
+       (sim_get_bank_parameters): New function to obtain memory bank config
+       from the symbol table.
+       (sim_prepare_for_program): Call it to obtain the memory bank parameters.
+       (sim_open): Call sim_prepare_for_program.
+       * dv-m68hc11.c (m68hc11cpu_io_write_buffer): Use memory bank parameters
+       to check if address is within bank window.
+       (m68hc11cpu_io_read_buffer): Likewise.
+       (attach_m68hc11_regs): Map the memory bank according to memory bank
+       parameters.
+
+2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>,
+
+       * sim-main.h (PAGE_REGNUM, Z_REGNUM): Use same numbering as gdb.
+
+2003-08-08  Stephane Carrez  <stcarrez@nerim.fr>,
+           Gary Piercey <gpiercey@northstar-technical.com>
+
+       * m68hc11_sim.c (print_io_word): New function to print 16-bit value.
+       * sim-main.h (print_io_word): Declare.
+       * dv-m68hc11tim.c (tmsk1_desc): New description table for TMSK1.
+       (tflg1_desc): Likewise for TFLG1.
+       (m68hc11tim_info): Print input and output compare registers
+
+2003-03-02  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * Makefile.in (SIM_EXTRA_CFLAGS): Set WITH_TARGET_ADDRESS_BITSIZE
+       to 32 to support memory bank switching; temporarily use 32-bit for
+       WORD_BITSIZE to avoid a bug in sim-common.
+
+2003-03-01  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * interp.c (sim_fetch_register): Only store a single byte for
+       1 byte registers.
+
+2003-02-27  Andrew Cagney  <cagney@redhat.com>
+
+       * interp.c (sim_prepare_for_program, sim_open)
+       (sim_create_inferior): Rename _bfd to bfd.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * dv-m68hc11eepr.c (struct m68hc11eepr ): Use const char* for filename.
+
+2002-08-13  Marko Kohtala  <marko.kohtala@luukku.com>
+
+       * interp.c (sim_prepare_for_program): Look up the image for the 
+       reset vector and set cpu_use_elf_start to 1 if not found.
+       (sim_open): Do not set cpu_use_elf_start.
+
+2002-08-13  Marko Kohtala  <marko.kohtala@luukku.com>
+
+       * interp.c (sim_hw_configure): Return 1 for success.
+       (sim_prepare_for_program): Use the sim_hw_configure exit code to
+       return SIM_RC_FAIL.
+
+2002-08-13  Stephane Carrez  <stcarrez@nerim.fr>
+
+       * dv-m68hc11.c (m68hc11cpu_io_read_buffer): Translate memory
+       bank window to some virtual address to read from extended memory.
+       (m68hc11cpu_io_write_buffer): Likewise for writing.
+       (attach_m68hc11_regs): When use_bank property is defined, attach
+       to the 68HC12 16K memory bank window.
+       * interp.c (sim_hw_configure): Create memory region for banked
+       memory.
+
 2002-08-13  Stephane Carrez  <Stephane.Carrez@nerim.fr>
 
        * interp.c (sim_hw_configure): Connect port-X to cpu-write-port.
This page took 0.023331 seconds and 4 git commands to generate.