]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
authorDavid S. Miller <davem@redhat.com>
Wed, 16 Nov 2011 18:16:27 +0000 (18:16 +0000)
committerDavid S. Miller <davem@redhat.com>
Wed, 16 Nov 2011 18:16:27 +0000 (18:16 +0000)
target is sparc*-*-linux*

gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp

index b65305752b7c296faa01c64171fa6fcb4c8e5f3d..2fdf03e46765d27a675799ba3571b5a9e14a2dd6 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-16  David S. Miller  <davem@davemloft.net>
+
+       * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
+       target is sparc*-*-linux*
+
 2011-11-15  Paul Koning  <paul_koning@dell.com>
 
        * gdb.python/py-type.exp: New testcases for exceptions on scalar
index 3f0bffde56f3488ab3a3ffef992048b1dd2408c6..611528586925e632950c4bc27987fdebb1161440 100644 (file)
@@ -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
     }