GNU Binutils with patches for OS216
Révision | 5d97c55cb299a381852698c9c8b54b8ce962bd97 (tree) |
---|---|
l'heure | 2006-09-16 07:51:13 |
Auteur | Nick Roberts <nickrob@snap...> |
Commiter | Nick Roberts |
Add new header dependencies.
@@ -2163,7 +2163,7 @@ ia64-tdep.o: ia64-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \ | ||
2163 | 2163 | infcall.o: infcall.c $(defs_h) $(breakpoint_h) $(target_h) $(regcache_h) \ |
2164 | 2164 | $(inferior_h) $(gdb_assert_h) $(block_h) $(gdbcore_h) $(language_h) \ |
2165 | 2165 | $(objfiles_h) $(gdbcmd_h) $(command_h) $(gdb_string_h) $(infcall_h) \ |
2166 | - $(dummy_frame_h) | |
2166 | + $(dummy_frame_h) $(async_nat_inferior_h) $(async_nat_sigthread_h) | |
2167 | 2167 | inf-child.o: inf-child.c $(defs_h) $(regcache_h) $(memattr_h) $(symtab_h) \ |
2168 | 2168 | $(target_h) $(inferior_h) $(gdb_string_h) |
2169 | 2169 | infcmd.o: infcmd.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ |
@@ -2171,7 +2171,8 @@ infcmd.o: infcmd.c $(defs_h) $(gdb_string_h) $(symtab_h) $(gdbtypes_h) \ | ||
2171 | 2171 | $(symfile_h) $(gdbcore_h) $(target_h) $(language_h) $(symfile_h) \ |
2172 | 2172 | $(objfiles_h) $(completer_h) $(ui_out_h) $(event_top_h) \ |
2173 | 2173 | $(parser_defs_h) $(regcache_h) $(reggroups_h) $(block_h) \ |
2174 | - $(solib_h) $(gdb_assert_h) $(observer_h) | |
2174 | + $(solib_h) $(gdb_assert_h) $(observer_h) $(async_nat_inferior_h) \ | |
2175 | + $(async_nat_sigthread_h) | |
2175 | 2176 | inf-loop.o: inf-loop.c $(defs_h) $(inferior_h) $(target_h) $(event_loop_h) \ |
2176 | 2177 | $(event_top_h) $(inf_loop_h) $(remote_h) $(exceptions_h) |
2177 | 2178 | inflow.o: inflow.c $(defs_h) $(frame_h) $(inferior_h) $(command_h) \ |
@@ -2236,7 +2237,7 @@ linux-nat.o: linux-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdb_string_h) \ | ||
2236 | 2237 | $(gdb_wait_h) $(gdb_assert_h) $(linux_nat_h) $(gdbthread_h) \ |
2237 | 2238 | $(gdbcmd_h) $(regcache_h) $(regset_h) $(inf_ptrace_h) $(auxv_h) \ |
2238 | 2239 | $(elf_bfd_h) $(gregset_h) $(gdbcore_h) $(gdbthread_h) $(gdb_stat_h) \ |
2239 | - $(linux_fork_h) $(async_nat_inferior_h) | |
2240 | + $(linux_fork_h) $(inf_loop_h) $(async_nat_inferior_h) | |
2240 | 2241 | linux-thread-db.o: linux-thread-db.c $(defs_h) $(gdb_assert_h) \ |
2241 | 2242 | $(gdb_proc_service_h) $(gdb_thread_db_h) $(bfd_h) $(exceptions_h) \ |
2242 | 2243 | $(gdbthread_h) $(inferior_h) $(symfile_h) $(objfiles_h) $(target_h) \ |