* gdb.base/float.exp: Add expected regexp for alpha-*-*.

This commit is contained in:
Richard Henderson 2003-06-02 16:49:35 +00:00
parent eb4edb88d8
commit d80dbb52aa
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-02 Richard Henderson <rth@redhat.com>
* gdb.base/float.exp: Add expected regexp for alpha-*-*.
2003-06-02 Richard Henderson <rth@redhat.com>
* gdb.base/selftest.exp: Next over lim_at_start initialization.

View File

@ -51,7 +51,9 @@ if ![runto_main] then {
# Test "info float".
if { [istarget "arm*-*-*"] || \
if { [istarget "alpha*-*-*"] } then {
gdb_test "info float" "f0.*" "info float"
} elseif { [istarget "arm*-*-*"] || \
[istarget "xscale*-*-*"] || \
[istarget "strongarm*-*-*"] } then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"