From: kettenis Date: Sat, 31 May 2003 19:48:39 +0000 (+0000) Subject: * gdb.base/float.exp: Expect similar output for x86_64-*-* as for X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f42f9d67c6ff54074499657e0cf615c924336dd3;p=pf3gnuchains%2Fsourceware.git * gdb.base/float.exp: Expect similar output for x86_64-*-* as for i?86-*-*. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 582d812d6f..b46cf49760 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-05-31 Mark Kettenis + + * gdb.base/float.exp: Expect similar output for x86_64-*-* as for + i?86-*-*. + 2003-05-30 Mark Kettenis * gdb.asm/asm-source.exp: Make sure the final link succeeds on diff --git a/gdb/testsuite/gdb.base/float.exp b/gdb/testsuite/gdb.base/float.exp index 66943eff7d..8e239d90d7 100644 --- a/gdb/testsuite/gdb.base/float.exp +++ b/gdb/testsuite/gdb.base/float.exp @@ -55,7 +55,7 @@ if { [istarget "arm*-*-*"] || \ [istarget "xscale*-*-*"] || \ [istarget "strongarm*-*-*"] } then { gdb_test "info float" "Software FPU type.*mask:.*flags:.*" "info float" -} elseif [istarget "i?86-*-*"] then { +} elseif { [istarget "i?86-*-*"] || [istarget "x86_64-*-*"] } then { gdb_test "info float" "R7:.*Status Word:.*Opcode:.*" "info float" } else { gdb_test "info float" "No floating.point info available for this processor." "info float"