From: Jan Kratochvil Date: Fri, 11 Jan 2013 15:21:14 +0000 (+0000) Subject: gdb/testsuite/ X-Git-Tag: sid-snapshot-20130201~238 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04164e8e6d0171ce44240a52d59de7429baba09b;p=platform%2Fupstream%2Fbinutils.git gdb/testsuite/ * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit targets. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6b2994c..f734bbc 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-01-11 Jan Kratochvil + + * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit + targets. + 2013-01-11 Yao Qi * gdb.base/dprintf.exp: Check the output of 'info breakpoints' diff --git a/gdb/testsuite/gdb.base/dprintf.exp b/gdb/testsuite/gdb.base/dprintf.exp index fb626fa..2b00c24 100644 --- a/gdb/testsuite/gdb.base/dprintf.exp +++ b/gdb/testsuite/gdb.base/dprintf.exp @@ -44,7 +44,7 @@ gdb_test "dprintf $dp_location1,\"arg=%d, g=%d\\n\", arg, g" \ "Dprintf .*" gdb_test_sequence "info breakpoints" "dprintf info 1" { - "\[\r\n\]Num Type Disp Enb Address What" + "\[\r\n\]Num Type Disp Enb Address +What" "\[\r\n\]2 breakpoint" "\[\r\n\]3 dprintf" "\[\r\n\] printf \"At foo entry\\\\n\""