* bsd-uthread.c: Include "solib.h".
* Makefile.in (bsd-uthread.o): Update dependencies.
This commit is contained in:
parent
a67b080b92
commit
5ebc08b005
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-05-02 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* bsd-uthread.c: Include "solib.h".
|
||||
* Makefile.in (bsd-uthread.o): Update dependencies.
|
||||
|
||||
2005-05-01 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdbarch.sh (deprecated_current_gdbarch_select_hack): Flush
|
||||
|
|
|
@ -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) \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue