aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/float.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.base/float.exp')
-rw-r--r--gdb/testsuite/gdb.base/float.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp
index 66943ef..8e239d9 100644
--- a/gdb/testsuite/gdb.base/float.exp
+++ b/gdb/testsuite/gdb.base/float.exp
@@ -55,7 +55,7 @@ if { [istarget "arm*-*-*"] || \
[istarget "xscale*-*-*"] || \
[istarget "strongarm*-*-*"] } then {
gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
-} elseif [istarget "i?86-*-*"] then {
+} elseif { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } 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"