diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-12-04 20:19:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-12-04 20:19:25 +0000 |
commit | d78749b4b8e6a309b5ec3e43de8667cd320b1a4f (patch) | |
tree | 575ee7331bcbb593840bf5c4f74708b553f3058e /gdb/Makefile.in | |
parent | 927e625f4b07212ae9f41ecfb9412dd230d32b72 (diff) | |
download | gdb-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.in | 6 |
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) |