diff options
author | Steve Chamberlain <sac@cygnus> | 1994-02-05 01:07:48 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-02-05 01:07:48 +0000 |
commit | 6adfba803c6aee9ed765b4b3c1d07497c9719424 (patch) | |
tree | 86f2c587a17f96a1954ee7029c2d7f600094f89e /gdb | |
parent | 678ee700bce5bdbd94510f42dd5c6a4b747b0fd9 (diff) | |
download | fsf-binutils-gdb-6adfba803c6aee9ed765b4b3c1d07497c9719424.zip fsf-binutils-gdb-6adfba803c6aee9ed765b4b3c1d07497c9719424.tar.gz fsf-binutils-gdb-6adfba803c6aee9ed765b4b3c1d07497c9719424.tar.bz2 |
REGISTER_TYPE is obsolete.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/config/h8300/tm-h8300.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/h8300/tm-h8300.h b/gdb/config/h8300/tm-h8300.h index d251d37..b62a931 100644 --- a/gdb/config/h8300/tm-h8300.h +++ b/gdb/config/h8300/tm-h8300.h @@ -97,7 +97,6 @@ extern CORE_ADDR h8300_skip_prologue (); /* Say how long registers are. */ -#define REGISTER_TYPE unsigned short #define REGISTER_SIZE 4 #define NUM_REGS 13 |