* Makefile.in (vaxbsd-nat.o): New dependency.

This commit is contained in:
Mark Kettenis 2004-04-14 17:52:01 +00:00
parent 67b441e128
commit 4844a61487
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2004-04-14 Mark Kettenis <kettenis@gnu.org>
* Makefile.in (vaxbsd-nat.o): New dependency.
* vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
* vax-tdep.c (vax_store_arguments): Remove struct_return and
struct_addr arguments. Don't push return value address.

View File

@ -2495,6 +2495,7 @@ vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_h) \
$(inferior_h) $(regcache_h) $(frame_h) $(frame_base_h) \
$(frame_unwind_h) $(value_h) $(arch_utils_h) $(gdb_string_h) \
$(osabi_h) $(dis_asm_h) $(vax_tdep_h)
vaxbsd-nat.o: vaxbsd-nat.c $(defs_h) $(inferior_h) $(regcache_h) $(vax_tdep_h)
win32-nat.o: win32-nat.c $(defs_h) $(frame_h) $(inferior_h) $(target_h) \
$(gdbcore_h) $(command_h) $(completer_h) $(regcache_h) $(top_h) \
$(buildsym_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \