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.exp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp
index 83be8d9..170ba77 100644
--- a/gdb/testsuite/gdb.base/float.exp
+++ b/gdb/testsuite/gdb.base/float.exp
@@ -42,9 +42,7 @@ if ![runto_main] then {
if { [istarget "alpha*-*-*"] } then {
gdb_test "info float" "f0.*" "info float"
-} elseif { [istarget "arm*-*-*"] || \
- [istarget "xscale*-*-*"] || \
- [istarget "strongarm*-*-*"] } then {
+} elseif { [istarget "arm*-*-*"] } then {
gdb_test_multiple "info float" "info float" {
-re "Software FPU type.*mask:.*flags:.*$gdb_prompt $" {
pass "info float (FPA)"