diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-03-15 16:08:24 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-03-15 16:08:24 +0000 |
commit | dc60ece87d8448b8d6f37411daefabbd830c20d5 (patch) | |
tree | d5486fe83a5593bc582e54582e640c883905ca28 /gdb/Makefile.in | |
parent | 7123df0e8094827978ce5f0cebc67e5d58bdc053 (diff) | |
download | fsf-binutils-gdb-dc60ece87d8448b8d6f37411daefabbd830c20d5.zip fsf-binutils-gdb-dc60ece87d8448b8d6f37411daefabbd830c20d5.tar.gz fsf-binutils-gdb-dc60ece87d8448b8d6f37411daefabbd830c20d5.tar.bz2 |
* mips-linux-nat.c: Include "gdb_proc_service.h".
(PTRACE_GET_THREAD_AREA): Define.
(ps_get_thread_area): New.
* Makefile.in (mips-linux-nat.o): Update.
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 d5abb4f..74bdf0b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2295,7 +2295,7 @@ mips64obsd-tdep.o: mips64obsd-tdep.c $(defs_h) $(osabi_h) $(regcache_h) \ $(gdb_string_h) $(mips_tdep_h) $(solib_svr4_h) mips-irix-tdep.o: mips-irix-tdep.c $(defs_h) $(osabi_h) $(elf_bfd_h) mips-linux-nat.o: mips-linux-nat.c $(defs_h) $(mips_tdep_h) $(target_h) \ - $(linux_nat_h) + $(linux_nat_h) $(gdb_proc_service_h) mips-linux-tdep.o: mips-linux-tdep.c $(defs_h) $(gdbcore_h) $(target_h) \ $(solib_svr4_h) $(osabi_h) $(mips_tdep_h) $(gdb_string_h) \ $(gdb_assert_h) $(frame_h) $(regcache_h) $(trad_frame_h) \ |