diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-08-13 08:44:24 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-08-13 22:54:05 -0700 |
commit | 6f64fd48c500baf7792c7995d853a4383c5f2ba0 (patch) | |
tree | 4164c394db89c2de532d33f1ea281eea9c75054c /sim/m68hc11/ChangeLog | |
parent | 527aaa4a3143afedd8dd85aa70862328a9dbe627 (diff) | |
download | gdb-6f64fd48c500baf7792c7995d853a4383c5f2ba0.zip gdb-6f64fd48c500baf7792c7995d853a4383c5f2ba0.tar.gz gdb-6f64fd48c500baf7792c7995d853a4383c5f2ba0.tar.bz2 |
sim: m68hc11: standardize sim_cpu naming
We use "sim_cpu *cpu" in the sim code base, not "struct _sim_cpu" or
the name "proc", so clean up this sim to follow along.
Diffstat (limited to 'sim/m68hc11/ChangeLog')
-rw-r--r-- | sim/m68hc11/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog index 7fcb535..e7619d3 100644 --- a/sim/m68hc11/ChangeLog +++ b/sim/m68hc11/ChangeLog @@ -1,5 +1,24 @@ 2016-08-13 Mike Frysinger <vapier@gentoo.org> + * dv-m68hc11.c (m68hc11cpu_port_event): Adjust cpu prototype style. + * dv-m68hc11spi.c (m68hc11spi_port_event): Likewise. + * dv-m68hc11tim.c (m68hc11tim_print_timer): Likewise. + * emulos.c (emul_bench): Likewise. + (emul_write): Likewise. Also rename state to cpu. + (emul_os): Rename proc to cpu. + * gencode.c: Rename proc to cpu. + * interrupts.c (interrupts_initialize): Likewise. + * interrupts.h (interrupts): Adjust cpu type. + (interrupts_initialize): Likewise. + * m68hc11_sim.c (cpu_get_reg): Adjust cpu prototype style. + (cpu_get_src_reg, cpu_set_dst_reg, cpu_set_reg, + cpu_get_indexed_operand_addr, cpu_get_indexed_operand8, + cpu_get_indexed_operand16, cpu_dbcc, cpu_exg): Likewise. + (cpu_ccr_update_tst8): Rename proc to cpu. + * sim-main.h: Rename PROC and proc to cpu. + +2016-08-13 Mike Frysinger <vapier@gentoo.org> + * dv-m68hc11eepr.c (attach_m68hc11eepr_regs): Drop cast with return value of hw_malloc. * dv-m68hc11sio.c (m68hc11sio_rx_poll): Mark static. |