diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 21:53:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-16 21:53:35 +0000 |
commit | 1c02b2a55e4a455f9e854278dd658dc826b4b169 (patch) | |
tree | 7ea0390c7e6bcabb42b9264e1ca0a50b2a945867 /gdb/Makefile.in | |
parent | 17d92a02195a3dc9d3d3b6d46b22cb187eeccd19 (diff) | |
download | fsf-binutils-gdb-1c02b2a55e4a455f9e854278dd658dc826b4b169.zip fsf-binutils-gdb-1c02b2a55e4a455f9e854278dd658dc826b4b169.tar.gz fsf-binutils-gdb-1c02b2a55e4a455f9e854278dd658dc826b4b169.tar.bz2 |
* amd64fbsd-tdep.c: Update copyright year. Include "gdb_assert.h"
and "bsd-uthread.h".
(amd64fbsd_jmp_buf_reg_offset): New variable.
(amd64fbsd_supply_uthread, amd64fbsd_collect_uthread): New
functions.
(amd64fbsd_init_abi): Set supply_uthread and collect_uthread.
* i386fbsd-tdep.c: Fix typo.
* Makefile.in (amd64fbsd-tdep.o): Update dependencies.
* config/i386/fbsd64.mt (TDEPFILES): Add bsd-uthread.o.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index d80091b..2fdfa08 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1676,8 +1676,8 @@ amd64fbsd-nat.o: amd64fbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ $(target_h) $(gdb_assert_h) $(fbsd_nat_h) $(amd64_tdep_h) \ $(amd64_nat_h) $(bsd_kvm_h) amd64fbsd-tdep.o: amd64fbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ - $(gdbcore_h) $(regcache_h) $(osabi_h) $(gdb_string_h) \ - $(amd64_tdep_h) $(solib_svr4_h) + $(gdbcore_h) $(regcache_h) $(osabi_h) $(gdb_assert_h) \ + $(gdb_string_h) $(amd64_tdep_h) $(bsd_uthread_h) $(solib_svr4_h) amd64-linux-nat.o: amd64-linux-nat.c $(defs_h) $(inferior_h) $(gdbcore_h) \ $(regcache_h) $(linux_nat_h) $(gdb_assert_h) $(gdb_string_h) \ $(gdb_proc_service_h) $(gregset_h) $(amd64_tdep_h) \ |