OSDN Git Service

* Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
authorJason Thorpe <thorpej@netbsd.org>
Wed, 22 May 2002 04:15:36 +0000 (04:15 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Wed, 22 May 2002 04:15:36 +0000 (04:15 +0000)
to dependency list.
* alphanbsd-tdep.c: Include solib-svr4.h.
* shnbsd-tdep.c: Ditto.

gdb/ChangeLog
gdb/Makefile.in
gdb/alphanbsd-tdep.c
gdb/shnbsd-tdep.c

index cbe799a..5ecbadb 100644 (file)
@@ -1,5 +1,12 @@
 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
 
+       * Makefile.in (alphanbsd-tdep.o, shnbsd-tdep.o): Add solib-svr4.h
+       to dependency list.
+       * alphanbsd-tdep.c: Include solib-svr4.h.
+       * shnbsd-tdep.c: Ditto.
+
+2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
+
        * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and
        nbsd-tdep.h to dependency list.
        * configure.host (arm*-*-netbsdelf*, arm*-*-netbsd*,
index 69723dd..c050aeb 100644 (file)
@@ -1278,7 +1278,7 @@ alphabsd-tdep.o: alphabsd-tdep.c $(defs_h) $(regcache_h) alphabsd-tdep.h
 alphafbsd-tdep.o: alphafbsd-tdep.c $(defs_h) $(value_h) $(alpha_tdep_h)
 
 alphanbsd-tdep.o: alphanbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \
-       $(value_h) $(alpha_tdep_h) alphabsd-tdep.h nbsd-tdep.h
+       $(value_h) $(alpha_tdep_h) solib-svr4.h alphabsd-tdep.h nbsd-tdep.h
 
 annotate.o: annotate.c $(defs_h) $(annotate_h) $(value_h) $(target_h) $(gdbtypes_h)
 
@@ -2071,7 +2071,7 @@ sh-tdep.o: sh-tdep.c $(bfd_h) $(dis_asm_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
+       $(value_h) $(sh_tdep_h) solib-svr4.h shnbsd-tdep.h nbsd-tdep.h
 
 shnbsd-nat.o: shnbsd-nat.c $(defs_h) $(inferior_h) shnbsd-tdep.h
 
index ba705aa..01a0f49 100644 (file)
@@ -24,6 +24,8 @@
 #include "regcache.h"
 #include "value.h"
 
+#include "solib-svr4.h"
+
 #include "alpha-tdep.h"
 #include "alphabsd-tdep.h"
 #include "nbsd-tdep.h"
index 1a58d3c..0298226 100644 (file)
@@ -24,6 +24,8 @@
 #include "regcache.h"
 #include "value.h"
 
+#include "solib-svr4.h"
+
 #include "nbsd-tdep.h"
 #include "sh-tdep.h"
 #include "shnbsd-tdep.h"