diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-17 06:55:49 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-17 06:55:49 +0000 |
commit | ab3b81262e3164b572fc8eada737809cc09c92f8 (patch) | |
tree | bcbf9e97456e4a2027abc994d084308a8e0d19a4 /gdb/sh3-rom.c | |
parent | fae1e84fb6a12166f777eb05bb599acbfefc23cc (diff) | |
download | gdb-ab3b81262e3164b572fc8eada737809cc09c92f8.zip gdb-ab3b81262e3164b572fc8eada737809cc09c92f8.tar.gz gdb-ab3b81262e3164b572fc8eada737809cc09c92f8.tar.bz2 |
* Makefile.in (sh_tdep_h): Define and use.
* config/sh/tm-sh.h (sh_osabi, sh_abi, gdbarch_tdep,
register enum): Move to...
* * sh-tdep.h: ...here.
* sh-tdep.c: Include sh-tdep.h.
* sh3-rom.c: Likewise.
* shnbsd-tdep.c: Likewise.
Diffstat (limited to 'gdb/sh3-rom.c')
-rw-r--r-- | gdb/sh3-rom.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/sh3-rom.c b/gdb/sh3-rom.c index 2b07bd8..f450ac9 100644 --- a/gdb/sh3-rom.c +++ b/gdb/sh3-rom.c @@ -28,6 +28,8 @@ #include "arch-utils.h" #include "regcache.h" +#include "sh-tdep.h" + static struct serial *parallel; static int parallel_in_use; |