aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-07-17 12:49:52 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-07-17 12:49:52 +0000
commitc43af07cc890456dbf2562a836961f59f216d880 (patch)
tree808eb30c76614daefe0f6bf4d45c23d6b3342a1e /gdb/Makefile.in
parent5c7556e8712e1d67d4b68aff95df9a7876e5c932 (diff)
downloadgdb-c43af07cc890456dbf2562a836961f59f216d880.zip
gdb-c43af07cc890456dbf2562a836961f59f216d880.tar.gz
gdb-c43af07cc890456dbf2562a836961f59f216d880.tar.bz2
2003-07-17 Elena Zannoni <ezannoni@redhat.com>
* Makefile.in (x86-64-linux-nat.o): Update dependencies. * x86-64-linux-nat.c (ps_get_thread_area): New function. Add include of asm/prctl.h, asm/ptrace.h, and gdb_proc_service.h.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 7cf0c07..95e4439 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2374,7 +2374,7 @@ wince.o: wince.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) $(gdbcore_h) \
wrapper.o: wrapper.c $(defs_h) $(value_h) $(wrapper_h)
x86-64-linux-nat.o: x86-64-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \
$(regcache_h) $(gdb_assert_h) $(gdb_string_h) $(gregset_h) \
- $(x86_64_tdep_h)
+ $(x86_64_tdep_h) $(gdb_proc_service_h)
x86-64-linux-tdep.o: x86-64-linux-tdep.c $(defs_h) $(inferior_h) $(gdbcore_h) \
$(regcache_h) $(osabi_h) $(gdb_string_h) $(x86_64_tdep_h)
x86-64-tdep.o: x86-64-tdep.c $(defs_h) \