diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-10-31 20:47:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-10-31 20:47:55 +0000 |
commit | c6d1029f18f38a215028c8eeda28ca1a2c9206c7 (patch) | |
tree | 76760582ae53d19166a2ff5ff491ff21c4d40724 /gdb/Makefile.in | |
parent | 0159bdbf8e3fc9887f17473e5e3c7e3427ac5731 (diff) | |
download | gdb-c6d1029f18f38a215028c8eeda28ca1a2c9206c7.zip gdb-c6d1029f18f38a215028c8eeda28ca1a2c9206c7.tar.gz gdb-c6d1029f18f38a215028c8eeda28ca1a2c9206c7.tar.bz2 |
* 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.
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 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) \ |