diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2008-07-12 22:16:34 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2008-07-12 22:16:34 +0000 |
commit | d5b254911b8762c87f380aec389be5bf0d6ff4b0 (patch) | |
tree | 7b6f64bd3879f72cd775938caf64ba7e07df0e8e /gdb/Makefile.in | |
parent | 4474d12b51711449d9e9913d8d16260a2a06b6fc (diff) | |
download | gdb-d5b254911b8762c87f380aec389be5bf0d6ff4b0.zip gdb-d5b254911b8762c87f380aec389be5bf0d6ff4b0.tar.gz gdb-d5b254911b8762c87f380aec389be5bf0d6ff4b0.tar.bz2 |
* spu-linux-nat.c: Include "gdbthread.h".
(spu_child_post_startup_inferior): Register main thread.
(spu_child_post_attach): Likewise.
* Makefile.in (spu-linux-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 7ae8420..446d967 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2863,7 +2863,7 @@ sparc-tdep.o: sparc-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) \ $(value_h) $(gdb_assert_h) $(gdb_string_h) $(sparc_tdep_h) spu-linux-nat.o: spu-linux-nat.c $(defs_h) $(gdbcore_h) $(gdb_string_h) \ $(target_h) $(inferior_h) $(inf_ptrace_h) $(regcache_h) $(symfile_h) \ - $(gdb_wait_h) $(spu_tdep_h) + $(gdb_wait_h) $(gdbthread_h) $(spu_tdep_h) spu-tdep.o: spu-tdep.c $(defs_h) $(arch_utils_h) $(gdbtypes_h) $(gdbcmd_h) \ $(gdbcore_h) $(gdb_string_h) $(gdb_assert_h) $(frame_h) \ $(frame_unwind_h) $(frame_base_h) $(trad_frame_h) $(symtab_h) \ |