From 5962b9e131f00013e00c92487abebe8c9e9fae42 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Mon, 2 May 2005 12:05:11 +0000 Subject: [PATCH] * bsd-uthread.c: Include "solib.h". * Makefile.in (bsd-uthread.o): Update dependencies. --- gdb/ChangeLog | 5 +++++ gdb/Makefile.in | 6 +++--- gdb/bsd-uthread.c | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index bc9d067f6f..9db70090d2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2005-05-02 Mark Kettenis + + * bsd-uthread.c: Include "solib.h". + * Makefile.in (bsd-uthread.o): Update dependencies. + 2005-05-01 Daniel Jacobowitz * gdbarch.sh (deprecated_current_gdbarch_select_hack): Flush diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 4bf5cecf36..61f1ecebe1 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1778,9 +1778,9 @@ bsd-kvm.o: bsd-kvm.c $(defs_h) $(cli_cmds_h) $(command_h) $(frame_h) \ $(regcache_h) $(target_h) $(value_h) $(gdbcore_h) $(gdb_assert_h) \ $(readline_h) $(bsd_kvm_h) bsd-uthread.o: bsd-uthread.c $(defs_h) $(gdbcore_h) $(gdbthread_h) \ - $(inferior_h) $(objfiles_h) $(observer_h) $(regcache_h) $(solist_h) \ - $(symfile_h) $(target_h) $(gdb_assert_h) $(gdb_obstack_h) \ - $(bsd_uthread_h) + $(inferior_h) $(objfiles_h) $(observer_h) $(regcache_h) $(solib_h) \ + $(solist_h) $(symfile_h) $(target_h) $(gdb_assert_h) \ + $(gdb_obstack_h) $(bsd_uthread_h) buildsym.o: buildsym.c $(defs_h) $(bfd_h) $(gdb_obstack_h) $(symtab_h) \ $(symfile_h) $(objfiles_h) $(gdbtypes_h) $(gdb_assert_h) \ $(complaints_h) $(gdb_string_h) $(expression_h) $(bcache_h) \ diff --git a/gdb/bsd-uthread.c b/gdb/bsd-uthread.c index b1eb6c3812..28d3d25de4 100644 --- a/gdb/bsd-uthread.c +++ b/gdb/bsd-uthread.c @@ -26,6 +26,7 @@ #include "objfiles.h" #include "observer.h" #include "regcache.h" +#include "solib.h" #include "solist.h" #include "symfile.h" #include "target.h" -- 2.11.0