diff options
author | Jeff Law <law@redhat.com> | 1994-04-05 22:28:21 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-04-05 22:28:21 +0000 |
commit | 19155bc265151c994830fbfb615eafd842920838 (patch) | |
tree | 08323069572c97fa34e77048887f6c16085732e0 /gdb/testsuite | |
parent | 32a1239cc8128dd55b1cb7381f0127c98d1542ea (diff) | |
download | gdb-19155bc265151c994830fbfb615eafd842920838.zip gdb-19155bc265151c994830fbfb615eafd842920838.tar.gz gdb-19155bc265151c994830fbfb615eafd842920838.tar.bz2 |
* gdb.t00/default.exp: Use "exp_continue" rather than obsolete
"continue -expect".
* gdb.t06/break.exp: Likewise.
* gdb.t07/watchpoint.exp: Likewise.
* gdb.t13/bitfields.exp: Likewise.
* gdb.t15/{funcargs,return}.exp: Likewise.
* gdb.stabs/weird.exp: Likewise.
* config/{mips,udi}-gdb.exp: Likewise.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c13c7df..9d4b593 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,14 @@ Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + * gdb.t00/default.exp: Use "exp_continue" rather than obsolete + "continue -expect". + * gdb.t06/break.exp: Likewise. + * gdb.t07/watchpoint.exp: Likewise. + * gdb.t13/bitfields.exp: Likewise. + * gdb.t15/{funcargs,return}.exp: Likewise. + * gdb.stabs/weird.exp: Likewise. + * config/{mips,udi}-gdb.exp: Likewise. + * hppa.sed: Enclose comments within a sed command to avoid losing with the old OSF1 sed. |