aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/default.exp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-12-08 02:51:13 +0000
committerJason Molenda <jmolenda@apple.com>1999-12-08 02:51:13 +0000
commitde57eccd12a59b2ccb9700dca5c6e86d5c6425ad (patch)
tree37044be8a572bdedabcaeede95935594432f6572 /gdb/testsuite/gdb.base/default.exp
parent6fe6a461276a13a5c309724ffe54a5cf5893c4f7 (diff)
downloadgdb-de57eccd12a59b2ccb9700dca5c6e86d5c6425ad.zip
gdb-de57eccd12a59b2ccb9700dca5c6e86d5c6425ad.tar.gz
gdb-de57eccd12a59b2ccb9700dca5c6e86d5c6425ad.tar.bz2
import gdb-1999-12-07 snapshot
Diffstat (limited to 'gdb/testsuite/gdb.base/default.exp')
-rw-r--r--gdb/testsuite/gdb.base/default.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/default.exp b/gdb/testsuite/gdb.base/default.exp
index f73a6d7..6f109fe 100644
--- a/gdb/testsuite/gdb.base/default.exp
+++ b/gdb/testsuite/gdb.base/default.exp
@@ -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"
}