diff options
author | Tom Tromey <tromey@redhat.com> | 1996-08-07 19:17:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1996-08-07 19:17:09 +0000 |
commit | 7b2e7e89626fc019c431932a8c0a010ac6d08435 (patch) | |
tree | b809fa9fef96e3063fa3bbe1409e5c05f069c703 /gdb/testsuite/ChangeLog | |
parent | def7f77515784572b2010134ac9790ad9add2bf7 (diff) | |
download | gdb-7b2e7e89626fc019c431932a8c0a010ac6d08435.zip gdb-7b2e7e89626fc019c431932a8c0a010ac6d08435.tar.gz gdb-7b2e7e89626fc019c431932a8c0a010ac6d08435.tar.bz2 |
* config/slite-gdb.exp (gdb_start): Use "full_buffer", not
"buffer_full".
* config/nind-gdb.exp (gdb_start): Use "full_buffer", not
"buffer_full".
* config/mips-gdb.exp (gdb_start): Use "full_buffer", not
"buffer_full".
* lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
"buffer_full".
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cc866c5..3308479 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,17 @@ +Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com> + + * config/slite-gdb.exp (gdb_start): Use "full_buffer", not + "buffer_full". + + * config/nind-gdb.exp (gdb_start): Use "full_buffer", not + "buffer_full". + + * config/mips-gdb.exp (gdb_start): Use "full_buffer", not + "buffer_full". + + * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not + "buffer_full". + Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com> * configure.in (configdirs): Add gdb.threads. |