From: Jeff Johnston Date: Thu, 12 Jun 2003 17:55:06 +0000 (+0000) Subject: 2003-06-12 Jeff Johnston X-Git-Tag: ezannoni_pie-20030916-branchpoint~1249 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21c3830442ce4924db744ac66848e6a739ec8f61;p=platform%2Fupstream%2Fbinutils.git 2003-06-12 Jeff Johnston * gdb.base/float.exp: Add ia64 support. --- 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 + + * gdb.base/float.exp: Add ia64 support. + 2003-06-12 Corinna Vinschen * 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" }