aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1999-01-11 15:20:52 +0000
committerDavid Taylor <taylor@redhat.com>1999-01-11 15:20:52 +0000
commitdb8276bb10b679ad65b83e93bc7fc8d5d70139e8 (patch)
treebbacead7d34b691f556ced4f0efc25ea02bedd79
parent6402c01cc2d220ac2345781399738aa296c350a1 (diff)
downloadfsf-binutils-gdb-db8276bb10b679ad65b83e93bc7fc8d5d70139e8.zip
fsf-binutils-gdb-db8276bb10b679ad65b83e93bc7fc8d5d70139e8.tar.gz
fsf-binutils-gdb-db8276bb10b679ad65b83e93bc7fc8d5d70139e8.tar.bz2
modifications as part of HP merge; new tests; support for HP's compilers.
-rw-r--r--gdb/testsuite/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index cb3488e..5afb686 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,30 @@
+Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
+
+ The following changes are part of the HP merge.
+
+ * gdb.base/break.exp: new tests to verify that catchpoints for
+ fork, vfork, and exec don't trigger inappropriately.
+
+ * gdb.base/opaque.exp: compile one file at a time, then link.
+
+ * gdb.base/signals.exp: be more restrictive about which hppa
+ systems receive a setup_xfail. new tests.
+
+ * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
+ tests. New tests for enums inside classes.
+
+ * gdb.c++/compiler.cc: indicate support of template debugging.
+
+ * gdb.c++/demangle.exp: run hp style demangling tests.
+
+ * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
+ tests.
+
+ * gdb.c++/misc.cc: changes to support new tests.
+
+ * gdb.c++/templates.cc: changes to support HP's compiler; changes
+ to support new tests.
+
Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>