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/config/h8300 | |
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/config/h8300')
-rw-r--r-- | gdb/config/h8300/tm-h8300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index 5d1aaa7..807d7c0 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -26,6 +26,7 @@ GDB_TARGET_IS_H8300 in remote-e7000.c */ extern int h8300hmode; extern int h8300smode; +extern int h8300_normal_mode; /* 1 - Normal Mode , 0 - Advanced mode */ extern int h8300sxmode; #define GDB_TARGET_IS_H8300 |