From 7b34ad4ea9a2011f54177f0e895074d595644d45 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sat, 31 May 2003 19:48:39 +0000 Subject: [PATCH] * gdb.base/float.exp: Expect similar output for x86_64-*-* as for i?86-*-*. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.base/float.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 582d812..b46cf49 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 66943ef..8e239d9 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" -- 2.7.4