diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/float.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/float.exp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index a14a915..09a02ca 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -51,6 +51,11 @@ if { [istarget "alpha*-*-*"] } then { -re "Software FPU type.*mask:.*flags:.*$gdb_prompt $" { pass "info float (FPA)" } + -re "fpscr.*s0.*s1.*s31.*$gdb_prompt $" { + # Only check for single precision; d0 might be a vector register + # if we have NEON. + pass "info float (VFP)" + } -re "No floating.point info available for this processor.*" { pass "info float (without FPU)" } |