* Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
authorJason Thorpe <thorpej@netbsd.org>
Tue, 21 May 2002 20:53:31 +0000 (20:53 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Tue, 21 May 2002 20:53:31 +0000 (20:53 +0000)
shnbsd-nat.c.
(shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.

gdb/ChangeLog
gdb/Makefile.in

index de8e2e7..e14eb9a 100644 (file)
@@ -1,5 +1,11 @@
 2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
 
+       * Makefile.in (ALLDEPFILES): Add shnbsd-tdep.c and
+       shnbsd-nat.c.
+       (shnbsd-tdep.o, shnbsd-nat.o): New dependency lists.
+
+2002-05-21  Jason Thorpe  <thorpej@wasabisystems.com>
+
        * NEWS: Note new MIPS NetBSD native configuration. 
        * configure.host (mips*-*-netbsd*): New host. 
        * configure.tgt (mips*-*-netbsd*): New target. 
index 02e6344..abec1f1 100644 (file)
@@ -1234,7 +1234,8 @@ ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
        rs6000-nat.c rs6000-tdep.c \
        s390-tdep.c s390-nat.c \
        ser-go32.c ser-pipe.c ser-tcp.c \
-       sh-tdep.c solib.c solib-svr4.c solib-sunos.c sparc-linux-nat.c \
+       sh-tdep.c shnbsd-tdep.c shnbsd-nat.c \
+       solib.c solib-svr4.c solib-sunos.c sparc-linux-nat.c \
        sparc-nat.c \
        sparc-tdep.c sparcl-tdep.c sun3-nat.c \
        symm-tdep.c symm-nat.c \
@@ -2061,6 +2062,11 @@ sh-tdep.o: sh-tdep.c $(bfd_h) $(dis_asm_h) \
        $(gdbcmd_h) $(gdbtypes_h) $(symtab_h) $(value_h) $(arch_utils_h) \
        $(regcache_h) $(doublest_h) $(sh_tdep_h)
 
+shnbsd-tdep.o: shnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
+       $(value_h) $(sh_tdep_h) shnbsd-tdep.h nbsd-tdep.h
+
+shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) shnbsd-tdep.h
+
 sh3-rom.o: sh3-rom.c $(monitor_h) $(bfd_h) $(gdb_wait_h) $(defs_h) $(gdbcmd_h) \
        $(inferior_h) $(target_h) $(serial_h) $(terminal_h) $(arch_utils_h) \
        $(regcache_h) $(sh_tdep_h)