diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-21 21:12:59 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-22 00:53:23 -0500 |
commit | 807eaf04cb4ba3c1e5529069ac78af6d9969a5b0 (patch) | |
tree | 1b5dd027f61901b45d14d99acc358af8dab6b159 /sim/avr/ChangeLog | |
parent | 6cc98856315993e8723fc2c6a2baabd8dc7fd360 (diff) | |
download | gdb-807eaf04cb4ba3c1e5529069ac78af6d9969a5b0.zip gdb-807eaf04cb4ba3c1e5529069ac78af6d9969a5b0.tar.gz gdb-807eaf04cb4ba3c1e5529069ac78af6d9969a5b0.tar.bz2 |
sim: avr: switch to common sim-reg
This is not entirely useful as avr doesn't (yet) store its register
state in the cpu state, but it does allow for switching to the common
code for these functions.
Diffstat (limited to 'sim/avr/ChangeLog')
-rw-r--r-- | sim/avr/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/avr/ChangeLog b/sim/avr/ChangeLog index 0f52474..410caca 100644 --- a/sim/avr/ChangeLog +++ b/sim/avr/ChangeLog @@ -1,3 +1,11 @@ +2015-11-21 Mike Frysinger <vapier@gentoo.org> + + * interp.c (sim_store_register): Rename to ... + (avr_reg_store): ... this. Adjust signature. + (sim_fetch_register): Rename to ... + (avr_reg_fetch): ... this. Adjust signature. + (sim_open): Call CPU_REG_FETCH and CPU_REG_STORE. + 2015-11-15 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_OBJS): Delete sim-reason.o and sim-stop.o. |