diff options
author | Shrinivas Atre <shrinivasa@kpitcummins.com> | 2003-10-17 12:43:05 +0000 |
---|---|---|
committer | Shrinivas Atre <shrinivasa@kpitcummins.com> | 2003-10-17 12:43:05 +0000 |
commit | c98a2b49aca1282e0a097e6f42eb94df895151ce (patch) | |
tree | a2e25909e914bdeee894ab97f8a6cb0b1cc6421e /gdb/ChangeLog | |
parent | 3675967994ae4211d7dc829f3da82a41b4ab7ff9 (diff) | |
download | gdb-c98a2b49aca1282e0a097e6f42eb94df895151ce.zip gdb-c98a2b49aca1282e0a097e6f42eb94df895151ce.tar.gz gdb-c98a2b49aca1282e0a097e6f42eb94df895151ce.tar.bz2 |
2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
* gdb/config/h8300/tm-h8300.h : Addition of extern variable h8300_normal_mode
* gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode
(h8300_examine_prologue): Use h8300_normal_mode flag
(h8300_gdbarch_init): Set architecture info for normal mode
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7286be8..c69001b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com> + * gdb/config/h8300/tm-h8300.h : Addition of extern variable h8300_normal_mode + * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode + (h8300_examine_prologue): Use h8300_normal_mode flag + (h8300_gdbarch_init): Set architecture info for normal mode + 2003-10-16 Daniel Jacobowitz <drow@mvista.com> * remote.c (remote_protocol_vcont): New variable. |