sim: convert to bfd_endian
[deliverable/binutils-gdb.git] / sim / h8300 / ChangeLog
index 67d3c667a6621eb579f53c066cbbfca5ee4ffa10..2327bb48644fc0c60e053059cd928f6d2f3e2968 100644 (file)
@@ -1,3 +1,48 @@
+2016-01-02  Mike Frysinger  <vapier@gentoo.org>
+
+       * configure.ac (SIM_AC_OPTION_ENDIAN): Change BIG_ENDIAN to BIG.
+       * configure: Regenerate.
+
+2015-12-30  Mike Frysinger  <vapier@gentoo.org>
+
+       * compile.c (sim_state_initialize): Delete.
+       (sim_open): Replace sim_state_initialize call with SBR_REGNUM
+       assignment.
+
+2015-12-30  Mike Frysinger  <vapier@gentoo.org>
+
+       * compile.c (h8300_reg_store): Delete sd.  Change init_pointers to
+       use CPU_STATE (cpu).  Change h8_set_pc to cpu->pc.  Return -1 and
+       drop the printf if the default case.  Change all the set func calls
+       to use cpu->regs[rn] instead.
+       (h8300_reg_store): Delete sd.  Change init_pointers to
+       use CPU_STATE (cpu).  Change h8_get_pc to cpu->pc.  Return -1 and
+       drop the printf if the default case.  Change all the get func calls
+       to use cpu->regs[rn] instead.  Add ZERO_REGNUM case.  Return 2 and
+       4 instead of -1 at the end.
+
+2015-12-30  Mike Frysinger  <vapier@gentoo.org>
+
+       * compile.c (lvalue): Change sim_engine_set_run_state calls to
+       sim_engine_halt.  Declare local cpu.
+       (fetch_1): Likewise.
+       (store_1): Likewise.
+       (sim_resume): Rename to ...
+       (step_once): ... this.  Declare init1, poll_count, reason, and
+       sigrc variables.  Delete step checking.  Change
+       sim_engine_set_run_state calls to sim_engine_halt.  Delete poll
+       logic.  Change while(1) loop to while(0).
+       (sim_engine_run): New function.
+       * Makefile.in (SIM_OBJS): Add sim-resume.o.
+
+2015-12-30  Mike Frysinger  <vapier@gentoo.org>
+
+       * compile.c (sim_open): Delete current_alignment and
+       current_target_byte_order assignments.
+       * configure.ac: Call SIM_AC_OPTION_ENDIAN and
+       SIM_AC_OPTION_ALIGNMENT.
+       * configure: Regenerate.
+
 2015-12-30  Mike Frysinger  <vapier@gentoo.org>
 
        * wrapper.c (sim_store_register): Rename to ...
This page took 0.022815 seconds and 4 git commands to generate.