diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-15 16:57:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-15 16:57:07 +0000 |
commit | 29b52f93068556f922217330b6ab6e91c89372fc (patch) | |
tree | 6d2999cfac8ab8e0dd43462776819492fff4526d /sim/h8300 | |
parent | bf151ce78e9f6896db461921f691391457942a58 (diff) | |
download | gdb-29b52f93068556f922217330b6ab6e91c89372fc.zip gdb-29b52f93068556f922217330b6ab6e91c89372fc.tar.gz gdb-29b52f93068556f922217330b6ab6e91c89372fc.tar.bz2 |
Move an entry that belong to sim/h8300/ChangeLog.
Diffstat (limited to 'sim/h8300')
-rw-r--r-- | sim/h8300/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 3bd23ec..4d9f33c 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,18 @@ +2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com> + + * compile.c (h8300_normal_mode): New. + (SP): Handle normal mode. + (bitfrom): Use normal mode flag to return suitable value. + (lvalue): Use normal mode flag to return command line location. + (decode): Decode instruction correctly for normal mode. + (init_pointers): Initialise memory correctly for normal mode. + (sim_resume): Handle cases for normal mode using h8300_normal_mode + flag. + (sim_store_register): Handle 2 byte PC for normal mode. + (sim_fetch_register): Handle 2 byte PC for normal mode. + (set_h8300h): Set normal mode flag as per architechture. + (sim_load): Allocate 64K for normal mode instead of bigger memory. + 2003-07-18 Michael Snyder <msnyder@redhat.com> * compile.c (decode): Enhancements for mova. |