diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-10-29 18:20:22 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-10-29 18:20:22 +0000 |
commit | 1b7c05e765d98a058f2118f760f115d6f5157fff (patch) | |
tree | bec71b42474246635b79e1d7f292b0bd3030a965 /gdb/testsuite/ChangeLog | |
parent | 36a222619ef7b34bae54ad4c186db5786c1dcbdf (diff) | |
download | gdb-1b7c05e765d98a058f2118f760f115d6f5157fff.zip gdb-1b7c05e765d98a058f2118f760f115d6f5157fff.tar.gz gdb-1b7c05e765d98a058f2118f760f115d6f5157fff.tar.bz2 |
* gdb.base/call-ar-st.c (print_double_array): Match for loop
with new double_array size.
(main): Change storage class of all local variables to static.
Reduce size of double_array to 9.
* gdb.base/call-ar-st.exp: Increase timeout value.
Change expected output for double array to match new size in
call-ar-st.c.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b6f392d..12b89f9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,15 @@ 2001-10-29 Corinna Vinschen <vinschen@redhat.com> + * gdb.base/call-ar-st.c (print_double_array): Match for loop + with new double_array size. + (main): Change storage class of all local variables to static. + Reduce size of double_array to 9. + * gdb.base/call-ar-st.exp: Increase timeout value. + Change expected output for double array to match new size in + call-ar-st.c. + +2001-10-29 Corinna Vinschen <vinschen@redhat.com> + * gdb.base/ending-run.exp: Create identical output when passing `step to end of run' case. Add regular expression branch satisfying Stormy16 target. |