* m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
authorMark Kettenis <kettenis@gnu.org>
Sat, 3 Jul 2004 15:14:48 +0000 (15:14 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sat, 3 Jul 2004 15:14:48 +0000 (15:14 +0000)
commitcb162ff6d2f8e63220d7a488e003cffcc523c1e8
tree9df7879c61f44a3cacc7078652675bff29152e05
parentfdb1bf9d273f0072db56e3d783c6db653122b8d0
* m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
<machine/pcb.h> and "bsd-kvm.h".
(PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
(m68kbsd_supply_pcb): New function.
(_initialize_m68kbsd_nat): New prototype and function.
* Makefile.in (m68kbsd-nat.o): Update dependencies.
* config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.
* config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/m68k/nbsdelf.mh
gdb/config/m68k/obsd.mh
gdb/m68kbsd-nat.c