diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1b4a79426d..a52e53e44d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2006-04-04 David S. Miller + + * gdb.base/float.exp: Add pattern for sparc targets. + 2006-03-30 Daniel Jacobowitz * gdb.base/commands.exp (stray_arg0_test): New test. diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index a814d57d93..31f9890a9f 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -81,6 +81,8 @@ if { [istarget "alpha*-*-*"] } then { } } elseif [istarget "hppa*-*"] then { gdb_test "info float" "fr4.*fr4R.*fr31R.*" "info float" +} elseif [istarget "sparc*-*-*"] then { + gdb_test "info float" "f0.*f1.*f31.*d0.*d30.*" "info float" } else { gdb_test "info float" "No floating.point info available for this processor." "info float (unknown target)" }