diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-12-16 10:45:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-12-16 10:45:52 +0000 |
commit | 5d0fc17b31c25fa1c33b7808db13220871a72ded (patch) | |
tree | cfa2686e396e36b957e13ba6a5aaa435f05f51fc /gdb/Makefile.in | |
parent | 37e28b926c25a3ab6c4afc1fe123227243ab906c (diff) | |
download | gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.zip gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.tar.gz gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.tar.bz2 |
* i386obsd-nat.c: Include "gdbcore.h", "regcache.h", "target.h",
<machine/frame.h>, <machine/pcb.h>, "i386bsd-nat.h" and
"bsd-kvm.h".
(i386obsd_supply_pcb): New function.
(_initialize_i386obsd_nat): Construct and add target
vector. Enable libkvm interface.
* Makefile.in (i386obsd-nat.o): Update dependencies.
* config/i386/obsd.mh (NATDEPFILES): Remove i386nbsd-nat.c
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 51e74df..35550cd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2132,7 +2132,8 @@ i386nbsd-tdep.o: i386nbsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ i386-nto-tdep.o: i386-nto-tdep.c $(defs_h) $(frame_h) $(osabi_h) \ $(regcache_h) $(target_h) $(gdb_assert_h) $(gdb_string_h) \ $(i386_tdep_h) $(i387_tdep_h) $(nto_tdep_h) $(solib_svr4_h) -i386obsd-nat.o: i386obsd-nat.c $(defs_h) $(i386_tdep_h) +i386obsd-nat.o: i386obsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ + $(target_h) $(i386_tdep_h) $(i386bsd_nat_h) $(bsd_kvm_h) i386obsd-tdep.o: i386obsd-tdep.c $(defs_h) $(arch_utils_h) $(frame_h) \ $(frame_unwind_h) $(gdbcore_h) $(regcache_h) $(regset_h) $(symtab_h) \ $(objfiles_h) $(osabi_h) $(target_h) $(trad_frame_h) $(gdb_assert_h) \ |