aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-12-04 20:19:25 +0000
committerMark Kettenis <kettenis@gnu.org>2005-12-04 20:19:25 +0000
commitd78749b4b8e6a309b5ec3e43de8667cd320b1a4f (patch)
tree575ee7331bcbb593840bf5c4f74708b553f3058e /gdb/Makefile.in
parent927e625f4b07212ae9f41ecfb9412dd230d32b72 (diff)
downloadgdb-d78749b4b8e6a309b5ec3e43de8667cd320b1a4f.zip
gdb-d78749b4b8e6a309b5ec3e43de8667cd320b1a4f.tar.gz
gdb-d78749b4b8e6a309b5ec3e43de8667cd320b1a4f.tar.bz2
* amd64obsd-tdep.c: Include "regcache.h" and "bsd-uthread.h".
(amd64obsd_uthread_reg_offset): New variable. (AMD64OBSD_UTHREAD_RSP_OFFSET): New define. (amd64obsd_supply_uthread, amd64obsd_collect_uthread): New functions. (amd64obsd_init_abi): Set supply_uthread and collect_uthread. * Makefile.in (amd64obsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 8d8a79e..b3d71ca 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1716,9 +1716,9 @@ amd64obsd-nat.o: amd64obsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \
$(target_h) $(gdb_assert_h) $(amd64_tdep_h) $(amd64_nat_h) \
$(bsd_kvm_h)
amd64obsd-tdep.o: amd64obsd-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
- $(symtab_h) $(objfiles_h) $(osabi_h) $(regset_h) $(target_h) \
- $(gdb_assert_h) $(gdb_string_h) $(amd64_tdep_h) $(i387_tdep_h) \
- $(solib_svr4_h)
+ $(symtab_h) $(objfiles_h) $(osabi_h) $(regcache_h) $(regset_h) \
+ $(target_h) $(gdb_assert_h) $(gdb_string_h) $(amd64_tdep_h) \
+ $(i387_tdep_h) $(solib_svr4_h) $(bsd_uthread_h)
amd64-sol2-tdep.o: amd64-sol2-tdep.c $(defs_h) $(frame_h) $(gdbcore_h) \
$(regcache_h) $(osabi_h) $(symtab_h) $(gdb_string_h) $(amd64_tdep_h) \
$(solib_svr4_h)