diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-14 18:02:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-14 18:02:44 +0000 |
commit | 9c5519a5d090054c6cd9c030ee05232cd853b147 (patch) | |
tree | 73dee125d8829ac78a9ef469c5a009493f550240 /gdb/Makefile.in | |
parent | 4844a61487575ce7da6d919975e98b7163d5b40f (diff) | |
download | gdb-9c5519a5d090054c6cd9c030ee05232cd853b147.zip gdb-9c5519a5d090054c6cd9c030ee05232cd853b147.tar.gz gdb-9c5519a5d090054c6cd9c030ee05232cd853b147.tar.bz2 |
* vaxnbsd-tdep.c: New file.
* Makefile.in (vaxnbsd-tdep.o): New dependency.
* configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
* config/vax/nbsd.mt: New file.
* config/vax/tm-nbsd.h: New file.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index baa3525..fd440fe 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2496,6 +2496,8 @@ vax-tdep.o: vax-tdep.c $(defs_h) $(symtab_h) $(opcode_vax_h) $(gdbcore_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) +vaxnbsd-tdep.o: vaxnbsd-tdep.c $(defs_h) $(arch_utils_h) $(osabi_h) \ + $(vax_tdep_h) $(solib_svr4_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) \ |