diff options
author | Mark Kettenis <kettenis@gnu.org> | 2005-01-10 20:56:17 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2005-01-10 20:56:17 +0000 |
commit | 2a2de4ce735c2707398a8a7ab3b1f13efd45508b (patch) | |
tree | b76b14dc5f611a1ccc961670265f9e5a4bcadb80 /gdb/Makefile.in | |
parent | 8785ced03ac5b8817f23f2bbfa590763a535cac2 (diff) | |
download | gdb-2a2de4ce735c2707398a8a7ab3b1f13efd45508b.zip gdb-2a2de4ce735c2707398a8a7ab3b1f13efd45508b.tar.gz gdb-2a2de4ce735c2707398a8a7ab3b1f13efd45508b.tar.bz2 |
* vax-nat.c: Update copyright year. Include "inf-ptrace.h".
(vax_register_u_offset): Make statuc.
(_initialize_vax_nat): Construct and add target vector.
* config/vax/vax.mh (NATDEPFILES): Remove infptrace.o and
inftarg.o. Add inf-ptrace.o.
* Makefile.in (vax-nat.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 68c2a60..958a4dd 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2674,7 +2674,8 @@ varobj.o: varobj.c $(defs_h) $(value_h) $(expression_h) $(frame_h) \ $(language_h) $(wrapper_h) $(gdbcmd_h) $(gdb_string_h) $(varobj_h) vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(target_h) \ $(vax_tdep_h) $(inf_ptrace_h) $(bsd_kvm_h) -vax-nat.o: vax-nat.c $(defs_h) $(inferior_h) $(gdb_assert_h) $(vax_tdep_h) +vax-nat.o: vax-nat.c $(defs_h) $(inferior_h) $(gdb_assert_h) $(vax_tdep_h) \ + $(inf_ptrace_h) vaxnbsd-tdep.o: vaxnbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ $(vax_tdep_h) $(solib_svr4_h) $(gdb_string_h) vax-tdep.o: vax-tdep.c $(defs_h) $(arch_utils_h) $(dis_asm_h) $(frame_h) \ |