summaryrefslogtreecommitdiff
path: root/gdb/sparcnbsd-nat.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-07-07 15:56:08 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-07-07 15:56:08 +0000
commit279ba9a87eda16ae949634589826ad0d553deb7b (patch)
tree2820e76497cd3c7ec96aca4fbaa2ddcc9a2053ca /gdb/sparcnbsd-nat.c
parentc7237be5c7feb04644240b88c4618447d0288eea (diff)
downloadgdb-279ba9a87eda16ae949634589826ad0d553deb7b.tar.gz
* Makefile.in (sparc_tdep_h): New.
(sparc-linux-nat.o, sparc-nat.o, sparc-tdep.o, sparc64nbsd-nat.o) (sparcnbsd-nat.o, sparcnbsd-tdep.o): Depend on $(sparc_tdep_h). * sparc-linux-nat.c: Include "sparc-tdep.h". * sparc-nat.c: Likewise. * sparc-tdep.c: Likewise. * sparc64nbsd-nat.c: Likewise. * sparcnbsd-nat.c: Likewise. * sparcnbsd-tdep.c: Likewise. * sparc-tdep.h: New file. * config/sparc/tm-sparc.h: Remove prototypes for sparc_y_regnum and sparc_npc_regnum.
Diffstat (limited to 'gdb/sparcnbsd-nat.c')
-rw-r--r--gdb/sparcnbsd-nat.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/sparcnbsd-nat.c b/gdb/sparcnbsd-nat.c
index ce5d44dc6b4..f63d9e5ace0 100644
--- a/gdb/sparcnbsd-nat.c
+++ b/gdb/sparcnbsd-nat.c
@@ -1,5 +1,5 @@
/* Native-dependent code for SPARC systems running NetBSD.
- Copyright 2002 Free Software Foundation, Inc.
+ Copyright 2002, 2003 Free Software Foundation, Inc.
Contributed by Wasabi Systems, Inc.
This file is part of GDB.
@@ -23,6 +23,7 @@
#include "inferior.h"
#include "regcache.h"
+#include "sparc-tdep.h"
#include "sparcnbsd-tdep.h"
#include <sys/types.h>