From fb4ce06b35d6c7a888fa503fa00c9634b51219d6 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 1 Sep 2004 16:36:30 +0000 Subject: [PATCH] * gdb.base/call-rt-st.exp: Fix typos. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/call-rt-st.exp | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a584bc5..53431c3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-09-01 Corinna Vinschen + + * gdb.base/call-rt-st.exp: Fix typos. + 2004-08-31 Manoj Iyer * gdb.threads/thread_check.exp: New testcase. diff --git a/gdb/testsuite/gdb.base/call-rt-st.exp b/gdb/testsuite/gdb.base/call-rt-st.exp index 4a912fc..7152a4a 100644 --- a/gdb/testsuite/gdb.base/call-rt-st.exp +++ b/gdb/testsuite/gdb.base/call-rt-st.exp @@ -187,13 +187,13 @@ if {![gdb_skip_float_test "print print_two_floats(*f3)"] && \ ".*Contents of two_floats_t:\[ \r\n\]+-2\\.345000\[ \t]+1\\.000000\[ \r\n\]+.\[0-9\]+ = \\{float1 = -2\\.34500003, float2 = 1\\}" } -if ![gdb_skip_stdio_test "print print_bit_flags_char(*flags)"] { - print_struct_call "print_bit_flags_char(*flags)" \ +if ![gdb_skip_stdio_test "print print_bit_flags_char(*cflags)"] { + print_struct_call "print_bit_flags_char(*cflags)" \ ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1 '\\\\001', beta = 0 '\\\\0', gamma = 1 '\\\\001', delta = 0 '\\\\0', epsilon = 1 '\\\\001', omega = 0 '\\\\0'\\}" } -if ![gdb_skip_stdio_test "print print_bit_flags_short(*flags)"] { - print_struct_call "print_bit_flags_short(*flags)" \ +if ![gdb_skip_stdio_test "print print_bit_flags_short(*sflags)"] { + print_struct_call "print_bit_flags_short(*sflags)" \ ".*alpha\[ \r\n\]+gamma\[ \r\n\]+epsilon\[ \r\n\]+.\[0-9\]+ = \\{alpha = 1, beta = 0, gamma = 1, delta = 0, epsilon = 1, omega = 0\\}" } -- 2.7.4