diff options
author | Anthony Green <green@moxielogic.com> | 2014-12-27 18:19:49 -0500 |
---|---|---|
committer | Anthony Green <green@moxielogic.com> | 2014-12-27 18:19:49 -0500 |
commit | 507411ccab1206edb32395059f7f8c5ad41917e1 (patch) | |
tree | 0da85e5f6693a7ab1dc34ce0e0fce905f9bcca96 /sim/moxie/ChangeLog | |
parent | bffb60047d90919d8c3a11db9ae7e9f45553a657 (diff) | |
download | gdb-507411ccab1206edb32395059f7f8c5ad41917e1.zip gdb-507411ccab1206edb32395059f7f8c5ad41917e1.tar.gz gdb-507411ccab1206edb32395059f7f8c5ad41917e1.tar.bz2 |
Update sto/ldo implementations with 16 bit offsets
Diffstat (limited to 'sim/moxie/ChangeLog')
-rw-r--r-- | sim/moxie/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index 7dd276d..9de956b 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,9 @@ +2014-12-27 Anthony Green <green@moxielogic.com> + + * interp.c (EXTRACT_OFFSET): Define. + (sim_resume): ldo/sto instructions now use 16 bit offset instead + of 32. Also swap mul.x/umul.x opcodes (reversed by mistake). + 2014-12-25 Anthony Green <green@moxielogic.com> * interp.c (sim_resume): Whitespace changes to align with GDB |