From: Tom Tromey Date: Mon, 21 May 2012 16:52:42 +0000 (+0000) Subject: * gdb.base/callfuncs.exp (do_function_calls): Update for 'set X-Git-Tag: sid-snapshot-20120601~104 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=248537e34b516ddcd9489f76441d81139ca7e2f7;p=platform%2Fupstream%2Fbinutils.git * gdb.base/callfuncs.exp (do_function_calls): Update for 'set print symbol' change. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 879afdd..8e36471 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-05-21 Tom Tromey + + * gdb.base/callfuncs.exp (do_function_calls): Update for 'set + print symbol' change. + 2012-05-18 Thiago Jung Bauermann * gdb.python/py-prompt.exp: Quit if the target is remote. diff --git a/gdb/testsuite/gdb.base/callfuncs.exp b/gdb/testsuite/gdb.base/callfuncs.exp index c48fa60..3057020 100644 --- a/gdb/testsuite/gdb.base/callfuncs.exp +++ b/gdb/testsuite/gdb.base/callfuncs.exp @@ -257,7 +257,7 @@ proc do_function_calls {} { "call inferior func with struct - returns long double _Complex" } - gdb_test "p t_structs_a(struct_val1)" "= (.unsigned char .. )?\"foo\"" \ + gdb_test "p t_structs_a(struct_val1)" "= (.unsigned char .. )? \"foo\"" \ "call inferior func with struct - returns char *" }