* gdb.base/float.exp: Add pattern for sparc targets.

This commit is contained in:
David S. Miller 2006-04-04 23:17:41 +00:00
parent 0a59b3af50
commit 880da1859d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-04-04 David S. Miller <davem@sunset.davemloft.net>
* gdb.base/float.exp: Add pattern for sparc targets.
2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
* gdb.base/commands.exp (stray_arg0_test): New test.

View File

@ -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)"
}