diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-31 21:13:45 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-31 21:13:45 +0000 |
commit | 2f4950cde90304184044c21f6295f61db1bb7e0e (patch) | |
tree | 27f22725e692d972f3facc5be12c7942211bdea8 /gdb/Makefile.in | |
parent | bba2d28ded4abe604ffb54ed1cd4c1e596b98193 (diff) | |
download | gdb-2f4950cde90304184044c21f6295f61db1bb7e0e.zip gdb-2f4950cde90304184044c21f6295f61db1bb7e0e.tar.gz gdb-2f4950cde90304184044c21f6295f61db1bb7e0e.tar.bz2 |
2003-10-31 Andrew Cagney <cagney@redhat.com>
* solib-svr4.c: Update copyright. Include "bfd-target.h" and
"exec.h".
(exec_entry_point): New function.
(enable_break): Create a "tmp_bfd_target", use that and
entry_point_address when computing the relocation offset.
(svr4_relocate_main_executable): Ditto with exec_bfd and exec_ops.
* Makefile.in (solib-svr4.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 9a546f1..9f4196c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2298,7 +2298,8 @@ solib-sunos.o: solib-sunos.c $(defs_h) $(gdb_string_h) $(symtab_h) $(bfd_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) + $(gdbcore_h) $(target_h) $(inferior_h) $(solist_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) \ $(symfile_h) $(gdb_string_h) $(gregset_h) |