Index: float.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/float.exp,v retrieving revision 1.3 diff -u -r1.3 float.exp --- float.exp 2 Jun 2003 16:49:35 -0000 1.3 +++ float.exp 11 Jun 2003 20:50:02 -0000 @@ -59,6 +59,8 @@ gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float" } elseif { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } then { gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float" +} elseif [istarget "ia64-*-*"] then { + gdb_test "info float" "f0.*f1.*f127.*" "info float" } else { gdb_test "info float" "No floating.point info available for this processor." "info float" }