summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan J. Williams <nathanw@wasabisystems.com>2004-03-21 22:34:12 +0000
committerNathan J. Williams <nathanw@wasabisystems.com>2004-03-21 22:34:12 +0000
commit77371d57c0520009e69692eeeef100f0d3d1d505 (patch)
treef3973b1496cb886a60dbac5092e4c395e19be147
parent3d0e5d44322383b9989cbaaa8c8f644ffeffbbd3 (diff)
downloadgdb-77371d57c0520009e69692eeeef100f0d3d1d505.tar.gz
2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
* mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h". * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/Makefile.in2
-rw-r--r--gdb/mipsnbsd-tdep.c3
3 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6bbe41593dd..07f8d561491 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
+
+ * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
+ * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
+
2004-03-21 Andrew Cagney <cagney@redhat.com>
* frame-unwind.h: Update copyright.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index fd04d0c3030..95f72d5c59f 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2055,7 +2055,7 @@ mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \
$(mipsnbsd_tdep_h)
mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
$(target_h) $(value_h) $(osabi_h) $(nbsd_tdep_h) $(mipsnbsd_tdep_h) \
- $(solib_svr4_h)
+ $(mips_tdep_h) $(solib_svr4_h)
mipsread.o: mipsread.c $(defs_h) $(gdb_string_h) $(bfd_h) $(symtab_h) \
$(objfiles_h) $(buildsym_h) $(stabsread_h) $(coff_sym_h) \
$(coff_internal_h) $(coff_ecoff_h) $(libcoff_h) $(libecoff_h) \
diff --git a/gdb/mipsnbsd-tdep.c b/gdb/mipsnbsd-tdep.c
index 01d8262eff2..157d2b41b8d 100644
--- a/gdb/mipsnbsd-tdep.c
+++ b/gdb/mipsnbsd-tdep.c
@@ -1,5 +1,5 @@
/* Target-dependent code for MIPS systems running NetBSD.
- Copyright 2002, 2003 Free Software Foundation, Inc.
+ Copyright 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by Wasabi Systems, Inc.
This file is part of GDB.
@@ -28,6 +28,7 @@
#include "nbsd-tdep.h"
#include "mipsnbsd-tdep.h"
+#include "mips-tdep.h"
#include "solib-svr4.h"