diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-06-25 11:54:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-06-25 11:54:29 +0000 |
commit | 57b025345d3f38ac44e73a9c63de27f04f532cb8 (patch) | |
tree | 638b22c1aeae3798563b69c4a186428c1ab3253c /gdb/Makefile.in | |
parent | a9bb6d8ab6bd3e9548779ee1231eb08c1a9a04bb (diff) | |
download | gdb-57b025345d3f38ac44e73a9c63de27f04f532cb8.zip gdb-57b025345d3f38ac44e73a9c63de27f04f532cb8.tar.gz gdb-57b025345d3f38ac44e73a9c63de27f04f532cb8.tar.bz2 |
* ppcobsd-nat.c: Include "gdbcore.h", <sys/signal.h>,
<machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
(ppcobsd_supply_pcb): New function.
(_initialize_ppcobsd_nat): Enable libkvm interface.
* Makefile.in (ppcobsd-nat.o): Update dependencies.
* config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 3a2bc4c..9af917f 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2375,8 +2375,9 @@ ppcnbsd-tdep.o: ppcnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ $(target_h) $(breakpoint_h) $(value_h) $(osabi_h) $(ppc_tdep_h) \ $(ppcnbsd_tdep_h) $(nbsd_tdep_h) $(tramp_frame_h) $(trad_frame_h) \ $(gdb_assert_h) $(solib_svr4_h) -ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ - $(ppc_tdep_h) $(ppcobsd_tdep_h) $(inf_ptrace_h) +ppcobsd-nat.o: ppcobsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ + $(regcache_h) $(ppc_tdep_h) $(ppcobsd_tdep_h) $(inf_ptrace_h) \ + $(bsd_kvm_h) ppcobsd-tdep.o: ppcobsd-tdep.c $(defs_h) $(arch_utils_h) $(floatformat_h) \ $(osabi_h) $(regcache_h) $(regset_h) $(trad_frame_h) \ $(tramp_frame_h) $(gdb_assert_h) $(gdb_string_h) $(ppc_tdep_h) \ |