* gdb.base/float.exp: Expect similar output for x86_64-*-* as for

i?86-*-*.
This commit is contained in:
Mark Kettenis 2003-05-31 19:48:39 +00:00
parent eafbc43f93
commit 7b34ad4ea9
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-31 Mark Kettenis <kettenis@gnu.org>
* gdb.base/float.exp: Expect similar output for x86_64-*-* as for
i?86-*-*.
2003-05-30 Mark Kettenis <kettenis@gnu.org>
* gdb.asm/asm-source.exp: Make sure the final link succeeds on

View File

@ -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"