diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-24 15:34:49 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-05-24 15:34:49 +0000 |
commit | c6d700126c422e9ac3f916a96ed5c462807b628f (patch) | |
tree | ed311061b24a4da378d495557bc0de2994b81c22 /gdb | |
parent | 8537c754ba0d418c5cc01def2008f36e0e8fe8dd (diff) | |
download | gdb-c6d700126c422e9ac3f916a96ed5c462807b628f.zip gdb-c6d700126c422e9ac3f916a96ed5c462807b628f.tar.gz gdb-c6d700126c422e9ac3f916a96ed5c462807b628f.tar.bz2 |
* gdb.t03/{gdbme.c,ptype.exp}:
Add tests for typedef'd struct and union without tags.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
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). |