summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-10-20 14:38:26 +0000
committerMark Kettenis <kettenis@gnu.org>2002-10-20 14:38:26 +0000
commite4279b06f5a5becd9dabd7284d108aed7e206704 (patch)
tree0f3b97a76618d54bbabb42c0e2ca88306d99c7f8
parent67c64671dddae97d17d1f7b587c3a6ba19c1da15 (diff)
downloadgdb-e4279b06f5a5becd9dabd7284d108aed7e206704.tar.gz
* solib-sunos.c: Include "bcache.h" and "regcache.h".
* Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/Makefile.in3
-rw-r--r--gdb/solib-sunos.c2
3 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9edd108e1b4..5b33e37d362 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2002-10-20 Mark Kettenis <kettenis@gnu.org>
+ * solib-sunos.c: Include "bcache.h" and "regcache.h".
+ * Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
+
* configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.
* config/i386/obsd.mt: New file.
* i386bsd-nat.c (_initialize_i386bsd_nat): Introduce
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 416706a68fb..c2bb7a2ad81 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2129,7 +2129,8 @@ solib-legacy.o: solib-legacy.c $(defs_h) $(gdbcore_h) $(solib_svr4_h)
solib-osf.o: solib-osf.c $(defs_h) $(gdb_string_h) $(bfd_h) $(symtab_h) \
$(symfile_h) $(objfiles_h) $(target_h) $(inferior_h) $(solist_h)
solib-sunos.o: solib-sunos.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_h) \
- $(symfile_h) $(objfiles_h) $(gdbcore_h) $(inferior_h) $(solist_h)
+ $(symfile_h) $(objfiles_h) $(gdbcore_h) $(inferior_h) $(solist_h) \
+ $(bcache_h) $(regcache_h)
solib-svr4.o: solib-svr4.c $(defs_h) $(elf_external_h) $(elf_common_h) \
$(elf_mips_h) $(symtab_h) $(bfd_h) $(symfile_h) $(objfiles_h) \
$(gdbcore_h) $(target_h) $(inferior_h) $(solist_h) $(solib_svr4_h)
diff --git a/gdb/solib-sunos.c b/gdb/solib-sunos.c
index 6ffecb5a3a0..ae115673c2b 100644
--- a/gdb/solib-sunos.c
+++ b/gdb/solib-sunos.c
@@ -39,6 +39,8 @@
#include "gdbcore.h"
#include "inferior.h"
#include "solist.h"
+#include "bcache.h"
+#include "regcache.h"
/* Link map info to include in an allocated so_list entry */