diff options
author | Michael Chastain <mec@google.com> | 2003-02-06 02:11:01 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-02-06 02:11:01 +0000 |
commit | 92851186c3e3f4a246f702f1e2846ec166875982 (patch) | |
tree | 6e19f77c607f4bd85b8e3f06ec831e97fb37eafb | |
parent | 8b8d75257939d006ba4c7a530ada3831f90d315d (diff) | |
download | gdb-92851186c3e3f4a246f702f1e2846ec166875982.zip gdb-92851186c3e3f4a246f702f1e2846ec166875982.tar.gz gdb-92851186c3e3f4a246f702f1e2846ec166875982.tar.bz2 |
2003-02-05 Michael Chastain <mec@shout.net>
* gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
output for configurations with gcc 2.95.3.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fe9194e..ef2d7b3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-02-05 Michael Chastain <mec@shout.net> + + * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept + output for configurations with gcc 2.95.3. + 2003-02-05 Keith Seitz <keiths@redhat.com> Andrew Cagney <ac131313@redhat.com> |