aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-03-07 19:06:34 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-03-07 19:06:34 +0000
commit5abb9efa086f5bd9eeacf3911d0b528cc522b870 (patch)
treed081c24a425d30f89832fc8eee6c70431728a0a9 /sim/m68hc11/ChangeLog
parent261289656f5d50f63fb39e917569b6a00ecf438d (diff)
downloadgdb-5abb9efa086f5bd9eeacf3911d0b528cc522b870.zip
gdb-5abb9efa086f5bd9eeacf3911d0b528cc522b870.tar.gz
gdb-5abb9efa086f5bd9eeacf3911d0b528cc522b870.tar.bz2
* sim-main.h (cpu_frame, cpu_frame_list): Remove.
(cpu_frame_reg, cpu_print_frame): Remove. (cpu_m68hc11_push_uint8, cpu_m68hc11_pop_uint8): Cleanup. (cpu_m68hc11_push_uint16, cpu_m68hc11_pop_uint16): Likewise. (cpu_m68hc12_push_uint8, cpu_m68hc12_push_uint16): Likewise. (cpu_m68hc12_pop_uint8, cpu_m68hc12_pop_uint16): Likewise. * m68hc11_sim.c (cpu_find_frame): Remove. (cpu_create_frame_list): Remove. (cpu_remove_frame_list, cpu_create_frame, cpu_free_frame): Remove. (cpu_frame_reg, cpu_print_frame, cpu_update_frame): Remove. (cpu_call): Cleanup to remove #if HAVE_FRAME and calls to the above. (cpu_update_frame): Likewise. (cpu_return): Likewise. (cpu_reset): Likewise. (cpu_initialize): Likewise. * interp.c (sim_do_command): Remove call to cpu_print_frame.
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r--sim/m68hc11/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index f0ab92c..7c2f7a1 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,5 +1,24 @@
2002-03-07 Stephane Carrez <Stephane.Carrez@worldnet.fr>
+ * sim-main.h (cpu_frame, cpu_frame_list): Remove.
+ (cpu_frame_reg, cpu_print_frame): Remove.
+ (cpu_m68hc11_push_uint8, cpu_m68hc11_pop_uint8): Cleanup.
+ (cpu_m68hc11_push_uint16, cpu_m68hc11_pop_uint16): Likewise.
+ (cpu_m68hc12_push_uint8, cpu_m68hc12_push_uint16): Likewise.
+ (cpu_m68hc12_pop_uint8, cpu_m68hc12_pop_uint16): Likewise.
+ * m68hc11_sim.c (cpu_find_frame): Remove.
+ (cpu_create_frame_list): Remove.
+ (cpu_remove_frame_list, cpu_create_frame, cpu_free_frame): Remove.
+ (cpu_frame_reg, cpu_print_frame, cpu_update_frame): Remove.
+ (cpu_call): Cleanup to remove #if HAVE_FRAME and calls to the above.
+ (cpu_update_frame): Likewise.
+ (cpu_return): Likewise.
+ (cpu_reset): Likewise.
+ (cpu_initialize): Likewise.
+ * interp.c (sim_do_command): Remove call to cpu_print_frame.
+
+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.