diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-09-30 20:52:59 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-09-30 20:52:59 +0000 |
commit | bc8ffc12f6b8d57bc1e6216149bae9d588f4e251 (patch) | |
tree | 5afafc8b1a6592cb0ec0f758963d420729afe9df /gdb/Makefile.in | |
parent | 2739459855afeaf557aea2a585813b571da935c9 (diff) | |
download | gdb-bc8ffc12f6b8d57bc1e6216149bae9d588f4e251.zip gdb-bc8ffc12f6b8d57bc1e6216149bae9d588f4e251.tar.gz gdb-bc8ffc12f6b8d57bc1e6216149bae9d588f4e251.tar.bz2 |
* m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
(m88kbsd_fetch_inferior_registers): Rename from
fetch_inferior_registers. Make static.
(m88kbsd_store_inferior_registers): Rename from
store_inferior_registers. Make static.
(_initialize_m88kbsd_nat): New prototype and function.
* config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o. Add inf-child.o and inf-ptrace.o.
(NAT_FILE): Remove.
* Makefile.in (m88kbsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 404f80c..7cdfafa 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2166,7 +2166,7 @@ m68k-tdep.o: m68k-tdep.c $(defs_h) $(dwarf2_frame_h) $(frame_h) \ $(inferior_h) $(regcache_h) $(arch_utils_h) $(osabi_h) $(dis_asm_h) \ $(m68k_tdep_h) $(gregset_h) m88kbsd-nat.o: m88kbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ - $(m88k_tdep_h) + $(target_h) $(m88k_tdep_h) $(inf_ptrace.h) m88k-tdep.o: m88k-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) $(frame_h) \ $(frame_base_h) $(frame_unwind_h) $(gdbcore_h) $(gdbtypes_h) \ $(regcache_h) $(regset_h) $(symtab_h) $(trad_frame_h) $(value_h) \ |