aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2005-10-13 09:31:59 +0000
committerAndreas Schwab <schwab@linux-m68k.org>2005-10-13 09:31:59 +0000
commit16451949d7083391405bb46c06a2fadac01f5c42 (patch)
tree85c570c1c9b46020ef962d4e4f685a1266fc0be5 /gdb/Makefile.in
parent4d443107ba8c5dccc370a701135e4bacd2adc9a4 (diff)
downloadfsf-binutils-gdb-16451949d7083391405bb46c06a2fadac01f5c42.zip
fsf-binutils-gdb-16451949d7083391405bb46c06a2fadac01f5c42.tar.gz
fsf-binutils-gdb-16451949d7083391405bb46c06a2fadac01f5c42.tar.bz2
* Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h).
* linux-thread-db.c (enable_thread_event): Extend pointer value as specified by target. (thread_db_get_thread_local_address): Likewise.
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 8ea5329..02eaa44 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -2182,7 +2182,7 @@ linux-nat.o: linux-nat.c $(defs_h) $(inferior_h) $(target_h) $(gdb_string_h) \
linux-thread-db.o: linux-thread-db.c $(defs_h) $(gdb_assert_h) \
$(gdb_proc_service_h) $(gdb_thread_db_h) $(bfd_h) $(exceptions_h) \
$(gdbthread_h) $(inferior_h) $(symfile_h) $(objfiles_h) $(target_h) \
- $(regcache_h) $(solib_svr4_h)
+ $(regcache_h) $(solib_svr4_h) $(gdbcore_h)
lynx-nat.o: lynx-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
$(gdbcore_h) $(regcache_h)
m2-exp.o: m2-exp.c $(defs_h) $(gdb_string_h) $(expression_h) $(language_h) \