From f0edbb0d5cce158745ed6468e08e6c4242b06a96 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Tue, 12 Jan 1999 15:40:50 +0000 Subject: [PATCH] new files. --- gdb/testsuite/ChangeLog | 9 +++++++++ gdb/testsuite/gdb.base/.Sanitize | 5 +++++ gdb/testsuite/gdb.hp/.Sanitize | 3 ++- 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5afb6868ef6..bb960350cd3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -10,6 +10,12 @@ Mon Jan 11 10:08:03 1999 David Taylor * gdb.base/signals.exp: be more restrictive about which hppa systems receive a setup_xfail. new tests. + * gdb.base/solib_threshold.build: new file. + * gdb.base/solib_threshold.exp: new file. + * gdb.base/solib_threshold.link_opts: new file. + * gdb.base/solib_threshold.mk: new file. + * gdb.base/gen_solib_threshold.c: new file. + * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the tests. New tests for enums inside classes. @@ -25,6 +31,9 @@ Mon Jan 11 10:08:03 1999 David Taylor * gdb.c++/templates.cc: changes to support HP's compiler; changes to support new tests. + * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using + gcc, then skip these tests. + Sun Jan 10 23:44:11 1999 David Taylor diff --git a/gdb/testsuite/gdb.base/.Sanitize b/gdb/testsuite/gdb.base/.Sanitize index 55019b396f5..17c633b6842 100644 --- a/gdb/testsuite/gdb.base/.Sanitize +++ b/gdb/testsuite/gdb.base/.Sanitize @@ -81,6 +81,7 @@ foo.c funcargs.c funcargs.exp gdbvars.exp +gen_solib_threshold.c grbx.c help.exp i486-elf.u @@ -167,6 +168,10 @@ solib.c solib.exp solib1.c solib2.c +solib_threshold.build +solib_threshold.exp +solib_threshold.link_opts +solib_threshold.mk so-impl-ld.c so-impl-ld.exp so-indr-cl.c diff --git a/gdb/testsuite/gdb.hp/.Sanitize b/gdb/testsuite/gdb.hp/.Sanitize index ebcf533fc78..44cd24a4366 100644 --- a/gdb/testsuite/gdb.hp/.Sanitize +++ b/gdb/testsuite/gdb.hp/.Sanitize @@ -35,6 +35,7 @@ classes-hp.exp compiler.c compiler.cc ctti.exp +ctti-add.cc ctti-add1.cc ctti-add2.cc ctti-add3.cc @@ -76,7 +77,7 @@ thr-lib.c thr-lib.exp thr-lib.h thr-liblib.c -thread-local-stg.exp +thr-stg.exp vforked-program.c virtfun-hp.cc virtfun-hp.exp -- 2.30.2