aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2014-10-17 14:49:04 +0100
committerPedro Alves <palves@redhat.com>2014-10-24 17:56:56 +0100
commit09dd9a6907f0929f2b634e57e68f11a008dfbf68 (patch)
tree79d52ea906fbb857c32e99647ab9725bff0a3f39 /gdb/testsuite/ChangeLog
parent5ab806deff413e90bb2dc988b78857e13dfc1b5b (diff)
downloadgdb-09dd9a6907f0929f2b634e57e68f11a008dfbf68.zip
gdb-09dd9a6907f0929f2b634e57e68f11a008dfbf68.tar.gz
gdb-09dd9a6907f0929f2b634e57e68f11a008dfbf68.tar.bz2
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.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r--gdb/testsuite/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index b6e3505..7a20002 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,14 @@
+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.
+
2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
* gdb.cp/non-trivial-retval.cc: Add a test case.