mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
* gdb.base/float.exp: Add pattern for sparc targets.
This commit is contained in:
parent
0a59b3af50
commit
880da1859d
@ -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.
|
||||
|
@ -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)"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user