From: Fred Fish Date: Thu, 26 Aug 1993 18:35:26 +0000 (+0000) Subject: * gdb.t22/virtfunc.exp: Accept missing struct/class names as X-Git-Tag: gdb-4_18-branchpoint~17650 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed23900657cb9817881ef52808c34146713350b;p=thirdparty%2Fbinutils-gdb.git * gdb.t22/virtfunc.exp: Accept missing struct/class names as an expected fail for certain ptype commands. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6bd456de5a0..e4782070d9e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com) + + * gdb.t22/virtfunc.exp: Accept missing struct/class names as + an expected fail for certain ptype commands. + + * gdb.t20/classes.exp: Update expected results of "ptype class + Base1" to account for the constructor that now appears in the type. + Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com) * configure.in (configdirs): Restore gdb.t04, which mysteriously