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 | ca2fe352d5b4bac3ed04de7914c798a70705f0b3 (patch) | |
tree | 2fcb595578333e032d134698d9d05a0205a88b58 /gdb/sh3-rom.c | |
parent | 41f44e1934d276655ee2cf8dcb77521c5af10d80 (diff) | |
download | gdb-ca2fe352d5b4bac3ed04de7914c798a70705f0b3.tar.gz |
* 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 2b07bd83c81..f450ac9d5fc 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; |