aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1994-12-17 10:47:40 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1994-12-17 10:47:40 +0000
commit528d1a8dfd45c31a4255d0fc6ada440429a31c31 (patch)
tree5d46a60d0ed3762cd8a947c6d65406ce3457ac4b /gdb/testsuite
parent84bdfea6aa3c038b4e38f8615781ff3153bee2e3 (diff)
downloadgdb-528d1a8dfd45c31a4255d0fc6ada440429a31c31.zip
gdb-528d1a8dfd45c31a4255d0fc6ada440429a31c31.tar.gz
gdb-528d1a8dfd45c31a4255d0fc6ada440429a31c31.tar.bz2
* gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
anonymous unions.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d409eeb..ee272f3 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,7 +1,12 @@
+Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
+
+ * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
+ anonymous unions.
+
Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
- and pr-5646.o, so "make" is the same as "make all, not "make
+ and pr-5646.o, so "make" is the same as "make all", not "make
pr-4975.o".
Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>