aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-01-10 23:54:03 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-01-10 23:54:03 +0000
commitd7c6f0f7fb1bb9e37a7bc0b8214f20284771497c (patch)
tree336ee219c4e660ab0c085ac73aad8138aac22853 /gdb/testsuite
parent6fd417ffbbd91c7d77ccabbb4bd4a702d78c986e (diff)
downloadgdb-d7c6f0f7fb1bb9e37a7bc0b8214f20284771497c.zip
gdb-d7c6f0f7fb1bb9e37a7bc0b8214f20284771497c.tar.gz
gdb-d7c6f0f7fb1bb9e37a7bc0b8214f20284771497c.tar.bz2
* gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
of "file" command.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 326396d..aaa8243 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,8 @@
Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
+ * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
+ of "file" command.
+
* gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
Add additional pattern for when "int operator int(void);" appears
in a different order.