diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-05 18:34:33 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-05 18:34:33 +0000 |
commit | 3c409d20459679c45e3847b386b0614f54827408 (patch) | |
tree | cf8282e56555b47f5d1495ae6b105bc487b28b93 /gdb | |
parent | ddb01977fb3453da381fad056ec7e19b5017c072 (diff) | |
download | fsf-binutils-gdb-3c409d20459679c45e3847b386b0614f54827408.zip fsf-binutils-gdb-3c409d20459679c45e3847b386b0614f54827408.tar.gz fsf-binutils-gdb-3c409d20459679c45e3847b386b0614f54827408.tar.bz2 |
* gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
properly quoting regexps. This makes the second argument to
demangle a fixed string, which matches the callers, instead of a
shell-style pattern which is what the previous implementation
used. Update some of the callers.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9a7ee16..f82a2fc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test, + properly quoting regexps. This makes the second argument to + demangle a fixed string, which matches the callers, instead of a + shell-style pattern which is what the previous implementation + used. Update some of the callers. + Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect |