diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-12-22 13:17:49 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-12-22 13:17:49 +0000 |
commit | f6acec6208a44cd7da34bb2d19ddde2fd3a51d91 (patch) | |
tree | 1d74722f0e332cdb4f7d1c937a4270fce36af600 /gdb/Makefile.in | |
parent | 7e030bd977e9c40edfc1569c84283f87fd649faf (diff) | |
download | fsf-binutils-gdb-f6acec6208a44cd7da34bb2d19ddde2fd3a51d91.zip fsf-binutils-gdb-f6acec6208a44cd7da34bb2d19ddde2fd3a51d91.tar.gz fsf-binutils-gdb-f6acec6208a44cd7da34bb2d19ddde2fd3a51d91.tar.bz2 |
* amd64obsd-tdep.c: Include "frame-unwind.h" and "trad-frame.h".
(amd64obsd_tf_reg_offset): New define.
(amd64obsd_trapframe_cache, amd64obsd_trapframe_this_id)
(amd64obsd_trapframe_prev_register, amd64obsd_trapframe_sniffer):
New functions.
(amd64obsd_trapframe_unwind): New variable.
(amd64obsd_init_abi): Prepend amd64obsd_trapframe_unwind.
* Makefile.in (amd64obsd-tdep.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 20f6176..e06c9c4 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1716,10 +1716,11 @@ amd64nbsd-tdep.o: amd64nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ 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) $(regcache_h) $(regset_h) \ - $(target_h) $(gdb_assert_h) $(gdb_string_h) $(amd64_tdep_h) \ - $(i387_tdep_h) $(solib_svr4_h) $(bsd_uthread_h) +amd64obsd-tdep.o: amd64obsd-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ + $(gdbcore_h) $(symtab_h) $(objfiles_h) $(osabi_h) $(regcache_h) \ + $(regset_h) $(target_h) $(trad_frame_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) |