import gdb-1999-12-07 snapshot
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / default.exp
index f73a6d70431aa55f524d2ad99a0c50e3f583bc54..6f109fe9072e8b5a51eb6499d0a4ce01e35a83c6 100644 (file)
@@ -304,8 +304,8 @@ if [istarget "arm-*-*"] then {
     gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
 } elseif [istarget "strongarm-*-*"] then {
     gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
-} elseif [istarget "i\[3456\]86-*-linux-gnu"] then {
-    gdb_test "info float" "No registers."
+} elseif [istarget "i\[3456\]86-*-*"] then {
+    gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float"
 } else {
     gdb_test "info float" "No floating point info available for this processor." "info float"
 }
This page took 0.0276 seconds and 4 git commands to generate.