mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 11:04:18 +08:00
* gdb.base/float.exp: Expect similar output for x86_64-*-* as for
i?86-*-*.
This commit is contained in:
parent
eafbc43f93
commit
7b34ad4ea9
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user