aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Taylor <taylor@redhat.com>1999-01-06 00:11:17 +0000
committerDavid Taylor <taylor@redhat.com>1999-01-06 00:11:17 +0000
commit80909c45f834e334ccf171903911bd5e6cd269b1 (patch)
tree523c6502f7d95dca3843155f0e4e55e07a0ad8b3
parent17f18ac4e5b8250c67124193417c6e0f8b3886b3 (diff)
downloadgdb-80909c45f834e334ccf171903911bd5e6cd269b1.zip
gdb-80909c45f834e334ccf171903911bd5e6cd269b1.tar.gz
gdb-80909c45f834e334ccf171903911bd5e6cd269b1.tar.bz2
fix anon-union tests from HP.
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 2bf28c5..75151a2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,9 @@
Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
+ * gdb.c++/anon-union.cc: make foo and bar global, otherwise
+ they're stack variables and contain garbage.
+ * gdb.c++/anon-union.exp: new file.
+
The following changes were made by David Taylor
<taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
Edith Epstein <eepstein@cygnus.com> as part of a project to merge