OSDN Git Service

2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
[pf3gnuchains/sourceware.git] / gdb / testsuite / gdb.base / float.exp
index 6c80fbb..01b0a99 100644 (file)
@@ -63,6 +63,8 @@ if { [istarget "alpha*-*-*"] } then {
     gdb_test "info float" "f0.*f1.*f127.*" "info float"
 } elseif [istarget "m68k-*-*"] then {
     gdb_test "info float" "fp0.*fp1.*fp7.*" "info float"
+} elseif [istarget "s390*-*-*"] then {
+    gdb_test "info float" "fpc.*f0.*f1.*f15.*" "info float"
 } elseif [istarget "sh*-*"] then {
     # SH may or may not have an FPU
     gdb_test_multiple "info float" "info float" {