summaryrefslogtreecommitdiff
path: root/gdb/config/vax
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2005-08-21 15:51:41 +0000
committerMark Kettenis <kettenis@gnu.org>2005-08-21 15:51:41 +0000
commitb59b4bafd72842f935b504d7ebd10b376a795126 (patch)
tree9c9ecbdc140a1cd716591bde885a12e3a329be0f /gdb/config/vax
parentf1e8f3ef2e520ca6e86ebabadc52e2b20978498d (diff)
downloadgdb-b59b4bafd72842f935b504d7ebd10b376a795126.tar.gz
* vaxobsd-tdep.c: New file.
* config/vax/obsd.mt (TDEPFILES): Add vaxobsd-tdep.o. * Makefile.in (vaxobsd-tdep.o): New dependency.
Diffstat (limited to 'gdb/config/vax')
-rw-r--r--gdb/config/vax/obsd.mt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/vax/obsd.mt b/gdb/config/vax/obsd.mt
index c72ef695b11..26cd10cf189 100644
--- a/gdb/config/vax/obsd.mt
+++ b/gdb/config/vax/obsd.mt
@@ -1,2 +1,2 @@
# Target: OpenBSD/vax
-TDEPFILES= vax-tdep.o corelow.o
+TDEPFILES= vax-tdep.o vaxobsd-tdep.o corelow.o