diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-06-12 17:55:06 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-06-12 17:55:06 +0000 |
commit | 21c3830442ce4924db744ac66848e6a739ec8f61 (patch) | |
tree | 7b14063dd0797d47697b1883c3de9bce6b2e2859 /gdb/testsuite/gdb.base/float.exp | |
parent | 31a1f3a136fc0befeac9d8fd314612eb6e3c770f (diff) | |
download | gdb-21c3830442ce4924db744ac66848e6a739ec8f61.zip gdb-21c3830442ce4924db744ac66848e6a739ec8f61.tar.gz gdb-21c3830442ce4924db744ac66848e6a739ec8f61.tar.bz2 |
2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
* gdb.base/float.exp: Add ia64 support.
Diffstat (limited to 'gdb/testsuite/gdb.base/float.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/float.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index fff9fe6..7aa75f3 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -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" } |