mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* solib-svr4.c: Include "solib.h".
* Makefile.in (solib-svr4.o): Update dependencies.
This commit is contained in:
parent
47b0e7ad8c
commit
bba93f6c2c
@ -1,3 +1,8 @@
|
||||
2005-07-01 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* solib-svr4.c: Include "solib.h".
|
||||
* Makefile.in (solib-svr4.o): Update dependencies.
|
||||
|
||||
2005-06-28 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* eval.c (evaluate_struct_tuple): Use strcmp instead of
|
||||
|
@ -2553,7 +2553,7 @@ solib-sunos.o: solib-sunos.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_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) $(gdb_assert_h) \
|
||||
$(solist_h) $(solib_svr4_h) $(bfd_target_h) $(exec_h)
|
||||
$(solist_h) $(solib_h) $(solib_svr4_h) $(bfd_target_h) $(exec_h)
|
||||
sol-thread.o: sol-thread.c $(defs_h) $(gdbthread_h) $(target_h) \
|
||||
$(inferior_h) $(gdb_stat_h) $(gdbcmd_h) $(gdbcore_h) $(regcache_h) \
|
||||
$(solib_h) $(symfile_h) $(gdb_string_h) $(gregset_h)
|
||||
|
@ -38,6 +38,7 @@
|
||||
#include "gdb_assert.h"
|
||||
|
||||
#include "solist.h"
|
||||
#include "solib.h"
|
||||
#include "solib-svr4.h"
|
||||
|
||||
#include "bfd-target.h"
|
||||
|
Loading…
Reference in New Issue
Block a user