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 | |
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.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/float.exp | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1a0f779..4392f54 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. 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" } |