2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
authorNathan J. Williams <nathanw@wasabisystems.com>
Sun, 21 Mar 2004 22:34:12 +0000 (22:34 +0000)
committerNathan J. Williams <nathanw@wasabisystems.com>
Sun, 21 Mar 2004 22:34:12 +0000 (22:34 +0000)
        * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
        * Makefile.in (mipsnbsd-tdep.o): Update dependencies.

gdb/ChangeLog
gdb/Makefile.in
gdb/mipsnbsd-tdep.c

index 6bbe415..07f8d56 100644 (file)
@@ -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.
index fd04d0c..95f72d5 100644 (file)
@@ -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) \
index 01d8262..157d2b4 100644 (file)
@@ -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"