diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-09-17 20:41:22 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-09-17 20:41:22 +0000 |
commit | 739d0d99b33332323e03c11f9fc03a5c499199c6 (patch) | |
tree | ef13c5ac89c234ea7c535c9301f20c3a030e69eb /gdb/testsuite/ChangeLog | |
parent | 1b8947f0b5670b7f1a3c1305d4115bd7e5a1ab69 (diff) | |
download | gdb-739d0d99b33332323e03c11f9fc03a5c499199c6.zip gdb-739d0d99b33332323e03c11f9fc03a5c499199c6.tar.gz gdb-739d0d99b33332323e03c11f9fc03a5c499199c6.tar.bz2 |
* gdb.base/display.c (do_loops): Add float variable `f'.
Increment f in loop.
* gdb.base/display.exp: Increment timeout by 60 seconds.
Change float display test to use variable `f'.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b10aed8..bf5afd1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2001-09-17 Corinna Vinschen <vinschen@redhat.com> + + * gdb.base/display.c (do_loops): Add float variable `f'. + Increment f in loop. + * gdb.base/display.exp: Increment timeout by 60 seconds. + Change float display test to use variable `f'. + 2001-09-17 Jim Blandy <jimb@redhat.com> * gdb.base/restore.exp: Use temporary breakpoints, to avoid |