[PATCH] Fix xfail Sparc pattern

David S. Miller davem@redhat.com
Wed Apr 17 12:57:00 GMT 2002


The xfail here applies to all Sparc platforms, not just sparc-*.

2002-04-17  David S. Miller  <davem@redhat.com>

	* gdb.base/watchpoint.exp: Fix sparc xfail to be sparc*-*-*

--- ./testsuite/gdb.base/watchpoint.exp.~1~	Tue Apr 16 10:56:47 2002
+++ ./testsuite/gdb.base/watchpoint.exp	Tue Apr 16 10:58:53 2002
@@ -390,7 +390,7 @@ proc test_stepping {} {
 	# The following architectures define CALL_DUMMY_BREAKPOINT_OFFSET.
 	clear_xfail "alpha-*-*"
 	clear_xfail "mips*-*-*"
-	clear_xfail "sparc-*-*"
+	clear_xfail "sparc*-*-*"
 	clear_xfail "hppa*-*-*bsd*"
 	# It works with the generic inferior function calling code too.
 	clear_xfail "mn10200*-*-*"



More information about the Gdb-patches mailing list