diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-07-15 20:10:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-07-15 20:10:19 +0000 |
commit | 37191c9c2e0908b431866448db97b6501818af5f (patch) | |
tree | ce5aa08c08250aa4040b21a4ad1aad7c1ae95aa4 /gdb/Makefile.in | |
parent | ba2a7846f277d1f2aae84551e4b60a08c998274f (diff) | |
download | gdb-37191c9c2e0908b431866448db97b6501818af5f.zip gdb-37191c9c2e0908b431866448db97b6501818af5f.tar.gz gdb-37191c9c2e0908b431866448db97b6501818af5f.tar.bz2 |
Marcel Moolenaar <marcel@xcllnt.net>
* sparc64fbsd-nat.c: Include "regcache.h", <sys/types.h>,
<machine/pcb.h> and "bsd-kvm.h".
(sparc64fbsd_kvm_supply_pcb): New function.
(_initialize_sparc64fbsd_nat): Enable libkvm interface.
* config/sparc/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.
* Makefile.in (sparc64fbsd-nat.o): Update dependencies.
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 fad41f2..112e2f5 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2563,8 +2563,8 @@ source.o: source.c $(defs_h) $(symtab_h) $(expression_h) $(language_h) \ $(gdb_string_h) $(gdb_stat_h) $(gdbcore_h) $(gdb_regex_h) \ $(symfile_h) $(objfiles_h) $(annotate_h) $(gdbtypes_h) $(linespec_h) \ $(filenames_h) $(completer_h) $(ui_out_h) $(readline_h) -sparc64fbsd-nat.o: sparc64fbsd-nat.c $(defs_h) $(target_h) $(fbsd_nat_h) \ - $(sparc64_tdep_h) $(sparc_nat_h) +sparc64fbsd-nat.o: sparc64fbsd-nat.c $(defs_h) $(regcache_h) $(target_h) \ + $(fbsd_nat_h) $(sparc64_tdep_h) $(sparc_nat_h) $(bsd_kvm_h) sparc64fbsd-tdep.o: sparc64fbsd-tdep.c $(defs_h) $(frame_h) \ $(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \ $(target_h) $(trad_frame_h) $(gdb_assert_h) $(gdb_string_h) \ |