diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-01-11 15:21:14 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2013-01-11 15:21:14 +0000 |
commit | 04164e8e6d0171ce44240a52d59de7429baba09b (patch) | |
tree | 83434d7c42b828afde1f4e866168f8f73f64b939 | |
parent | bf51454b450bbc099e8be9aa178b86ea010edd4e (diff) | |
download | binutils-04164e8e6d0171ce44240a52d59de7429baba09b.zip binutils-04164e8e6d0171ce44240a52d59de7429baba09b.tar.gz binutils-04164e8e6d0171ce44240a52d59de7429baba09b.tar.bz2 |
gdb/testsuite/
* gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
targets.
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/dprintf.exp | 2 |
2 files changed, 6 insertions, 1 deletions
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 <jan.kratochvil@redhat.com> + + * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit + targets. + 2013-01-11 Yao Qi <yao@codesourcery.com> * 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\"" |