|
|
|
@ -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" |
|
|
|
|