From c6d1029f18f38a215028c8eeda28ca1a2c9206c7 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 31 Oct 2004 20:47:55 +0000 Subject: * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h". (mipsnbsd_fetch_inferior_registers): Rename from fetch_inferior_registers. Make static. (mipsnbsd_store_inferior_registers): Rename from store_inferior_registers. Make static. (_initialize_mipsnbsd_nat): New function and prototype. * Makefile.in (mipsnbsd-nat.o): Update dependencies. * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables. (NATDEPFILES): Remove infptrace.o and inftarg.o. Add inf-ptrace.o. --- gdb/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/Makefile.in') diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 6e1fc7dc..356260c 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2245,7 +2245,7 @@ mips-mdebug-tdep.o: mips-mdebug-tdep.c $(defs_h) $(frame_h) $(mips_tdep_h) \ $(elf_bfd_h) $(gdb_assert_h) $(frame_unwind_h) $(frame_base_h) \ $(mips_mdebug_tdep_h) $(mdebugread_h) mipsnbsd-nat.o: mipsnbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) \ - $(mips_tdep_h) $(mipsnbsd_tdep_h) + $(target_h) $(mips_tdep_h) $(mipsnbsd_tdep_h) $(inf_ptrace_h) mipsnbsd-tdep.o: mipsnbsd-tdep.c $(defs_h) $(gdbcore_h) $(regcache_h) \ $(regset_h) $(target_h) $(value_h) $(osabi_h) $(gdb_assert_h) \ $(gdb_string_h) $(nbsd_tdep_h) $(mipsnbsd_tdep_h) $(mips_tdep_h) \ -- cgit v1.1