summaryrefslogtreecommitdiff
path: root/gdb/configure.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2004-08-06 19:14:44 +0000
committerMark Kettenis <kettenis@gnu.org>2004-08-06 19:14:44 +0000
commit31b1533957295cec57551423ffbb983c9a5a9de0 (patch)
tree56c9a3f073f079e4157b788332db54d646f69d6d /gdb/configure.host
parentba0f0d0bccf4207e00c7263669aaf70774235c65 (diff)
downloadgdb-31b1533957295cec57551423ffbb983c9a5a9de0.tar.gz
* vax-nat.c: New file.
* vaxbsd-nat.c: Tweak comment. * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and vaxnbsd-tdep.c. (vax-nat.o): New dependency. * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax. (vax-*-ultrix2*): Remove. * config/vax/vax.mh: New file. * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration. (KERNEL_U_ADDR): Define as vax_kernel_u_addr. (vax_register_u_addr): New prototype. (REGISTER_U_ADDR): Define using vax_register_u_addr. * config/vax/vaxult2.mh: Remove file. * config/vax/vaxult.mh: Remove file. * config/vax/vaxbsd.mh: Remove file. * config/vax/vax.mt (TM_FILE): Remove. * config/vax/tm-vaxbsd.h: Remove file.
Diffstat (limited to 'gdb/configure.host')
-rw-r--r--gdb/configure.host5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/configure.host b/gdb/configure.host
index 71436bf8912..fbd6285562b 100644
--- a/gdb/configure.host
+++ b/gdb/configure.host
@@ -133,12 +133,11 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
gdb_host=sol2
;;
+vax-*-bsd*) gdb_host=vax ;;
vax-*-netbsdelf*) gdb_host=nbsdelf ;;
vax-*-netbsd*) gdb_host=nbsdaout ;;
vax-*-openbsd*) gdb_host=obsd ;;
-vax-*-bsd*) gdb_host=vaxbsd ;;
-vax-*-ultrix2*) gdb_host=vaxult2 ;;
-vax-*-ultrix*) gdb_host=vaxult ;;
+vax-*-ultrix*) gdb_host=vax ;;
x86_64-*-linux*) gdb_host=linux64 ;;
x86_64-*-freebsd*) gdb_host=fbsd64 ;;