diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-27 03:03:54 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-08-27 03:03:54 +0000 |
commit | 298e922229c9100cd86553f897781b0e5d574489 (patch) | |
tree | 8ea07a361bea912902aa2a8b3a042b79a27a14b7 /gdb/testsuite | |
parent | a06f0c9f27ab350315b47e140d4c654ff8e1901f (diff) | |
download | gdb-298e922229c9100cd86553f897781b0e5d574489.zip gdb-298e922229c9100cd86553f897781b0e5d574489.tar.gz gdb-298e922229c9100cd86553f897781b0e5d574489.tar.bz2 |
* gdb.t20/classes.exp: For "ptype class Base1", continue to accept
old form.
* gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c1684d4..e4d9706 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.t20/classes.exp: For "ptype class Base1", continue to accept + old form. + + * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a + name (e.g. devo gdb with gcc 2.4.5), it is still a pass. + * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it). * config/unix-gdb.exp: Remove this version of gdb_exit |