From: Jim Kingdon Date: Mon, 24 May 1993 15:34:49 +0000 (+0000) Subject: * gdb.t03/{gdbme.c,ptype.exp}: X-Git-Tag: gdb-4_18~19130 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c6d700126c422e9ac3f916a96ed5c462807b628f;p=platform%2Fupstream%2Fbinutils.git * gdb.t03/{gdbme.c,ptype.exp}: Add tests for typedef'd struct and union without tags. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a5fc079..560ce34 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * gdb.t03/{gdbme.c,ptype.exp}: + Add tests for typedef'd struct and union without tags. + * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see PRMS 1823; the bug still exists but isn't reproduced by this test anymore), and remove rs6000 XFAIL (the bug is fixed).