new files.
This commit is contained in:
parent
36ea6c719b
commit
f0edbb0d5c
|
@ -10,6 +10,12 @@ Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
|
||||||
* gdb.base/signals.exp: be more restrictive about which hppa
|
* gdb.base/signals.exp: be more restrictive about which hppa
|
||||||
systems receive a setup_xfail. new tests.
|
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
|
* gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
|
||||||
tests. New tests for enums inside classes.
|
tests. New tests for enums inside classes.
|
||||||
|
|
||||||
|
@ -25,6 +31,9 @@ Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
|
||||||
* gdb.c++/templates.cc: changes to support HP's compiler; changes
|
* gdb.c++/templates.cc: changes to support HP's compiler; changes
|
||||||
to support new tests.
|
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 <taylor@texas.cygnus.com>
|
Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -81,6 +81,7 @@ foo.c
|
||||||
funcargs.c
|
funcargs.c
|
||||||
funcargs.exp
|
funcargs.exp
|
||||||
gdbvars.exp
|
gdbvars.exp
|
||||||
|
gen_solib_threshold.c
|
||||||
grbx.c
|
grbx.c
|
||||||
help.exp
|
help.exp
|
||||||
i486-elf.u
|
i486-elf.u
|
||||||
|
@ -167,6 +168,10 @@ solib.c
|
||||||
solib.exp
|
solib.exp
|
||||||
solib1.c
|
solib1.c
|
||||||
solib2.c
|
solib2.c
|
||||||
|
solib_threshold.build
|
||||||
|
solib_threshold.exp
|
||||||
|
solib_threshold.link_opts
|
||||||
|
solib_threshold.mk
|
||||||
so-impl-ld.c
|
so-impl-ld.c
|
||||||
so-impl-ld.exp
|
so-impl-ld.exp
|
||||||
so-indr-cl.c
|
so-indr-cl.c
|
||||||
|
|
|
@ -35,6 +35,7 @@ classes-hp.exp
|
||||||
compiler.c
|
compiler.c
|
||||||
compiler.cc
|
compiler.cc
|
||||||
ctti.exp
|
ctti.exp
|
||||||
|
ctti-add.cc
|
||||||
ctti-add1.cc
|
ctti-add1.cc
|
||||||
ctti-add2.cc
|
ctti-add2.cc
|
||||||
ctti-add3.cc
|
ctti-add3.cc
|
||||||
|
@ -76,7 +77,7 @@ thr-lib.c
|
||||||
thr-lib.exp
|
thr-lib.exp
|
||||||
thr-lib.h
|
thr-lib.h
|
||||||
thr-liblib.c
|
thr-liblib.c
|
||||||
thread-local-stg.exp
|
thr-stg.exp
|
||||||
vforked-program.c
|
vforked-program.c
|
||||||
virtfun-hp.cc
|
virtfun-hp.cc
|
||||||
virtfun-hp.exp
|
virtfun-hp.exp
|
||||||
|
|
Loading…
Reference in New Issue