mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
Remove Vax Ultrix and VAX BSD support
Built and tested on x86_64 Fedora 20, with --enable-targets=all. gdb/ 2014-10-24 Pedro Alves <palves@redhat.com> * Makefile.in (ALLDEPFILES): Remove vax-nat.c. * NEWS (Removed targets): Add VAX BSD and VAX Ultrix. * config/vax/vax.mh: Delete. * configure.host: Move vax-*-bsd* and vax-*-ultrix* to the obsolete configurations section. * configure.tgt (vax-*-*): Don't mention 4.2BSD nor Ultrix. * vax-nat.c: Delete file. gdb/testsuite/ 2014-10-24 Pedro Alves <palves@redhat.com> * gdb.base/corefile.exp: Remove references to ultrix. * gdb.base/interrupt.exp: Likewise. * gdb.base/whatis.exp: Likewise. * gdb.gdb/selftest.exp: Likewise. * gdb.threads/manythreads.exp: Likewise. * gdb.threads/print-threads.exp: Likewise. * gdb.threads/pthreads.exp:: Likewise. * gdb.threads/schedlock.exp: Likewise.
This commit is contained in:
@@ -41,7 +41,9 @@ case $host in
|
||||
m68*-*-netbsd* | \
|
||||
sparc-*-netbsd* | \
|
||||
rs6000-*-lynxos* | \
|
||||
vax-*-bsd* | \
|
||||
vax-*-netbsd* | \
|
||||
vax-*-ultrix* | \
|
||||
null)
|
||||
echo "*** Configuration $host is obsolete." >&2
|
||||
echo "*** Support has been REMOVED." >&2
|
||||
@@ -168,11 +170,9 @@ sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
|
||||
|
||||
tilegx-*-linux*) gdb_host=linux ;;
|
||||
|
||||
vax-*-bsd*) gdb_host=vax ;;
|
||||
vax-*-netbsdelf* | vax-*-knetbsd*-gnu)
|
||||
gdb_host=nbsdelf ;;
|
||||
vax-*-openbsd*) gdb_host=obsd ;;
|
||||
vax-*-ultrix*) gdb_host=vax ;;
|
||||
|
||||
x86_64-*-linux*) gdb_host=linux64 ;;
|
||||
x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
|
||||
|
||||
Reference in New Issue
Block a user