diff options
author | David Taylor <taylor@redhat.com> | 1999-01-05 21:59:02 +0000 |
---|---|---|
committer | David Taylor <taylor@redhat.com> | 1999-01-05 21:59:02 +0000 |
commit | 2d46b1af8db95c94ae78d6a8e6d54d905c834610 (patch) | |
tree | 86c85a0e5cb635a438df478988a9be8995d0a197 | |
parent | 61e635a444088acc4dc68794257a291f16e3fe6d (diff) | |
download | gdb-2d46b1af8db95c94ae78d6a8e6d54d905c834610.zip gdb-2d46b1af8db95c94ae78d6a8e6d54d905c834610.tar.gz gdb-2d46b1af8db95c94ae78d6a8e6d54d905c834610.tar.bz2 |
*** empty log message ***
-rw-r--r-- | gdb/testsuite/ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 26573d2..3fc7b02 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,27 @@ +Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com> + + The following changes were made by David Taylor + <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and + Edith Epstein <eepstein@cygnus.com> as part of a project to merge + in changes by HP. + + * gdb.base/bitops.exp: new file. + * gdb.base/default.exp: change expected messages for catch and + info catch tests to reflect HP merge changes. + * gdb.base/enable-disable-break.exp + * gdb.base/ending-run.c: new file. + * gdb.base/long_long.c: new file. + * gdb.base/maint.exp: new file. + * gdb.base/pointers2.exp: new file. + * gdb.base/shlib-call2.exp: new file. + * gdb.base/solib.exp: new file. + * gdb.base/step-test.c: new file. + * gdb.c++/anon-union.cc: new file. + + * gdb.base/scope.exp: compile one file at a time, then link. + * gdb.base/langs.exp: ditto. + * gdb.base/list.exp: ditto. + Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com> The following changes were made by David Taylor @@ -5,6 +29,10 @@ Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com> Edith Epstein <eepstein@cygnus.com> as part of a project to merge in changes by HP. + * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc, + skip tests. When compiling pass c++ flag to gdb_compile. + * gdb.c++/ + * lib/gdb.exp (get_compiler_info): new, optional argument -- args; test for on hppa*-*-hpux*; use args to see if c++ was specified. (skip_hp_tests): new function. |