diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-05-25 16:04:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-05-25 16:04:07 +0000 |
commit | 20d2ca3e86cc80fcc93d9c3cf7c5cfe3e244714c (patch) | |
tree | 6e791f7d68067e01970841355ac297463118305c /gdb/Makefile.in | |
parent | c27cda74c7f78e8db4cd25c739daca07ed83412c (diff) | |
download | gdb-20d2ca3e86cc80fcc93d9c3cf7c5cfe3e244714c.zip gdb-20d2ca3e86cc80fcc93d9c3cf7c5cfe3e244714c.tar.gz gdb-20d2ca3e86cc80fcc93d9c3cf7c5cfe3e244714c.tar.bz2 |
2004-05-25 Andrew Cagney <cagney@gnu.org>
* inftarg.c: Include "observer.h".
(child_attach, child_create_inferior): Notify inferior_created.
* corelow.c: Include "observer.h".
(core_open): Notify inferior_created.
* Makefile.in (inftarg.o, corelow.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 46a5aea..42a6ffd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1658,7 +1658,7 @@ corefile.o: corefile.c $(defs_h) $(gdb_string_h) $(inferior_h) $(symtab_h) \ corelow.o: corelow.c $(defs_h) $(arch_utils_h) $(gdb_string_h) $(frame_h) \ $(inferior_h) $(symtab_h) $(command_h) $(bfd_h) $(target_h) \ $(gdbcore_h) $(gdbthread_h) $(regcache_h) $(regset_h) $(symfile_h) \ - $(exec_h) $(readline_h) $(gdb_assert_h) + $(exec_h) $(readline_h) $(gdb_assert_h) $(observer_h) core-regset.o: core-regset.c $(defs_h) $(command_h) $(gdbcore_h) \ $(inferior_h) $(target_h) $(gdb_string_h) $(gregset_h) cp-abi.o: cp-abi.c $(defs_h) $(value_h) $(cp_abi_h) $(command_h) $(gdbcmd_h) \ @@ -1944,7 +1944,8 @@ infrun.o: infrun.c $(defs_h) $(gdb_string_h) $(symtab_h) $(frame_h) \ $(symfile_h) $(top_h) $(inf_loop_h) $(regcache_h) $(value_h) \ $(observer_h) $(language_h) $(gdb_assert_h) inftarg.o: inftarg.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ - $(gdbcore_h) $(command_h) $(gdb_stat_h) $(gdb_wait_h) $(inflow_h) + $(gdbcore_h) $(command_h) $(gdb_stat_h) $(gdb_wait_h) $(inflow_h) \ + $(observer_h) infttrace.o: infttrace.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \ $(gdb_string_h) $(gdb_wait_h) $(command_h) $(gdbthread_h) \ $(gdbcore_h) $(infttrace_h) |