]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
authorJason Thorpe <thorpej@netbsd.org>
Tue, 21 May 2002 21:23:44 +0000 (21:23 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Tue, 21 May 2002 21:23:44 +0000 (21:23 +0000)
mipsnbsd-tdep.c
(mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.

gdb/ChangeLog
gdb/Makefile.in

index e14eb9a47f4d35363754e30295565c03c413cd95..3698d63a5c2df6268804d8610f701213f000b4b9 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * Makefile.in (ALLDEPFILES): Add mipsnbsd-nat.c and
+       mipsnbsd-tdep.c
+       (mipsnbsd-nat.o, mipsnbsd-tdep.o): New dependency lists.
+
 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
 
        * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
index abec1f15805f28b5022b9eb20f8d0e64337018c5..c322cf3dfee2177407ab66512a61cd224ebd01c1 100644 (file)
@@ -1219,6 +1219,7 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
        mips-linux-nat.c mips-linux-tdep.c \
        mips-nat.c \
        mips-tdep.c mipsm3-nat.c mipsv4-nat.c \
+       mipsnbsd-nat.c mipsnbsd-tdep.c \
        nbsd-tdep.c \
        nindy-share/Onindy.c nindy-share/nindy.c \
        nindy-share/ttyflush.c nindy-tdep.c \
@@ -1827,6 +1828,12 @@ mipsread.o: mipsread.c $(buildsym_h) $(complaints_h) $(bfd_h) $(defs_h) \
 mipsv4-nat.o: mipsv4-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) $(target_h) \
        $(regcache_h)
 
+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 solib-svr4.h mipsnbsd-tdep.h
+
 mn10300-tdep.o: mn10300-tdep.c $(defs_h) $(frame_h) $(inferior_h) \
        $(obstack_h) $(target_h) $(value_h) $(bfd_h) $(gdb_string_h) \
        $(gdbcore_h) $(symfile_h) $(regcache_h) $(arch-utils.h)