[RFA] Testsuite fix for "info float" changes

Andrew Cagney ac131313@redhat.com
Sat Nov 9 06:12:00 GMT 2002


> -if { [istarget "arm*-*-*"] || \
> -	[istarget "xscale*-*-*"] || \
> -	[istarget "strongarm*-*-*"] } then {
> -    gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float"
> -} 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"
> -}
> +gdb_test "info float" "The program has no registers now." "info float"

Finally, a bit of consistency across architectures, from me it gets 
three thumbs up :-)

Fernando?

Andrew




More information about the Gdb-patches mailing list