diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 06:03:31 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-12-30 06:05:02 -0500 |
commit | cec99e6b2c28d3d32d770ad645c4b0c26f2e1685 (patch) | |
tree | eb99cb07f6d3ab9ffebc66e20c97ce591c8b8bff /sim/h8300/ChangeLog | |
parent | 2a2757ac7e849aa35fc519ddfcc8688a46b60448 (diff) | |
download | gdb-cec99e6b2c28d3d32d770ad645c4b0c26f2e1685.zip gdb-cec99e6b2c28d3d32d770ad645c4b0c26f2e1685.tar.gz gdb-cec99e6b2c28d3d32d770ad645c4b0c26f2e1685.tar.bz2 |
sim: h8300: inline sim_state_initialize
All the state is handled already by the common cpu allocation which
zeros out the entire state.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 834fcec..7d87d1f 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,5 +1,11 @@ 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 |