From: David Taylor Date: Tue, 5 Jan 1999 21:59:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d46b1af8db95c94ae78d6a8e6d54d905c834610;p=binutils-gdb.git *** empty log message *** --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 26573d27902..3fc7b029fc6 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,27 @@ +Tue Jan 5 13:05:32 1999 David Taylor + + The following changes were made by David Taylor + , Elena Zannoni , and + Edith Epstein 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 The following changes were made by David Taylor @@ -5,6 +29,10 @@ Mon Jan 4 10:06:43 1999 David Taylor Edith Epstein 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.