diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-07-03 15:14:48 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-07-03 15:14:48 +0000 |
commit | cb162ff6d2f8e63220d7a488e003cffcc523c1e8 (patch) | |
tree | 9df7879c61f44a3cacc7078652675bff29152e05 /gdb/Makefile.in | |
parent | fdb1bf9d273f0072db56e3d783c6db653122b8d0 (diff) | |
download | gdb-cb162ff6d2f8e63220d7a488e003cffcc523c1e8.zip gdb-cb162ff6d2f8e63220d7a488e003cffcc523c1e8.tar.gz gdb-cb162ff6d2f8e63220d7a488e003cffcc523c1e8.tar.bz2 |
* 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.
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 616fa96..e8dc635 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2064,8 +2064,8 @@ m68klinux-tdep.o: m68klinux-tdep.c $(defs_h) $(gdbcore_h) $(doublest_h) \ $(floatformat_h) $(frame_h) $(target_h) $(gdb_string_h) \ $(gdbtypes_h) $(osabi_h) $(regcache_h) $(objfiles_h) $(symtab_h) \ $(m68k_tdep_h) $(trad_frame_h) $(frame_unwind_h) -m68kbsd-nat.o: m68kbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ - $(gdb_assert_h) $(m68k_tdep_h) +m68kbsd-nat.o: m68kbsd-nat.c $(defs_h) $(gdbcore_h) $(inferior_h) \ + $(regcache_h) $(gdb_assert_h) $(m68k_tdep_h) $(bsd_kvm_h) m68kbsd-tdep.o: m68kbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ $(regcache_h) $(regset_h) $(gdb_assert_h) $(gdb_string_h) \ $(m68k_tdep_h) $(solib_svr4_h) |