* configure.in (configdirs): Add gdb.t24 for C++ tests that
should work on any system, regardless of debugging format. * gdb.t21/demangle.exp: Move to gdb.t24. * gdb.t24/demangle.exp: Move from gdb.t21. * gdb.t24/{Makefile.in, configure.in}: New files.
This commit is contained in:
parent
2632d6dff0
commit
0b3c22dfbb
3 changed files with 15 additions and 1 deletions
|
@ -51,6 +51,7 @@ gdb.t20
|
|||
gdb.t21
|
||||
gdb.t22
|
||||
gdb.t23
|
||||
gdb.t24
|
||||
gdb.t30
|
||||
gdb.t31
|
||||
|
||||
|
|
|
@ -1,3 +1,16 @@
|
|||
Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
|
||||
|
||||
* configure.in (configdirs): Add gdb.t24 for C++ tests that
|
||||
should work on any system, regardless of debugging format.
|
||||
* gdb.t21/demangle.exp: Move to gdb.t24.
|
||||
* gdb.t24/demangle.exp: Move from gdb.t21.
|
||||
* gdb.t24/{Makefile.in, configure.in}: New files.
|
||||
|
||||
Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* configure.in: Do gdb.stabs and C++ tests only for stabs.
|
||||
* gdb.stabs: New directory.
|
||||
|
||||
Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
|
||||
|
|
|
@ -9,7 +9,7 @@ srcname="DejaGnu"
|
|||
# Directories to use in all configurations.
|
||||
configdirs="gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \
|
||||
gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \
|
||||
gdb.t16 gdb.t17 gdb.t30 gdb.t31"
|
||||
gdb.t16 gdb.t17 gdb.t24 gdb.t30 gdb.t31"
|
||||
|
||||
# Directories to use for a configuration which uses stabs. C++ tests
|
||||
# are also here because I don't believe they work well for any other
|
||||
|
|
Loading…
Reference in a new issue