2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Thu, 12 Jun 2003 17:55:06 +0000 (17:55 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Thu, 12 Jun 2003 17:55:06 +0000 (17:55 +0000)
        * gdb.base/float.exp: Add ia64 support.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/float.exp

index 1a0f779a59c9dcf916d72285edb3d4563dda49c5..4392f543e5e2f284851052710766651c05ecbf5a 100644 (file)
@@ -1,3 +1,7 @@
+2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdb.base/float.exp: Add ia64 support.
+
 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
 
        * gdb.base/fileio.exp: Run only on remote targets.
index fff9fe6f5fcb79d90d91bf7b560030b3eae1155f..7aa75f35889bfb14507b44df95f38c17e3356977 100644 (file)
@@ -59,6 +59,8 @@ if { [istarget "alpha*-*-*"] } then {
     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"
 }
This page took 0.031462 seconds and 4 git commands to generate.