diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 22:34:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 22:34:44 +0000 |
commit | a770d4eca642f4ae0d2e2e8d04a76933afed7b78 (patch) | |
tree | bb28c848354e7e511bb38594165a601e0a017ce2 /gdb/Makefile.in | |
parent | 2e0c35398db447a1fbe111c52507afe4eb313971 (diff) | |
download | gdb-a770d4eca642f4ae0d2e2e8d04a76933afed7b78.zip gdb-a770d4eca642f4ae0d2e2e8d04a76933afed7b78.tar.gz gdb-a770d4eca642f4ae0d2e2e8d04a76933afed7b78.tar.bz2 |
* sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
<sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
(sparc32nbsd_supply_pcb): New function.
(_initialize_sparcnbsd_nat): Enable libkvm interface.
* Makefile.in (sparcnbsd-nat.o): Update dependencies.
* config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.
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 f10df4e..d2ef0bb 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2394,7 +2394,8 @@ sparc-linux-tdep.o: sparc-linux-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \ sparc-nat.o: sparc-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(target_h) \ $(gdb_assert_h) $(gdb_string_h) $(gdb_wait_h) $(sparc_tdep_h) \ $(sparc_nat_h) -sparcnbsd-nat.o: sparcnbsd-nat.c $(defs_h) $(sparc_tdep_h) $(sparc_nat_h) +sparcnbsd-nat.o: sparcnbsd-nat.c $(defs_h) $(gdbcore_h) $(regcache_h) \ + $(sparc_tdep_h) $(sparc_nat_h) $(bsd_kvm_h) sparcnbsd-tdep.o: sparcnbsd-tdep.c $(defs_h) $(floatformat_h) $(frame_h) \ $(frame_unwind_h) $(gdbcore_h) $(osabi_h) $(regcache_h) $(regset_h) \ $(solib_svr4_h) $(symtab_h) $(trad_frame_h) $(gdb_assert_h) \ |