From: David S. Miller Date: Wed, 16 Nov 2011 18:16:27 +0000 (+0000) Subject: * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when X-Git-Tag: gdb_7_4-branchpoint~241 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73cd8ab13213d2c01643a168b0a1632d35335f4a;p=thirdparty%2Fbinutils-gdb.git * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when target is sparc*-*-linux* --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b65305752b7..2fdf03e4676 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2011-11-16 David S. Miller + + * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when + target is sparc*-*-linux* + 2011-11-15 Paul Koning * gdb.python/py-type.exp: New testcases for exceptions on scalar diff --git a/gdb/testsuite/lib/gdb.exp b/gdb/testsuite/lib/gdb.exp index 3f0bffde56f..61152858692 100644 --- a/gdb/testsuite/lib/gdb.exp +++ b/gdb/testsuite/lib/gdb.exp @@ -1539,7 +1539,7 @@ proc can_single_step_to_signal_handler {} { # to determine the next instruction addresses, because start of signal # handler is one of them. if { [istarget "arm*-*-*"] || [istarget "mips*-*-*"] - || [istarget "tic6x-*-*"] } { + || [istarget "tic6x-*-*"] || [istarget "sparc*-*-linux*"] } { return 0 }