diff options
author | Anthony Green <green@redhat.com> | 2009-06-11 11:36:14 +0000 |
---|---|---|
committer | Anthony Green <green@redhat.com> | 2009-06-11 11:36:14 +0000 |
commit | 865662004136ecc8f9f45c41fcd20bd9a3573bbf (patch) | |
tree | b7b65387df742f3e26732215035c630a05598b2e /sim/moxie/ChangeLog | |
parent | f865a31d1ed571ccb8d17653b150e3a30f22b30d (diff) | |
download | gdb-865662004136ecc8f9f45c41fcd20bd9a3573bbf.zip gdb-865662004136ecc8f9f45c41fcd20bd9a3573bbf.tar.gz gdb-865662004136ecc8f9f45c41fcd20bd9a3573bbf.tar.bz2 |
Add PC-relative branch support to moxie sim.
Diffstat (limited to 'sim/moxie/ChangeLog')
-rw-r--r-- | sim/moxie/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index c528de3..eacfeb98 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,8 @@ +2009-06-11 Anthony Green <green@moxielogic.com> + + * interp.c (INST2OFFSET): Define. + (sim_resume): Support new PC relative branch instructions. + 2009-05-09 Anthony Green <green@moxielogic.com> * interp.c (sim_resume): Add missing breaks in switch. |