Remove Vax Ultrix and VAX BSD support
authorPedro Alves <palves@redhat.com>
Fri, 17 Oct 2014 13:49:04 +0000 (14:49 +0100)
committerPedro Alves <palves@redhat.com>
Fri, 24 Oct 2014 16:56:56 +0000 (17:56 +0100)
commit09dd9a6907f0929f2b634e57e68f11a008dfbf68
tree79d52ea906fbb857c32e99647ab9725bff0a3f39
parent5ab806deff413e90bb2dc988b78857e13dfc1b5b
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.
16 files changed:
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/config/vax/vax.mh [deleted file]
gdb/configure.host
gdb/configure.tgt
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/corefile.exp
gdb/testsuite/gdb.base/interrupt.exp
gdb/testsuite/gdb.base/whatis.exp
gdb/testsuite/gdb.gdb/selftest.exp
gdb/testsuite/gdb.threads/manythreads.exp
gdb/testsuite/gdb.threads/print-threads.exp
gdb/testsuite/gdb.threads/pthreads.exp
gdb/testsuite/gdb.threads/schedlock.exp
gdb/vax-nat.c [deleted file]
This page took 0.027208 seconds and 4 git commands to generate.